mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-26 04:19:49 +03:00
fix(package.json): move @babel/registerfrom devDependencies to dependencies
This commit is contained in:
parent
e0c6fbd5d3
commit
06b780b4d6
@ -32,6 +32,7 @@
|
|||||||
},
|
},
|
||||||
"repository": "filecoin-project/slate",
|
"repository": "filecoin-project/slate",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@babel/register": "^7.12.13",
|
||||||
"@emotion/babel-preset-css-prop": "11.2.0",
|
"@emotion/babel-preset-css-prop": "11.2.0",
|
||||||
"@emotion/react": "11.1.5",
|
"@emotion/react": "11.1.5",
|
||||||
"@glif/filecoin-number": "^1.1.0-beta.17",
|
"@glif/filecoin-number": "^1.1.0-beta.17",
|
||||||
@ -91,7 +92,6 @@
|
|||||||
"@babel/eslint-parser": "^7.13.8",
|
"@babel/eslint-parser": "^7.13.8",
|
||||||
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
|
||||||
"@babel/preset-env": "^7.12.16",
|
"@babel/preset-env": "^7.12.16",
|
||||||
"@babel/register": "^7.12.13",
|
|
||||||
"@rollup/plugin-babel": "^5.3.0",
|
"@rollup/plugin-babel": "^5.3.0",
|
||||||
"@rollup/plugin-commonjs": "^17.1.0",
|
"@rollup/plugin-commonjs": "^17.1.0",
|
||||||
"@rollup/plugin-json": "^4.1.0",
|
"@rollup/plugin-json": "^4.1.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user