File tree Expand file tree Collapse file tree 2 files changed +154
-73
lines changed Expand file tree Collapse file tree 2 files changed +154
-73
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-lazy-svg" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"license" : " MIT" ,
5
5
"repository" : {
6
6
"url" : " https://github.com/kaoDev/react-lazy-svg"
19
19
"scripts" : {
20
20
"start" : " tsdx watch" ,
21
21
"build" : " tsdx build" ,
22
+ "publishVersion" : " yarn test && yarn build && yarn publish" ,
22
23
"test" : " tsdx test --env=jsdom" ,
23
24
"lint" : " tsdx lint"
24
25
},
39
40
"proseWrap" : " always"
40
41
},
41
42
"devDependencies" : {
42
- "@testing-library/jest-dom" : " ^5.11.0 " ,
43
- "@testing-library/react" : " ^10.4.3 " ,
44
- "@types/jest" : " ^26.0.3 " ,
45
- "@types/react" : " ^16.9.41 " ,
43
+ "@testing-library/jest-dom" : " ^5.11.4 " ,
44
+ "@testing-library/react" : " ^11.0.2 " ,
45
+ "@types/jest" : " ^26.0.13 " ,
46
+ "@types/react" : " ^16.9.49 " ,
46
47
"@types/react-dom" : " ^16.9.8" ,
47
48
"husky" : " ^4.2.5" ,
48
- "prettier" : " ^2.0.5 " ,
49
+ "prettier" : " ^2.1.1 " ,
49
50
"react" : " ^16.13.1" ,
50
51
"react-dom" : " ^16.13.1" ,
51
- "tsdx" : " ^0.13.2 " ,
52
- "tslib" : " ^2.0.0 " ,
53
- "typescript" : " ^3.9.5 " ,
52
+ "tsdx" : " ^0.13.3 " ,
53
+ "tslib" : " ^2.0.1 " ,
54
+ "typescript" : " ^4.0.2 " ,
54
55
"w3c-xmlserializer" : " ^2.0.0"
55
56
},
56
57
"dependencies" : {}
You can’t perform that action at this time.
0 commit comments