Skip to content

Commit 5b6f31a

Browse files
committed
Update dependency webpack-cli to v3.3.4
1 parent a981c29 commit 5b6f31a

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

fixtures/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"webpack": "4.20.2",
16-
"webpack-cli": "3.2.1"
16+
"webpack-cli": "3.3.4"
1717
}
1818
}

fixtures/subdep/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"webpack": "4.20.2",
11-
"webpack-cli": "3.2.1"
11+
"webpack-cli": "3.3.4"
1212
}
1313
}

worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"css-to-js-sourcemap-core": "*",
1414
"resolve-from": "4.0.0",
1515
"webpack": "4.20.2",
16-
"webpack-cli": "3.2.1"
16+
"webpack-cli": "3.3.4"
1717
},
1818
"license": "MIT"
1919
}

yarn.lock

+13-15
Original file line numberDiff line numberDiff line change
@@ -1389,10 +1389,6 @@ glob@~7.1.2:
13891389
once "^1.3.0"
13901390
path-is-absolute "^1.0.0"
13911391

1392-
global-modules-path@^2.3.0:
1393-
version "2.3.0"
1394-
resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.0.tgz#b0e2bac6beac39745f7db5c59d26a36a0b94f7dc"
1395-
13961392
global-modules@^1.0.0:
13971393
version "1.0.0"
13981394
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -1873,10 +1869,6 @@ levn@^0.3.0, levn@~0.3.0:
18731869
prelude-ls "~1.1.2"
18741870
type-check "~0.3.2"
18751871

1876-
lightercollective@^0.1.0:
1877-
version "0.1.0"
1878-
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
1879-
18801872
loader-runner@^2.3.0:
18811873
version "2.3.0"
18821874
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
@@ -2465,6 +2457,11 @@ [email protected]:
24652457
version "1.16.3"
24662458
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
24672459

2460+
prettier@^1.17.0:
2461+
version "1.18.2"
2462+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
2463+
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
2464+
24682465
process-nextick-args@~2.0.0:
24692466
version "2.0.0"
24702467
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
@@ -3231,23 +3228,23 @@ watchpack@^1.5.0:
32313228
graceful-fs "^4.1.2"
32323229
neo-async "^2.5.0"
32333230

3234-
3235-
version "3.2.1"
3236-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.2.1.tgz#779c696c82482491f0803907508db2e276ed3b61"
3231+
3232+
version "3.3.4"
3233+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.4.tgz#de27e281c48a897b8c219cb093e261d5f6afe44a"
3234+
integrity sha512-ubJGQEKMtBSpT+LiL5hXvn2GIOWiRWItR1DGUqJRhwRBeGhpRXjvF5f0erqdRJLErkfqS5/Ldkkedh4AL5Q1ZQ==
32373235
dependencies:
32383236
chalk "^2.4.1"
32393237
cross-spawn "^6.0.5"
32403238
enhanced-resolve "^4.1.0"
32413239
findup-sync "^2.0.0"
32423240
global-modules "^1.0.0"
3243-
global-modules-path "^2.3.0"
32443241
import-local "^2.0.0"
32453242
interpret "^1.1.0"
3246-
lightercollective "^0.1.0"
32473243
loader-utils "^1.1.0"
3244+
prettier "^1.17.0"
32483245
supports-color "^5.5.0"
32493246
v8-compile-cache "^2.0.2"
3250-
yargs "^12.0.4"
3247+
yargs "^12.0.5"
32513248

32523249
webpack-sources@^1.1.0:
32533250
version "1.1.0"
@@ -3365,9 +3362,10 @@ yargs-parser@^11.1.1:
33653362
camelcase "^5.0.0"
33663363
decamelize "^1.2.0"
33673364

3368-
yargs@^12.0.4:
3365+
yargs@^12.0.5:
33693366
version "12.0.5"
33703367
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
3368+
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
33713369
dependencies:
33723370
cliui "^4.0.0"
33733371
decamelize "^1.2.0"

0 commit comments

Comments
 (0)