Skip to content

Commit

Permalink
fix(package.json): move @babel/registerfrom devDependencies to depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
Aminejvm committed Aug 23, 2021
1 parent f8ee111 commit 5ce77bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion next.config.js
@@ -1,7 +1,7 @@
const withOffline = require("next-offline");

const nextConfig = {
future: { webpack5: true },
webpack5: true,
};

module.exports = withOffline(nextConfig);
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,6 +32,7 @@
},
"repository": "filecoin-project/slate",
"dependencies": {
"@babel/register": "^7.15.3",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/react": "11.1.5",
"@glif/filecoin-number": "^1.1.0-beta.17",
Expand Down Expand Up @@ -91,7 +92,6 @@
"@babel/eslint-parser": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.15.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down

0 comments on commit 5ce77bf

Please sign in to comment.