Skip to content

Commit a4fb37c

Browse files
chore: 🔖 v1.1.4
1 parent 37440bc commit a4fb37c

File tree

2 files changed

+452
-171
lines changed

2 files changed

+452
-171
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-web-share",
33
"author": "Harsh Zalavadiya",
4-
"version": "1.1.3",
4+
"version": "1.1.4",
55
"license": "MIT",
66
"repository": "hc-oss/react-web-share",
77
"module": "dist/react-web-share.esm.js",
@@ -26,28 +26,28 @@
2626
},
2727
"devDependencies": {
2828
"@ampproject/filesize": "^4.3.0",
29-
"@babel/core": "^7.16.5",
30-
"@size-limit/preset-small-lib": "^7.0.5",
29+
"@babel/core": "^7.17.7",
30+
"@size-limit/preset-small-lib": "^7.0.8",
3131
"@storybook/addon-essentials": "^6.4.9",
3232
"@storybook/addon-info": "^5.3.21",
3333
"@storybook/addon-knobs": "^6.1.14",
3434
"@storybook/addon-links": "^6.4.9",
3535
"@storybook/addon-storysource": "^6.4.9",
3636
"@storybook/addons": "^6.4.9",
3737
"@storybook/react": "^6.4.9",
38-
"@types/react": "^17.0.38",
39-
"@types/react-dom": "^17.0.11",
38+
"@types/react": "^17.0.40",
39+
"@types/react-dom": "^17.0.13",
4040
"babel-loader": "^8.2.3",
4141
"eslint-plugin-prettier": "^4.0.0",
4242
"husky": "^7.0.4",
4343
"react": "^17.0.2",
4444
"react-dom": "^17.0.2",
4545
"react-is": "^17.0.2",
46-
"size-limit": "^7.0.5",
47-
"ts-loader": "^9.2.6",
46+
"size-limit": "^7.0.8",
47+
"ts-loader": "^9.2.8",
4848
"tsdx": "^0.14.1",
4949
"tslib": "^2.3.1",
50-
"typescript": "^4.5.4"
50+
"typescript": "^4.6.2"
5151
},
5252
"prettier": {
5353
"printWidth": 100,

0 commit comments

Comments
 (0)