Skip to content

Commit 09220b0

Browse files
author
Kalle Ott
committed
version bump
1 parent ef55352 commit 09220b0

File tree

2 files changed

+154
-73
lines changed

2 files changed

+154
-73
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lazy-svg",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"license": "MIT",
55
"repository": {
66
"url": "https://github.com/kaoDev/react-lazy-svg"
@@ -19,6 +19,7 @@
1919
"scripts": {
2020
"start": "tsdx watch",
2121
"build": "tsdx build",
22+
"publishVersion": "yarn test && yarn build && yarn publish",
2223
"test": "tsdx test --env=jsdom",
2324
"lint": "tsdx lint"
2425
},
@@ -39,18 +40,18 @@
3940
"proseWrap": "always"
4041
},
4142
"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",
4647
"@types/react-dom": "^16.9.8",
4748
"husky": "^4.2.5",
48-
"prettier": "^2.0.5",
49+
"prettier": "^2.1.1",
4950
"react": "^16.13.1",
5051
"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",
5455
"w3c-xmlserializer": "^2.0.0"
5556
},
5657
"dependencies": {}

0 commit comments

Comments
 (0)