Skip to content

Commit

Permalink
chore: Storybook でしか使用しないパッケージは devDependencies に移動する (#4876)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 authored Aug 28, 2024
1 parent 67954c4 commit 70fb287
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions packages/smarthr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@
"author": "SmartHR-UI Team",
"dependencies": {
"@smarthr/wareki": "^1.2.0",
"css-loader": "^7.1.2",
"dayjs": "^1.11.13",
"lodash.merge": "^4.6.2",
"lodash.range": "^3.2.0",
"polished": "^4.3.0",
"postcss-loader": "^8.1.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.3.0",
"react-innertext": "^1.1.5",
"react-transition-group": "^4.4.5",
"style-loader": "^4.0.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.10"
},
Expand Down Expand Up @@ -59,6 +56,7 @@
"babel-loader": "^9.1.3",
"babel-plugin-polyfill-corejs2": "^0.4.11",
"babel-plugin-polyfill-regenerator": "^0.6.2",
"css-loader": "^7.1.2",
"chromatic": "^11.7.1",
"ecma-version-validator-webpack-plugin": "^1.2.1",
"fs-extra": "^11.2.0",
Expand All @@ -71,6 +69,7 @@
"npm-run-all": "^4.1.5",
"playwright": "^1.46.1",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-styled-syntax": "^0.6.4",
"postcss-syntax": "^0.36.2",
"react": "^18.3.1",
Expand All @@ -83,6 +82,7 @@
"storybook": "^8.2.9",
"storybook-addon-pseudo-states": "^3.1.1",
"styled-components": "^5.3.11",
"style-loader": "^4.0.0",
"testcafe": "3.6.2",
"ts-loader": "^9.5.1",
"ttypescript": "^1.5.15",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 70fb287

Please sign in to comment.