Skip to content

Commit

Permalink
Remove unused dependencies and devDependencies (#12175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 15, 2020
1 parent 2d43341 commit 6cb0056
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 56 deletions.
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 @@ -33,7 +33,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 @@ -93,7 +93,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 @@ -351,7 +350,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 @@ -385,7 +383,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 @@ -469,7 +466,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 @@ -2312,7 +2306,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 @@ -2348,7 +2341,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 @@ -2409,7 +2401,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 @@ -2769,7 +2760,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 @@ -2960,11 +2950,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 @@ -3028,7 +3016,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 @@ -3083,7 +3070,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 @@ -3144,7 +3130,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 @@ -3182,7 +3167,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 @@ -3192,7 +3176,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 @@ -4619,8 +4602,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 @@ -5599,7 +5580,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 @@ -8835,7 +8816,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

0 comments on commit 6cb0056

Please sign in to comment.