|
17 | 17 | "build-storybook": "build-storybook"
|
18 | 18 | },
|
19 | 19 | "peerDependencies": {
|
20 |
| - "react": "^16 || ^17", |
21 |
| - "react-dom": "^16 || ^17" |
| 20 | + "react": "^16 || ^17 || ^18", |
| 21 | + "react-dom": "^16 || ^17 || ^18" |
22 | 22 | },
|
23 | 23 | "dependencies": {},
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@size-limit/preset-small-lib": "^7.0.8",
|
26 |
| - "@storybook/addon-actions": "^6.4.19", |
27 |
| - "@storybook/addon-essentials": "^6.4.19", |
| 26 | + "@storybook/addon-actions": "^6.4.22", |
| 27 | + "@storybook/addon-essentials": "^6.4.22", |
28 | 28 | "@storybook/addon-knobs": "^6.4.0",
|
29 |
| - "@storybook/addon-links": "^6.4.19", |
30 |
| - "@storybook/react": "^6.4.19", |
31 |
| - "@types/react": "^17.0.43", |
32 |
| - "@types/react-dom": "^17.0.14", |
33 |
| - "@typescript-eslint/eslint-plugin": "^5.16.0", |
34 |
| - "@typescript-eslint/parser": "^5.16.0", |
35 |
| - "eslint": "8.12.0", |
| 29 | + "@storybook/addon-links": "^6.4.22", |
| 30 | + "@storybook/react": "^6.4.22", |
| 31 | + "@types/react": "^18.0.6", |
| 32 | + "@types/react-dom": "^18.0.2", |
| 33 | + "@typescript-eslint/eslint-plugin": "^5.20.0", |
| 34 | + "@typescript-eslint/parser": "^5.20.0", |
| 35 | + "eslint": "8.14.0", |
36 | 36 | "eslint-plugin-prettier": "^4.0.0",
|
37 | 37 | "eslint-plugin-react": "^7.29.4",
|
38 | 38 | "eslint-plugin-simple-import-sort": "^7.0.0",
|
39 |
| - "eslint-plugin-storybook": "^0.5.7", |
| 39 | + "eslint-plugin-storybook": "^0.5.11", |
40 | 40 | "postcss": "^8.4.12",
|
41 |
| - "prettier": "^2.6.1", |
42 |
| - "react": "^17.0.2", |
43 |
| - "react-dom": "^17.0.2", |
| 41 | + "prettier": "^2.6.2", |
| 42 | + "react": "^18.0.0", |
| 43 | + "react-dom": "^18.0.0", |
44 | 44 | "size-limit": "^7.0.8",
|
45 | 45 | "storybook-addon-turbo-build": "^1.1.0",
|
46 |
| - "tsup": "^5.12.1", |
| 46 | + "tsup": "^5.12.6", |
47 | 47 | "typescript": "^4.6.3"
|
48 | 48 | },
|
49 | 49 | "browserslist": [
|
|
0 commit comments