|
1 | 1 | { |
2 | 2 | "name": "react-web-share", |
3 | 3 | "author": "harshzalavadiya", |
4 | | - "version": "2.0.0", |
| 4 | + "version": "2.0.1", |
5 | 5 | "description": "Tiny Web Share API Wrapper with fallback for unsupported browsers", |
6 | 6 | "license": "MIT", |
7 | 7 | "repository": "https://github.com/hc-oss/react-web-share", |
|
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "@size-limit/preset-small-lib": "^8.1.0", |
28 | | - "@storybook/addon-actions": "^6.5.10", |
29 | | - "@storybook/addon-essentials": "^6.5.10", |
| 28 | + "@storybook/addon-actions": "^6.5.12", |
| 29 | + "@storybook/addon-essentials": "^6.5.12", |
30 | 30 | "@storybook/addon-knobs": "^6.4.0", |
31 | | - "@storybook/addon-links": "^6.5.10", |
32 | | - "@storybook/react": "^6.5.10", |
33 | | - "@types/react": "^18.0.18", |
| 31 | + "@storybook/addon-links": "^6.5.12", |
| 32 | + "@storybook/react": "^6.5.12", |
| 33 | + "@types/react": "^18.0.21", |
34 | 34 | "@types/react-dom": "^18.0.6", |
35 | | - "@typescript-eslint/eslint-plugin": "^5.36.2", |
36 | | - "@typescript-eslint/parser": "^5.36.2", |
37 | | - "eslint": "8.23.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^5.40.0", |
| 36 | + "@typescript-eslint/parser": "^5.40.0", |
| 37 | + "eslint": "8.25.0", |
38 | 38 | "eslint-plugin-prettier": "^4.2.1", |
39 | | - "eslint-plugin-react": "^7.31.7", |
40 | | - "eslint-plugin-storybook": "^0.6.4", |
41 | | - "postcss": "^8.4.16", |
| 39 | + "eslint-plugin-react": "^7.31.10", |
| 40 | + "eslint-plugin-storybook": "^0.6.6", |
| 41 | + "postcss": "^8.4.17", |
42 | 42 | "prettier": "^2.7.1", |
43 | 43 | "react": "^18.2.0", |
44 | 44 | "react-dom": "^18.2.0", |
45 | 45 | "size-limit": "^8.1.0", |
46 | 46 | "storybook-addon-turbo-build": "^1.1.0", |
47 | 47 | "tsup": "^6.2.3", |
48 | | - "typescript": "^4.8.2" |
| 48 | + "typescript": "^4.8.4" |
49 | 49 | }, |
50 | 50 | "browserslist": [ |
51 | 51 | "defaults", |
|
0 commit comments