Skip to content

Commit

Permalink
fix: Move @babel/runtime dev dependency to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alimpens committed Apr 19, 2024
1 parent 8734ab4 commit 28ec6e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
],
"dependencies": {
"@amsterdam/design-system-react-icons": "workspace:*",
"@babel/runtime": "7.24.4",
"clsx": "2.1.0"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.4",
"@babel/preset-react": "7.24.1",
"@babel/runtime": "7.24.4",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
Expand Down
8 changes: 3 additions & 5 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 28ec6e8

Please sign in to comment.