Skip to content

Commit

Permalink
fix: install @babel/plugin-transform-modules-commonjs explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Dec 12, 2020
1 parent e5a1475 commit 2df5480
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-private-methods": "7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-proposal-do-expressions": "7.12.1",
"@babel/plugin-proposal-export-default-from": "7.12.1",
Expand All @@ -33,17 +32,19 @@
"@babel/plugin-proposal-numeric-separator": "7.12.7",
"@babel/plugin-proposal-optional-chaining": "7.12.7",
"@babel/plugin-proposal-pipeline-operator": "7.12.1",
"@babel/plugin-proposal-private-methods": "7.12.1",
"@babel/plugin-proposal-throw-expressions": "7.12.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-reserved-words": "^7.12.1",
"@babel/preset-env": "7.12.10",
"@babel/preset-flow": "7.12.1",
"@babel/preset-react": "7.12.10",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-codegen": "^4.0.1",
"babel-plugin-preval": "^5.0.0",
"babel-plugin-transform-not-strict": "^0.3.1",
"@babel/plugin-transform-reserved-words": "^7.12.1"
"babel-plugin-transform-not-strict": "^0.3.1"
},
"peerDependencies": {
"@babel/cli": "^7",
Expand All @@ -52,8 +53,8 @@
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"npm-check-updates": "10.2.5",
"cross-env": "^7.0.3",
"npm-check-updates": "10.2.5",
"parcel": "^2.0.0-nightly.476"
},
"targets": {
Expand Down

0 comments on commit 2df5480

Please sign in to comment.