Skip to content

Commit

Permalink
update storybook and vite deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dartess committed Feb 20, 2024
1 parent 5e55833 commit f9bf350
Show file tree
Hide file tree
Showing 2 changed files with 2,042 additions and 2,051 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"release": "auto shipit"
},
"dependencies": {
"@storybook/components": "^7.0.0",
"@storybook/core-events": "^7.0.0",
"@storybook/components": "^8.0.0-beta.3",
"@storybook/core-events": "^8.0.0-beta.3",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "^7.0.0",
"@storybook/theming": "^7.0.0",
"@storybook/manager-api": "^8.0.0-beta.3",
"@storybook/theming": "^8.0.0-beta.3",
"fast-deep-equal": "^3.1.3",
"memoizerific": "^1.11.3"
},
Expand All @@ -49,9 +49,9 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@storybook/builder-vite": "7.0.0",
"@storybook/react": "7.0.0",
"@storybook/react-vite": "7.0.0",
"@storybook/builder-vite": "8.0.0-beta.3",
"@storybook/react": "8.0.0-beta.3",
"@storybook/react-vite": "8.0.0-beta.3",
"@types/node": "^18.11.11",
"@types/react": "^18.0.26",
"@typescript-eslint/eslint-plugin": "5.45.1",
Expand All @@ -71,10 +71,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"storybook": "7.0.0",
"storybook": "8.0.0-beta.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"vite": "^4.1.4"
"vite": "^5.1.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
Expand Down
Loading

0 comments on commit f9bf350

Please sign in to comment.