Skip to content

Commit

Permalink
fix: fix storybook deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EiffelFly committed Nov 29, 2024
1 parent 87174b9 commit 12db2f5
Show file tree
Hide file tree
Showing 3 changed files with 1,007 additions and 3,400 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"path-to-regexp": "^6.3.0",
"cookie": "^0.7.1",
"markdown-to-jsx": "^7.4.0",
"webpack": "^5.89.0"
"webpack": "^5.94.0"
}
},
"lint-staged": {
Expand Down
28 changes: 14 additions & 14 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
"dist"
],
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@chromatic-com/storybook": "^3.2.2",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@instill-ai/design-tokens": "workspace:*",
"@instill-ai/eslint-config-cortex": "workspace:*",
"@instill-ai/prettier-config-cortex": "workspace:*",
"@instill-ai/tsconfig": "workspace:*",
"@radix-ui/react-toggle-group": "^1.0.4",
"@storybook/addon-a11y": "^8.1.4",
"@storybook/addon-actions": "^8.1.4",
"@storybook/addon-essentials": "^8.1.4",
"@storybook/addon-interactions": "^8.1.4",
"@storybook/addon-links": "^8.1.4",
"@storybook/cli": "^8.1.4",
"@storybook/addon-a11y": "^8.4.5",
"@storybook/addon-actions": "^8.4.5",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-interactions": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/cli": "^8.4.5",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/nextjs": "^8.1.4",
"@storybook/react": "^8.1.4",
"@storybook/react-webpack5": "^8.1.4",
"@storybook/test": "^8.1.4",
"@storybook/nextjs": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-webpack5": "^8.4.5",
"@storybook/test": "^8.4.5",
"@testing-library/jest-dom": "^6.2.1",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -81,7 +81,7 @@
"babel-loader": "^8.2.4",
"clsx": "^1.1.1",
"eslint": "^8.12.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^7.0.0",
"jsdom": "^21.1.1",
"postcss": "^8.4.24",
Expand All @@ -90,7 +90,7 @@
"react-dom": "^18.2.0",
"require-from-string": "^2.0.2",
"rimraf": "^3.0.2",
"storybook": "^8.1.4",
"storybook": "^8.4.5",
"tailwindcss": "catalog:",
"tsup": "catalog:",
"typescript": "^5.5.4",
Expand Down Expand Up @@ -144,4 +144,4 @@
]
},
"prettier": "@instill-ai/prettier-config-cortex"
}
}
Loading

0 comments on commit 12db2f5

Please sign in to comment.