Skip to content

Commit fac8171

Browse files
authored
chore: cleanup no longer used dev dependencies (#917)
1 parent f3af938 commit fac8171

File tree

9 files changed

+4
-42
lines changed

9 files changed

+4
-42
lines changed

@commitlint/cli/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,11 @@
4646
"devDependencies": {
4747
"@babel/cli": "^7.7.7",
4848
"@babel/core": "^7.7.7",
49-
"@babel/register": "^7.7.7",
5049
"@commitlint/test": "8.2.0",
5150
"@commitlint/utils": "^8.3.4",
5251
"babel-preset-commitlint": "^8.2.0",
53-
"concurrently": "3.6.1",
5452
"cross-env": "6.0.3",
5553
"execa": "0.11.0",
56-
"mkdirp": "0.5.1",
57-
"pkg-dir": "4.2.0",
58-
"resolve-bin": "0.4.0",
5954
"sander": "0.6.0",
6055
"string-to-stream": "3.0.1"
6156
},

@commitlint/lint/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
"devDependencies": {
4444
"@babel/cli": "^7.7.7",
4545
"@babel/core": "^7.7.7",
46-
"@babel/register": "^7.7.7",
4746
"@commitlint/test": "8.2.0",
4847
"@commitlint/utils": "^8.3.4",
4948
"babel-preset-commitlint": "^8.2.0",

@commitlint/read/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
1111
"deps": "dep-check",
1212
"pkg": "pkg-check --skip-import",
13-
"start": "concurrently \"ava -c 4 --verbose --watch\" \"yarn run watch\"",
13+
"start": "yarn run watch",
1414
"watch": "babel src --out-dir lib --watch --source-maps"
1515
},
1616
"babel": {
@@ -43,11 +43,9 @@
4343
"devDependencies": {
4444
"@babel/core": "7.7.7",
4545
"@babel/cli": "7.7.7",
46-
"@babel/register": "7.7.7",
4746
"@commitlint/test": "8.2.0",
4847
"@commitlint/utils": "^8.3.4",
4948
"babel-preset-commitlint": "^8.2.0",
50-
"concurrently": "3.6.1",
5149
"cross-env": "6.0.3",
5250
"execa": "0.11.0"
5351
},

@commitlint/rules/package.json

-6
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,10 @@
3434
},
3535
"license": "MIT",
3636
"devDependencies": {
37-
"@babel/core": "7.7.7",
38-
"@babel/cli": "7.7.7",
39-
"@babel/register": "7.7.7",
4037
"@commitlint/parse": "^8.3.4",
4138
"@commitlint/test": "8.2.0",
4239
"@commitlint/utils": "^8.3.4",
43-
"babel-preset-commitlint": "^8.2.0",
44-
"concurrently": "3.6.1",
4540
"conventional-changelog-angular": "1.6.6",
46-
"cross-env": "6.0.3",
4741
"globby": "10.0.1",
4842
"lodash": "4.17.15"
4943
},

@commitlint/top-level/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"deps": "dep-check",
1212
"pkg": "pkg-check"
1313
},
14-
"babel": {
15-
"presets": [
16-
"babel-preset-commitlint"
17-
]
18-
},
1914
"engines": {
2015
"node": ">=4"
2116
},

@commitlint/travis-cli/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "cross-env NODE_ENV=production babel src --out-dir lib --source-maps",
1313
"deps": "dep-check",
1414
"pkg": "pkg-check --skip-main",
15-
"start": "ava -c 4 --verbose --watch",
15+
"start": "yarn run watch",
1616
"watch": "babel src --out-dir lib --watch --source-maps"
1717
},
1818
"babel": {
@@ -44,7 +44,6 @@
4444
"devDependencies": {
4545
"@babel/cli": "7.7.7",
4646
"@babel/core": "7.7.7",
47-
"@babel/register": "7.7.7",
4847
"@commitlint/test": "8.2.0",
4948
"@commitlint/utils": "^8.3.4",
5049
"babel-preset-commitlint": "^8.2.0",

@packages/babel-preset-commitlint/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
},
4444
"license": "MIT",
4545
"devDependencies": {
46-
"@babel/core": "^7.7.7",
47-
"ava": "2.4.0"
46+
"@babel/core": "^7.7.7"
4847
},
4948
"dependencies": {
5049
"@babel/plugin-transform-modules-commonjs": "^7.7.5",

@packages/utils/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
"deps": "node dep-check.js",
1919
"pkg": "node pkg-check.js --skip-main"
2020
},
21-
"ava": {
22-
"files": [
23-
"cli.test.js"
24-
]
25-
},
2621
"engines": {
2722
"node": ">=4"
2823
},

yarn.lock

+1-13
Original file line numberDiff line numberDiff line change
@@ -4425,11 +4425,6 @@ [email protected]:
44254425
findup-sync "^3.0.0"
44264426
merge "^1.2.1"
44274427

4428-
find-parent-dir@~0.3.0:
4429-
version "0.3.0"
4430-
resolved "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz#33c44b429ab2b2f0646299c5f9f718f376ff8d54"
4431-
integrity sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=
4432-
44334428
44344429
version "1.1.0"
44354430
resolved "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz#abcfc8ba76f708c42a97b3d685b7e9450bfb9ce4"
@@ -7112,7 +7107,7 @@ mkdirp-promise@^5.0.1:
71127107
dependencies:
71137108
mkdirp "*"
71147109

7115-
mkdirp@*, mkdirp@0.5.1, mkdirp@0.x, mkdirp@^0.5.0, mkdirp@^0.5.1:
7110+
mkdirp@*, [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1:
71167111
version "0.5.1"
71177112
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
71187113
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
@@ -8632,13 +8627,6 @@ require-precompiled@^0.1.0:
86328627
resolved "https://registry.npmjs.org/require-precompiled/-/require-precompiled-0.1.0.tgz#5a1b52eb70ebed43eb982e974c85ab59571e56fa"
86338628
integrity sha1-WhtS63Dr7UPrmC6XTIWrWVceVvo=
86348629

8635-
8636-
version "0.4.0"
8637-
resolved "https://registry.npmjs.org/resolve-bin/-/resolve-bin-0.4.0.tgz#47132249891101afb19991fe937cb0a5f072e5d9"
8638-
integrity sha1-RxMiSYkRAa+xmZH+k3ywpfBy5dk=
8639-
dependencies:
8640-
find-parent-dir "~0.3.0"
8641-
86428630
resolve-cwd@^2.0.0:
86438631
version "2.0.0"
86448632
resolved "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"

0 commit comments

Comments
 (0)