Skip to content

Commit 389419b

Browse files
authored
chore(cli): remove legacy cli dependencies (#2356)
1 parent 90cdb5b commit 389419b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

@commitlint/cli/package.json

-7
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,17 @@
3636
},
3737
"license": "MIT",
3838
"devDependencies": {
39-
"@babel/cli": "^7.11.6",
40-
"@babel/core": "^7.11.6",
4139
"@commitlint/test": "^11.0.0",
4240
"@commitlint/utils": "^11.0.0",
4341
"@types/yargs": "^15.0.5",
44-
"babel-preset-commitlint": "^11.0.0",
45-
"cross-env": "7.0.3",
4642
"execa": "^5.0.0",
4743
"fs-extra": "^9.0.0"
4844
},
4945
"dependencies": {
50-
"@babel/runtime": "^7.11.2",
5146
"@commitlint/format": "^11.0.0",
5247
"@commitlint/lint": "^11.0.0",
5348
"@commitlint/load": "^11.0.0",
5449
"@commitlint/read": "^11.0.0",
55-
"chalk": "4.1.0",
56-
"core-js": "^3.6.1",
5750
"get-stdin": "8.0.0",
5851
"lodash": "^4.17.19",
5952
"resolve-from": "5.0.0",

yarn.lock

-5
Original file line numberDiff line numberDiff line change
@@ -4101,11 +4101,6 @@ core-js@^2.4.0, core-js@^2.5.0:
41014101
resolved "https://registry.npmjs.org/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
41024102
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
41034103

4104-
core-js@^3.6.1:
4105-
version "3.6.5"
4106-
resolved "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
4107-
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==
4108-
41094104
[email protected], core-util-is@~1.0.0:
41104105
version "1.0.2"
41114106
resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"

0 commit comments

Comments
 (0)