|
20 | 20 | "module": "dist/index.modern.js",
|
21 | 21 | "source": "src/index.tsx",
|
22 | 22 | "engines": {
|
23 |
| - "node": ">=14" |
| 23 | + "node": ">=16" |
24 | 24 | },
|
25 | 25 | "scripts": {
|
26 | 26 | "build": "microbundle-crl --no-compress --format modern,cjs",
|
|
39 | 39 | "peerDependencies": {
|
40 | 40 | "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
41 | 41 | },
|
42 |
| - "resolutions": { |
43 |
| - "@typescript-eslint/eslint-plugin": "^6.5.0", |
44 |
| - "@typescript-eslint/parser": "^6.5.0" |
45 |
| - }, |
46 | 42 | "devDependencies": {
|
47 |
| - "@babel/core": "^7.22.11", |
48 |
| - "@babel/preset-env": "^7.22.14", |
49 |
| - "@babel/preset-react": "^7.22.5", |
50 |
| - "@babel/preset-typescript": "^7.22.11", |
51 |
| - "@storybook/addon-actions": "^7.4.0", |
52 |
| - "@storybook/addon-essentials": "^7.4.0", |
53 |
| - "@storybook/addon-interactions": "^7.4.0", |
54 |
| - "@storybook/addon-links": "^7.4.0", |
55 |
| - "@storybook/addons": "^7.4.0", |
56 |
| - "@storybook/react": "^7.4.0", |
57 |
| - "@storybook/react-webpack5": "^7.4.0", |
58 |
| - "@storybook/testing-library": "0.2.0", |
59 |
| - "@storybook/theming": "^7.4.0", |
| 43 | + "@babel/preset-typescript": "^7.24.7", |
| 44 | + "@chromatic-com/storybook": "^1.9.0", |
| 45 | + "@storybook/addon-essentials": "^8.3.3", |
| 46 | + "@storybook/addon-interactions": "^8.3.3", |
| 47 | + "@storybook/addon-links": "^8.3.3", |
| 48 | + "@storybook/addon-onboarding": "^8.3.3", |
| 49 | + "@storybook/blocks": "^8.3.3", |
| 50 | + "@storybook/react": "^8.3.3", |
| 51 | + "@storybook/react-vite": "^8.3.3", |
| 52 | + "@storybook/test": "^8.3.3", |
60 | 53 | "@testing-library/jest-dom": "^6.5.0",
|
61 |
| - "@testing-library/react": "^16.0.0", |
| 54 | + "@testing-library/react": "^16.0.1", |
62 | 55 | "@testing-library/user-event": "^14.5.0",
|
63 | 56 | "@types/jest": "29.5.13",
|
64 | 57 | "@types/node": "18.19.50",
|
65 | 58 | "@types/react": "18.3.5",
|
66 | 59 | "@types/react-dom": "18.2.7",
|
67 |
| - "@typescript-eslint/eslint-plugin": "8.5.0", |
68 |
| - "@typescript-eslint/parser": "8.5.0", |
69 |
| - "babel-eslint": "10.1.0", |
| 60 | + "@typescript-eslint/eslint-plugin": "^8.7.0", |
| 61 | + "@typescript-eslint/parser": "^8.7.0", |
70 | 62 | "cross-env": "7.0.3",
|
71 | 63 | "eslint": "8.57.0",
|
72 | 64 | "eslint-config-prettier": "9.1.0",
|
|
80 | 72 | "eslint-plugin-promise": "^7.1.0",
|
81 | 73 | "eslint-plugin-react": "^7.36.0",
|
82 | 74 | "eslint-plugin-standard": "5.0.0",
|
83 |
| - "gh-pages": "6.0.0", |
| 75 | + "eslint-plugin-storybook": "^0.8.0", |
| 76 | + "gh-pages": "6.1.1", |
84 | 77 | "microbundle-crl": "0.13.11",
|
85 | 78 | "npm-run-all": "4.1.5",
|
| 79 | + "postcss": "^8.4.47", |
86 | 80 | "prettier": "3.3.3",
|
87 |
| - "react": "18.2.0", |
88 |
| - "react-dom": "18.2.0", |
| 81 | + "react": "^18.3.1", |
| 82 | + "react-dom": "^18.3.1", |
89 | 83 | "react-scripts": "5.0.1",
|
90 |
| - "storybook": "^7.4.0", |
91 |
| - "storybook-css-modules": "^1.0.8", |
92 |
| - "typescript": "5.2.2" |
| 84 | + "storybook": "^8.3.3", |
| 85 | + "typescript": "5.5.4" |
93 | 86 | },
|
94 | 87 | "files": [
|
95 | 88 | "dist"
|
|
100 | 93 | "!<rootDir>/node_modules/"
|
101 | 94 | ]
|
102 | 95 | },
|
103 |
| - "packageManager": "[email protected]" |
| 96 | + "packageManager": "[email protected]", |
| 97 | + "eslintConfig": { |
| 98 | + "extends": [ |
| 99 | + "plugin:storybook/recommended" |
| 100 | + ] |
| 101 | + } |
104 | 102 | }
|
0 commit comments