There was an error while loading. Please reload this page.
1 parent fc0b591 commit 79f0a1cCopy full SHA for 79f0a1c
1 file changed
package.json
@@ -42,6 +42,9 @@
42
"test:seed": "cross-env NODE_ENV=test knex seed:run --knexfile src/backend/knexfile.js"
43
},
44
"dependencies": {
45
+ "@babel/cli": "^7.17.10",
46
+ "@babel/core": "^7.17.12",
47
+ "@babel/preset-env": "^7.17.12",
48
"@babel/node": "^7.17.10",
49
"@google-cloud/storage": "^5.7.4",
50
"@material-ui/core": "^4.11.0",
@@ -102,9 +105,6 @@
102
105
]
103
106
104
107
"devDependencies": {
- "@babel/cli": "^7.17.10",
- "@babel/core": "^7.17.12",
- "@babel/preset-env": "^7.17.12",
108
"@storybook/addon-actions": "^6.1.11",
109
"@storybook/addon-essentials": "^6.1.11",
110
"@storybook/addon-links": "^6.1.11",
0 commit comments