8000 Remove unused dependencies and devDependencies (#12175) · babel/babel@6cb0056 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cb0056

Browse files
Remove unused dependencies and devDependencies (#12175)
1 parent 2d43341 commit 6cb0056

File tree

19 files changed

+14
-56
lines changed

19 files changed

+14
-56
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@
5858
"lint-staged": "^9.2.0",
5959
"mergeiterator": "^1.2.5",
6060
"prettier": "^2.0.5",
61-
"pump": "^3.0.0",
62-
"rimraf": "^2.6.3",
6361
"rollup": "^2.26.5",
6462
"rollup-plugin-node-polyfills": "^0.2.1",
6563
"rollup-plugin-terser": "^7.0.0",

packages/babel-compat-data/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"compat-data"
3030
],
3131
"devDependencies": {
32-
"@babel/helper-compilation-targets": "workspace:^7.12.0",
3332
"electron-to-chromium": "1.3.574",
3433
"lodash": "^4.17.19",
3534
"mdn-browser-compat-data": "1.0.38"

packages/babel-helper-compilation-targets/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"@babel/core": "^7.0.0"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "workspace:^7.12.0",
34-
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
33+
"@babel/core": "workspace:^7.12.0"
3534
}
3635
}

packages/babel-helper-create-class-features-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@babel/helper-function-name": "workspace:^7.10.4",
2222
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0",
2323
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
24-
"@babel/helper-plugin-utils": "workspace:^7.10.4",
2524
"@babel/helper-replace-supers": "workspace:^7.12.0",
2625
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
2726
},

packages/babel-helper-remap-async-to-generator/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"dependencies": {
1616
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
1717
"@babel/helper-wrap-function": "workspace:^7.10.4",
18-
"@babel/template": "workspace:^7.10.4",
1918
"@babel/types": "workspace:^7.10.4"
2019
},
2120
"devDependencies": {

packages/babel-helper-simple-access/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
},
1616
"main": "lib/index.js",
1717
"dependencies": {
18-
"@babel/template": "workspace:^7.10.4",
1918
"@babel/types": "workspace:^7.10.4"
2019
}
2120
}

packages/babel-helper-transform-fixture-test-runner/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"@babel/helper-fixtures": "workspace:^7.10.5",
2121
"@babel/polyfill": "workspace:^7.10.4",
2222
"babel-check-duplicated-nodes": "^1.0.0",
23-
"jest": "^24.8.0",
2423
"jest-diff": "^24.8.0",
2524
"lodash": "^4.17.19",
2625
"quick-lru": "5.1.0",

packages/babel-plugin-transform-named-capturing-groups-regex/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"devDependencies": {
3030
"@babel/core": "workspace:^7.10.4",
3131
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
32-
"core-js": "^3.2.1",
33-
"core-js-pure": "^3.2.1"
32+
"core-js": "^3.2.1"
3433
}
3534
}

packages/babel-plugin-transform-object-assign/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@babel/core": "^7.0.0-0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "workspace:^7.10.4",
27-
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
26+
"@babel/core": "workspace:^7.10.4"
2827
}
2928
}

packages/babel-plugin-transform-parameters/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
},
1414
"main": "lib/index.js",
1515
"dependencies": {
16-
"@babel/helper-get-function-arity": "workspace:^7.10.4",
1716
"@babel/helper-plugin-utils": "workspace:^7.10.4"
1817
},
1918
"keywords": [

0 commit comments

Comments
 (0)
0