Skip to content

Commit 13dfe2d

Browse files
committed
chore: upgrade storybook and vite
1 parent 16790da commit 13dfe2d

2 files changed

Lines changed: 1725 additions & 2154 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@storybook/addon-essentials": "^6.5.9",
4848
"@storybook/addon-interactions": "^6.5.9",
4949
"@storybook/addon-links": "^6.5.9",
50-
"@storybook/builder-vite": "^0.1.36",
50+
"@storybook/builder-vite": "^0.2.0",
5151
"@storybook/react": "^6.5.9",
5252
"@storybook/testing-library": "^0.0.13",
5353
"@testing-library/jest-dom": "^5.16.4",
@@ -57,14 +57,14 @@
5757
"@types/react-dom": "^18.0.4",
5858
"@typescript-eslint/eslint-plugin": "^5.25.0",
5959
"@typescript-eslint/parser": "^5.25.0",
60-
"@vitejs/plugin-react": "^1.3.2",
60+
"@vitejs/plugin-react": "^2.0.0",
6161
"babel-loader": "^8.2.5",
6262
"commitizen": "^4.2.4",
6363
"cz-conventional-changelog": "3.3.0",
6464
"eslint": "^8.15.0",
6565
"eslint-plugin-react": "^7.30.0",
6666
"eslint-plugin-react-hooks": "^4.5.0",
67-
"eslint-plugin-storybook": "^0.5.12",
67+
"eslint-plugin-storybook": "^0.6.1",
6868
"grapheme-splitter": "^1.0.4",
6969
"jest": "^28.1.1",
7070
"jest-environment-jsdom": "^28.1.1",
@@ -73,7 +73,7 @@
7373
"rimraf": "^3.0.2",
7474
"ts-jest": "^28.0.4",
7575
"typescript": "^4.6.4",
76-
"vite": "^2.9.12"
76+
"vite": "^3.0.2"
7777
},
7878
"peerDependencies": {
7979
"react": ">=18.0.0"

0 commit comments

Comments
 (0)