Skip to content

Commit 2df5480

Browse files
committed
fix: install @babel/plugin-transform-modules-commonjs explicitly
1 parent e5a1475 commit 2df5480

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"dependencies": {
2222
"@babel/plugin-proposal-class-properties": "^7.12.1",
23-
"@babel/plugin-proposal-private-methods": "7.12.1",
2423
"@babel/plugin-proposal-decorators": "^7.12.1",
2524
"@babel/plugin-proposal-do-expressions": "7.12.1",
2625
"@babel/plugin-proposal-export-default-from": "7.12.1",
@@ -33,17 +32,19 @@
3332
"@babel/plugin-proposal-numeric-separator": "7.12.7",
3433
"@babel/plugin-proposal-optional-chaining": "7.12.7",
3534
"@babel/plugin-proposal-pipeline-operator": "7.12.1",
35+
"@babel/plugin-proposal-private-methods": "7.12.1",
3636
"@babel/plugin-proposal-throw-expressions": "7.12.1",
3737
"@babel/plugin-syntax-dynamic-import": "7.8.3",
3838
"@babel/plugin-syntax-import-meta": "7.10.4",
39+
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
40+
"@babel/plugin-transform-reserved-words": "^7.12.1",
3941
"@babel/preset-env": "7.12.10",
4042
"@babel/preset-flow": "7.12.1",
4143
"@babel/preset-react": "7.12.10",
4244
"babel-plugin-add-module-exports": "^1.0.4",
4345
"babel-plugin-codegen": "^4.0.1",
4446
"babel-plugin-preval": "^5.0.0",
45-
"babel-plugin-transform-not-strict": "^0.3.1",
46-
"@babel/plugin-transform-reserved-words": "^7.12.1"
47+
"babel-plugin-transform-not-strict": "^0.3.1"
4748
},
4849
"peerDependencies": {
4950
"@babel/cli": "^7",
@@ -52,8 +53,8 @@
5253
"devDependencies": {
5354
"@babel/cli": "7.11.6",
5455
"@babel/core": "7.11.6",
55-
"npm-check-updates": "10.2.5",
5656
"cross-env": "^7.0.3",
57+
"npm-check-updates": "10.2.5",
5758
"parcel": "^2.0.0-nightly.476"
5859
},
5960
"targets": {

0 commit comments

Comments
 (0)