Skip to content

Commit

Permalink
build: disable palette plugin and upgrade storybook to v8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
travor20814 committed Oct 30, 2024
1 parent ae12c1b commit 4d67e65
Show file tree
Hide file tree
Showing 3 changed files with 3,191 additions and 6,228 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config: StorybookConfig = {
'@storybook/addon-links',
'@storybook/addon-essentials',
'@storybook/addon-storysource',
'storybook-rytass-palette',
// 'storybook-rytass-palette',
],

framework: '@storybook/react-webpack5',
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-storysource": "^8.2.8",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-storysource": "^8.3.6",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/blocks": "^8.2.8",
"@storybook/manager-api": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-webpack5": "^8.2.8",
"@storybook/theming": "^8.2.8",
"@storybook/blocks": "^8.3.6",
"@storybook/manager-api": "^8.3.6",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/theming": "^8.3.6",
"@testing-library/dom": "^10.4.0",
"@types/jest": "^29.5.12",
"@types/react-refresh": "^0",
Expand All @@ -82,7 +82,7 @@
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^0.10.1",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"husky": "^9.1.4",
Expand All @@ -97,7 +97,7 @@
"rollup": "^4.18.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"storybook": "^8.2.8",
"storybook": "^8.3.6",
"storybook-rytass-palette": "^0.0.12",
"style-loader": "^4.0.0",
"stylelint": "^16.8.1",
Expand All @@ -107,7 +107,7 @@
"stylelint-scss": "^6.5.0",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.95.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4d67e65

Please sign in to comment.