mv babel core to devDeps

This commit is contained in:
Chris Waring 2021-02-16 16:44:09 +00:00
parent 991b27d580
commit 988acf177a
No known key found for this signature in database
GPG Key ID: 4D2E767CC8B1C083
2 changed files with 1164 additions and 1261 deletions

2053
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,9 +19,6 @@
},
"repository": "filecoin-project/slate",
"dependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"@babel/runtime": "^7.12.13",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/react": "11.1.5",
@ -66,7 +63,10 @@
"ws": "^7.4.3"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",