Skip to content

Commit

Permalink
move the rollup dependencies to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinNagpal committed May 10, 2022
1 parent 20e80f2 commit 06871c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
],
"devDependencies": {
"@babel/core": "^7.15.8",
"@rollup/plugin-url": "^6.1.0",
"@size-limit/preset-small-lib": "^6.0.3",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-info": "^5.3.21",
Expand All @@ -60,6 +61,7 @@
"@storybook/core-events": "^6.3.12",
"@storybook/react": "^6.3.12",
"@storybook/theming": "^6.3.12",
"@svgr/rollup": "^5.5.0",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.15",
Expand Down Expand Up @@ -87,8 +89,6 @@
"typescript": "^4.4.4"
},
"dependencies": {
"@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 06871c7

Please sign in to comment.