Skip to content

Commit

Permalink
Move devDependencies to root
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed May 25, 2024
1 parent 1afa125 commit c1c7c38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"lyra"
],
"devDependencies": {
"@chromatic-com/storybook": "^1.3.5",
"@storybook/addon-essentials": "^8.0.10",
"@storybook/addon-interactions": "^8.0.10",
"@storybook/addon-links": "^8.0.10",
"@storybook/blocks": "^8.0.10",
"@storybook/nextjs": "^8.0.10",
"@storybook/react": "^8.0.10",
"@storybook/test": "^8.0.10",
"@types/mock-fs": "^4.13.4",
"@types/node": "^20",
"@types/react": "^18",
Expand All @@ -40,6 +48,7 @@
"jest": "^29.7.0",
"mock-fs": "^5.2.0",
"prettier": "^3.1.1",
"storybook": "^8.0.10",
"ts-jest": "^29.1.2",
"typescript": "^5"
}
Expand Down

0 comments on commit c1c7c38

Please sign in to comment.