Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused dependencies and devDependencies #12175

Merged
merged 1 commit into from Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -58,8 +58,6 @@
"lint-staged": "^9.2.0",
"mergeiterator": "^1.2.5",
"prettier": "^2.0.5",
"pump": "^3.0.0",
"rimraf": "^2.6.3",
"rollup": "^2.26.5",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.0",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-compat-data/package.json
Expand Up @@ -29,7 +29,6 @@
"compat-data"
],
"devDependencies": {
"@babel/helper-compilation-targets": "workspace:^7.12.0",
"electron-to-chromium": "1.3.574",
"lodash": "^4.17.19",
"mdn-browser-compat-data": "1.0.38"
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-helper-compilation-targets/package.json
Expand Up @@ -30,7 +30,6 @@
"@babel/core": "^7.0.0"
},
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:^7.12.0"
}
}
Expand Up @@ -21,7 +21,6 @@
"@babel/helper-function-name": "workspace:^7.10.4",
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0",
"@babel/helper-optimise-call-expression": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/helper-replace-supers": "workspace:^7.12.0",
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
},
Expand Down
Expand Up @@ -15,7 +15,6 @@
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-wrap-function": "workspace:^7.10.4",
"@babel/template": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/babel-helper-simple-access/package.json
Expand Up @@ -15,7 +15,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/template": "workspace:^7.10.4",
"@babel/types": "workspace:^7.10.4"
}
}
Expand Up @@ -20,7 +20,6 @@
"@babel/helper-fixtures": "workspace:^7.10.5",
"@babel/polyfill": "workspace:^7.10.4",
"babel-check-duplicated-nodes": "^1.0.0",
"jest": "^24.8.0",
"jest-diff": "^24.8.0",
"lodash": "^4.17.19",
"quick-lru": "5.1.0",
Expand Down
Expand Up @@ -29,7 +29,6 @@
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"core-js": "^3.2.1",
"core-js-pure": "^3.2.1"
"core-js": "^3.2.1"
}
}
3 changes: 1 addition & 2 deletions packages/babel-plugin-transform-object-assign/package.json
Expand Up @@ -23,7 +23,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/core": "workspace:^7.10.4"
}
}
1 change: 0 additions & 1 deletion packages/babel-plugin-transform-parameters/package.json
Expand Up @@ -13,7 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-get-function-arity": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-react-jsx-self/package.json
Expand Up @@ -16,14 +16,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4"
}
}
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-react-jsx-source/package.json
Expand Up @@ -16,14 +16,14 @@
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.5",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-syntax-jsx": "workspace:^7.10.4"
}
}
Expand Up @@ -13,7 +13,6 @@
},
"main": "lib/index.js",
"dependencies": {
"@babel/helper-annotate-as-pure": "workspace:^7.10.4",
"@babel/helper-plugin-utils": "workspace:^7.10.4"
},
"keywords": [
Expand Down
3 changes: 0 additions & 3 deletions packages/babel-preset-env/package.json
Expand Up @@ -79,17 +79,14 @@
"@babel/plugin-transform-unicode-regex": "workspace:^7.10.4",
"@babel/preset-modules": "^0.1.3",
"@babel/types": "workspace:^7.12.0",
"browserslist": "^4.12.0",
"core-js-compat": "^3.6.2",
"semver": "^5.5.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/cli": "workspace:^7.12.0",
"@babel/core": "workspace:^7.12.0",
"@babel/helper-fixtures": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/babel-preset-react/package.json
Expand Up @@ -28,7 +28,6 @@
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4",
"@babel/helper-plugin-test-runner": "workspace:^7.10.4",
"@babel/helper-transform-fixture-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
}
}
3 changes: 0 additions & 3 deletions packages/babel-runtime-corejs2/package.json
Expand Up @@ -16,9 +16,6 @@
"core-js": "^2.6.5",
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "workspace:^7.10.4"
},
"exports": {
"./helpers/": "./helpers/",
"./helpers/typeof": "./helpers/typeof.js",
Expand Down
3 changes: 0 additions & 3 deletions packages/babel-runtime/package.json
Expand Up @@ -16,9 +16,6 @@
"dependencies": {
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "workspace:^7.10.4"
},
"exports": {
"./helpers/": "./helpers/",
"./helpers/typeof": "./helpers/typeof.js",
Expand Down
1 change: 0 additions & 1 deletion packages/babel-standalone/package.json
Expand Up @@ -9,7 +9,6 @@
],
"devDependencies": {
"@babel/core": "workspace:^7.12.0",
"@babel/helper-plugin-utils": "workspace:^7.10.4",
"@babel/plugin-external-helpers": "workspace:^7.10.4",
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.10.5",
"@babel/plugin-proposal-class-properties": "workspace:^7.10.4",
Expand Down
27 changes: 4 additions & 23 deletions yarn.lock
Expand Up @@ -30,7 +30,7 @@ __metadata:
languageName: node
linkType: hard

"@babel/cli@workspace:^7.12.0, @babel/cli@workspace:packages/babel-cli":
"@babel/cli@workspace:packages/babel-cli":
version: 0.0.0-use.local
resolution: "@babel/cli@workspace:packages/babel-cli"
dependencies:
Expand Down Expand Up @@ -94,7 +94,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/compat-data@workspace:packages/babel-compat-data"
dependencies:
"@babel/helper-compilation-targets": "workspace:^7.12.0"
electron-to-chromium: 1.3.574
lodash: ^4.17.19
mdn-browser-compat-data: 1.0.38
Expand Down Expand Up @@ -353,7 +352,6 @@ __metadata:
dependencies:
"@babel/compat-data": "workspace:^7.12.0"
"@babel/core": "workspace:^7.12.0"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-validator-option": "workspace:^7.12.0"
browserslist: ^4.12.0
semver: ^5.5.0
Expand Down Expand Up @@ -387,7 +385,6 @@ __metadata:
"@babel/helper-member-expression-to-functions": "workspace:^7.12.0"
"@babel/helper-optimise-call-expression": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/helper-replace-supers": "workspace:^7.12.0"
"@babel/helper-split-export-declaration": "workspace:^7.10.4"
peerDependencies:
Expand Down Expand Up @@ -471,7 +468,7 @@ __metadata:
languageName: unknown
linkType: soft

"@babel/helper-fixtures@workspace:^7.10.4, @babel/helper-fixtures@workspace:^7.10.5, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
"@babel/helper-fixtures@workspace:^7.10.5, @babel/helper-fixtures@workspace:packages/babel-helper-fixtures":
version: 0.0.0-use.local
resolution: "@babel/helper-fixtures@workspace:packages/babel-helper-fixtures"
dependencies:
Expand Down Expand Up @@ -674,7 +671,6 @@ __metadata:
dependencies:
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/helper-wrap-function": "workspace:^7.10.4"
"@babel/template": "workspace:^7.10.4"
"@babel/traverse": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
Expand Down Expand Up @@ -717,7 +713,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/helper-simple-access@workspace:packages/babel-helper-simple-access"
dependencies:
"@babel/template": "workspace:^7.10.4"
"@babel/types": "workspace:^7.10.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -766,7 +761,6 @@ __metadata:
"@babel/helper-fixtures": "workspace:^7.10.5"
"@babel/polyfill": "workspace:^7.10.4"
babel-check-duplicated-nodes: ^1.0.0
jest: ^24.8.0
jest-diff: ^24.8.0
lodash: ^4.17.19
quick-lru: 5.1.0
Expand Down Expand Up @@ -2304,7 +2298,6 @@ __metadata:
"@babel/helper-create-regexp-features-plugin": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
core-js: ^3.2.1
core-js-pure: ^3.2.1
peerDependencies:
"@babel/core": ^7.0.0
languageName: unknown
Expand Down Expand Up @@ -2340,7 +2333,6 @@ __metadata:
resolution: "@babel/plugin-transform-object-assign@workspace:packages/babel-plugin-transform-object-assign"
dependencies:
"@babel/core": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
peerDependencies:
"@babel/core": ^7.0.0-0
Expand Down Expand Up @@ -2401,7 +2393,6 @@ __metadata:
resolution: "@babel/plugin-transform-parameters@workspace:packages/babel-plugin-transform-parameters"
dependencies:
"@babel/core": "workspace:^7.10.5"
"@babel/helper-get-function-arity": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
peerDependencies:
Expand Down Expand Up @@ -2761,7 +2752,6 @@ __metadata:
resolution: "@babel/plugin-transform-template-literals@workspace:packages/babel-plugin-transform-template-literals"
dependencies:
"@babel/core": "workspace:^7.10.5"
"@babel/helper-annotate-as-pure": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
peerDependencies:
Expand Down Expand Up @@ -2953,11 +2943,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/preset-env@workspace:packages/babel-preset-env"
dependencies:
"@babel/cli": "workspace:^7.12.0"
"@babel/compat-data": "workspace:^7.12.0"
"@babel/core": "workspace:^7.12.0"
"@babel/helper-compilation-targets": "workspace:^7.12.0"
"@babel/helper-fixtures": "workspace:^7.10.4"
"@babel/helper-module-imports": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
Expand Down Expand Up @@ -3021,7 +3009,6 @@ __metadata:
"@babel/plugin-transform-unicode-regex": "workspace:^7.10.4"
"@babel/preset-modules": ^0.1.3
"@babel/types": "workspace:^7.12.0"
browserslist: ^4.12.0
core-js-compat: ^3.6.2
semver: ^5.5.0
peerDependencies:
Expand Down Expand Up @@ -3076,7 +3063,6 @@ __metadata:
"@babel/core": "workspace:^7.10.4"
"@babel/helper-plugin-test-runner": "workspace:^7.10.4"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/helper-transform-fixture-test-runner": "workspace:^7.10.4"
"@babel/plugin-transform-react-display-name": "workspace:^7.10.4"
"@babel/plugin-transform-react-jsx": "workspace:^7.10.4"
"@babel/plugin-transform-react-jsx-development": "workspace:^7.10.4"
Expand Down Expand Up @@ -3137,7 +3123,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/runtime-corejs2@workspace:packages/babel-runtime-corejs2"
dependencies:
"@babel/helpers": "workspace:^7.10.4"
core-js: ^2.6.5
regenerator-runtime: ^0.13.4
languageName: unknown
Expand Down Expand Up @@ -3175,7 +3160,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@babel/runtime@workspace:packages/babel-runtime"
dependencies:
"@babel/helpers": "workspace:^7.10.4"
regenerator-runtime: ^0.13.4
languageName: unknown
linkType: soft
Expand All @@ -3185,7 +3169,6 @@ __metadata:
resolution: "@babel/standalone@workspace:packages/babel-standalone"
dependencies:
"@babel/core": "workspace:^7.12.0"
"@babel/helper-plugin-utils": "workspace:^7.10.4"
"@babel/plugin-external-helpers": "workspace:^7.10.4"
"@babel/plugin-proposal-async-generator-functions": "workspace:^7.10.5"
"@babel/plugin-proposal-class-properties": "workspace:^7.10.4"
Expand Down Expand Up @@ -4612,8 +4595,6 @@ __metadata:
lint-staged: ^9.2.0
mergeiterator: ^1.2.5
prettier: ^2.0.5
pump: ^3.0.0
rimraf: ^2.6.3
rollup: ^2.26.5
rollup-plugin-node-polyfills: ^0.2.1
rollup-plugin-terser: ^7.0.0
Expand Down Expand Up @@ -5592,7 +5573,7 @@ __metadata:
languageName: node
linkType: hard

"core-js-pure@npm:^3.0.0, core-js-pure@npm:^3.2.1":
"core-js-pure@npm:^3.0.0":
version: 3.6.5
resolution: "core-js-pure@npm:3.6.5"
checksum: 91fc8e0b699d5bcb11f265ad4544d08c98096b86ad6c9b4c00109616db0aa992ceb58ea82d0dbae2a16658a7aaf2922aa6f9fc1107dc3b0055270799d0414a3f
Expand Down Expand Up @@ -8828,7 +8809,7 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"jest@npm:^24.8.0, jest@npm:^24.9.0":
"jest@npm:^24.9.0":
version: 24.9.0
resolution: "jest@npm:24.9.0"
dependencies:
Expand Down