Skip to content

Commit

Permalink
fix theme context
Browse files Browse the repository at this point in the history
  • Loading branch information
morewings committed Jun 3, 2024
1 parent dcb4a24 commit 9b5f32f
Show file tree
Hide file tree
Showing 3 changed files with 6,353 additions and 4,003 deletions.
53 changes: 26 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,36 +37,35 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-interactions": "8.0.0",
"@storybook/addon-links": "8.0.0",
"@storybook/react": "8.0.0",
"@storybook/react-vite": "8.0.0",
"@types/node": "18.15.0",
"@types/react": "18.0.34",
"@vitejs/plugin-react": "4.2.1",
"@yelo/rollup-node-external": "^1.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@storybook/addon-essentials": "8.1.5",
"@storybook/addon-interactions": "8.1.5",
"@storybook/addon-links": "8.1.5",
"@storybook/react": "8.1.5",
"@storybook/react-vite": "8.1.5",
"@types/node": "18.19.33",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "4.3.0",
"@yelo/rollup-node-external": "1.0.1",
"npm-run-all2": "6.2.0",
"prettier": "3.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "3.0.2",
"storybook": "^8.0.0",
"typescript": "4.9.5",
"vite": "5.1.7",
"vite-plugin-dts": "^3.7.3"
"storybook": "8.1.5",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite-plugin-dts": "3.9.1"
},
"peerDependencies": {
"@storybook/blocks": "^7.0.0 || ^8.0.0",
"@storybook/components": "^7.0.0 || ^8.0.0",
"@storybook/core-events": "^7.0.0 || ^8.0.0",
"@storybook/manager-api": "^7.0.0 || ^8.0.0",
"@storybook/preview-api": "^7.0.0 || ^8.0.0",
"@storybook/theming": "^7.0.0 || ^8.0.0",
"@storybook/types": "^7.0.0 || ^8.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
"@storybook/blocks": ">=7.0.0",
"@storybook/components": ">=7.0.0",
"@storybook/core-events": ">=7.0.0",
"@storybook/manager-api": ">=7.0.0",
"@storybook/preview-api": ">=7.0.0",
"@storybook/theming": ">=7.0.0",
"@storybook/types": ">=7.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"peerDependenciesMeta": {
"react": {
Expand Down
Loading

0 comments on commit 9b5f32f

Please sign in to comment.