Skip to content

Commit

Permalink
[HOTFIX] move babel to dependencies from devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ma committed May 19, 2022
1 parent fc0b591 commit 79f0a1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
"test:seed": "cross-env NODE_ENV=test knex seed:run --knexfile src/backend/knexfile.js"
},
"dependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@babel/node": "^7.17.10",
"@google-cloud/storage": "^5.7.4",
"@material-ui/core": "^4.11.0",
Expand Down Expand Up @@ -102,9 +105,6 @@
]
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.12",
"@babel/preset-env": "^7.17.12",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-essentials": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
Expand Down

0 comments on commit 79f0a1c

Please sign in to comment.