Skip to content

Commit

Permalink
chore(deps): Downgrade to 8.0.0 for maximum compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Jul 22, 2024
1 parent dfc9fef commit 2438247
Show file tree
Hide file tree
Showing 2 changed files with 11,200 additions and 23 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@commitlint/config-conventional": "^17.6.5",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-interactions": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/builder-vite": "^8.2.4",
"@storybook/components": "^8.2.4",
"@storybook/manager": "^8.2.4",
"@storybook/manager-api": "^8.2.4",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/builder-vite": "^8.0.0",
"@storybook/components": "^8.0.0",
"@storybook/manager": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/preview-api": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/react-vite": "^8.2.4",
"@storybook/test": "^8.2.4",
"@storybook/theming": "^8.2.4",
"@storybook/types": "^8.2.4",
"@storybook/vue3": "^8.2.4",
"@storybook/preview-api": "^8.0.0",
"@storybook/react": "^8.0.0",
"@storybook/react-vite": "^8.0.0",
"@storybook/test": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@storybook/types": "^8.0.0",
"@storybook/vue3": "^8.0.0",
"@types/node": "^18.15.0",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
Expand Down Expand Up @@ -131,7 +131,7 @@
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.9",
"storybook": "^8.2.4",
"storybook": "^8.0.0",
"tsup": "^6.6.3",
"typescript": "^4.9.5",
"vite": "^4.5.3",
Expand All @@ -140,15 +140,15 @@
"zx": "^7.2.3"
},
"peerDependencies": {
"@storybook/blocks": "^8.2.4",
"@storybook/builder-vite": "^8.2.4",
"@storybook/components": "^8.2.4",
"@storybook/core-events": "^8.2.4",
"@storybook/manager-api": "^8.2.4",
"@storybook/blocks": "^8.0.0",
"@storybook/builder-vite": "^8.0.0",
"@storybook/components": "^8.0.0",
"@storybook/core-events": "^8.0.0",
"@storybook/manager-api": "^8.0.0",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/preview-api": "^8.2.4",
"@storybook/theming": "^8.2.4",
"@storybook/types": "^8.2.4",
"@storybook/preview-api": "^8.0.0",
"@storybook/theming": "^8.0.0",
"@storybook/types": "^8.0.0",
"vue": "^3.4.31"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 2438247

Please sign in to comment.