Skip to content

Commit 061b906

Browse files
deps: remove deps which already in stage 4
1 parent 3babb4a commit 061b906

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
2323
"@babel/plugin-proposal-private-methods": "^7.12.1",
2424
"@babel/plugin-proposal-throw-expressions": "^7.12.1",
25-
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
2625
"@babel/plugin-syntax-import-meta": "^7.10.4",
2726
"@babel/preset-env": "^7.12.1",
2827
"@babel/preset-flow": "^7.9.0",

src/input/dependency.js

-5
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,14 @@ const STANDARD_BABEL_CONFIG = {
1717
'@babel/plugin-proposal-function-bind',
1818
// Stage 1
1919
'@babel/plugin-proposal-export-default-from',
20-
'@babel/plugin-proposal-logical-assignment-operators',
21-
'@babel/plugin-proposal-optional-chaining',
2220
['@babel/plugin-proposal-pipeline-operator', { proposal: 'minimal' }],
23-
['@babel/plugin-proposal-nullish-coalescing-operator', { loose: false }],
2421
'@babel/plugin-proposal-do-expressions',
2522
// Stage 2
2623
['@babel/plugin-proposal-decorators', { decoratorsBeforeExport: true }],
2724
'@babel/plugin-proposal-function-sent',
2825
'@babel/plugin-proposal-export-namespace-from',
29-
'@babel/plugin-proposal-numeric-separator',
3026
'@babel/plugin-proposal-throw-expressions',
3127
// Stage 3
32-
'@babel/plugin-syntax-dynamic-import',
3328
'@babel/plugin-syntax-import-meta',
3429
['@babel/plugin-proposal-class-properties', { loose: false }],
3530
'@babel/plugin-proposal-private-methods',

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
dependencies:
504504
"@babel/helper-plugin-utils" "^7.10.4"
505505

506-
"@babel/plugin-syntax-dynamic-import@^7.8.0", "@babel/plugin-syntax-dynamic-import@^7.8.3":
506+
"@babel/plugin-syntax-dynamic-import@^7.8.0":
507507
version "7.8.3"
508508
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz#62bf98b2da3cd21d626154fc96ee5b3cb68eacb3"
509509
integrity sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==

0 commit comments

Comments
 (0)