Skip to content

Commit 1b933d5

Browse files
authored
fix: latest storybook (#2512)
1 parent b7e4823 commit 1b933d5

File tree

2 files changed

+180
-100
lines changed

2 files changed

+180
-100
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@babel/preset-env": "^7.26.0",
7878
"@babel/preset-react": "^7.25.9",
7979
"@babel/preset-typescript": "^7.26.0",
80-
"@chromatic-com/storybook": "^4.0.0",
80+
"@chromatic-com/storybook": "^4.1.0",
8181
"@eslint/compat": "^1.2.3",
8282
"@eslint/eslintrc": "^3.2.0",
8383
"@eslint/js": "^9.15.0",
@@ -87,8 +87,8 @@
8787
"@rollup/plugin-commonjs": "^19.0.0",
8888
"@rollup/plugin-json": "^4.1.0",
8989
"@rollup/plugin-node-resolve": "^13.0.0",
90-
"@storybook/addon-docs": "^9.0.0",
91-
"@storybook/react-vite": "^9.0.0",
90+
"@storybook/addon-docs": "^9.1.2",
91+
"@storybook/react-vite": "^9.1.2",
9292
"@types/react": "^19.0.2",
9393
"@types/react-dom": "^19.0.2",
9494
"@types/three": "^0.159.0",
@@ -102,7 +102,7 @@
102102
"eslint-config-prettier": "^9.1.0",
103103
"eslint-plugin-react": "^7.37.2",
104104
"eslint-plugin-react-hooks": "^5.0.0",
105-
"eslint-plugin-storybook": "^9.0.0",
105+
"eslint-plugin-storybook": "^9.1.2",
106106
"husky": "^9.1.7",
107107
"json": "^11.0.0",
108108
"prettier": "^3.3.3",
@@ -116,7 +116,7 @@
116116
"rollup-plugin-terser": "^7.0.2",
117117
"semantic-release": "^24.2.0",
118118
"serve": "^14.2.4",
119-
"storybook": "^9.0.0",
119+
"storybook": "^9.1.2",
120120
"three": "^0.159.0",
121121
"ts-node": "^10.9.2",
122122
"typescript": "^5.6.3",

0 commit comments

Comments
 (0)