Skip to content

Commit 18a3952

Browse files
authored
chore: remove unused commitlint/travis-cli dep (patw0929#382)
1 parent f961ce5 commit 18a3952

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"@babel/preset-react": "^7.0.0",
5252
"@commitlint/cli": "^8.3.5",
5353
"@commitlint/config-conventional": "^8.3.4",
54-
"@commitlint/travis-cli": "^8.3.5",
5554
"@storybook/addon-actions": "4.1.11",
5655
"@storybook/addon-info": "^4.1.11",
5756
"@storybook/addon-knobs": "^4.1.11",

yarn.lock

+1-23
Original file line numberDiff line numberDiff line change
@@ -1111,15 +1111,6 @@
11111111
dependencies:
11121112
find-up "^4.0.0"
11131113

1114-
"@commitlint/travis-cli@^8.3.5":
1115-
version "8.3.5"
1116-
resolved "https://registry.yarnpkg.com/@commitlint/travis-cli/-/travis-cli-8.3.5.tgz#876207b7d5fe1f5b94f89d32c202dca2234e0725"
1117-
integrity sha512-E456A36Ya9Zrr0+ONfkPoHNdWnX4zfR6seHjuzTy0393iSHNc9cZ250mGw0SKQiYQu8x1QHrQyWwyRXLb2iASw==
1118-
dependencies:
1119-
"@commitlint/cli" "^8.3.5"
1120-
babel-runtime "6.26.0"
1121-
execa "0.11.0"
1122-
11231114
"@emotion/cache@^0.8.8":
11241115
version "0.8.8"
11251116
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-0.8.8.tgz#2c3bd1aa5fdb88f1cc2325176a3f3201739e726c"
@@ -3506,7 +3497,7 @@ babel-register@^6.26.0, babel-register@^6.9.0:
35063497
mkdirp "^0.5.1"
35073498
source-map-support "^0.4.15"
35083499

3509-
babel-runtime@6.26.0, babel-runtime@6.x.x, babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.5.0:
3500+
[email protected], babel-runtime@^6.11.6, babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0, babel-runtime@^6.26.0, babel-runtime@^6.5.0:
35103501
version "6.26.0"
35113502
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"
35123503
dependencies:
@@ -6186,19 +6177,6 @@ exec-sh@^0.2.0:
61866177
dependencies:
61876178
merge "^1.2.0"
61886179

6189-
6190-
version "0.11.0"
6191-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.11.0.tgz#0b3c71daf9b9159c252a863cd981af1b4410d97a"
6192-
integrity sha512-k5AR22vCt1DcfeiRixW46U5tMLtBg44ssdJM9PiXw3D8Bn5qyxFCSnKY/eR22y+ctFDGPqafpaXg2G4Emyua4A==
6193-
dependencies:
6194-
cross-spawn "^6.0.0"
6195-
get-stream "^4.0.0"
6196-
is-stream "^1.1.0"
6197-
npm-run-path "^2.0.0"
6198-
p-finally "^1.0.0"
6199-
signal-exit "^3.0.0"
6200-
strip-eof "^1.0.0"
6201-
62026180
execa@^0.10.0:
62036181
version "0.10.0"
62046182
resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50"

0 commit comments

Comments
 (0)