Skip to content

Commit f7b7eb7

Browse files
committed
Update dependency webpack-cli to v3.3.0
1 parent ec41c7e commit f7b7eb7

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

fixtures/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"devDependencies": {
1414
"webpack": "4.20.2",
15-
"webpack-cli": "3.2.1"
15+
"webpack-cli": "3.3.0"
1616
}
1717
}

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.0"
1717
},
1818
"license": "MIT"
1919
}

yarn.lock

+5-15
Original file line numberDiff line numberDiff line change
@@ -1269,10 +1269,6 @@ glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
12691269
once "^1.3.0"
12701270
path-is-absolute "^1.0.0"
12711271

1272-
global-modules-path@^2.3.0:
1273-
version "2.3.0"
1274-
resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.0.tgz#b0e2bac6beac39745f7db5c59d26a36a0b94f7dc"
1275-
12761272
global-modules@^1.0.0:
12771273
version "1.0.0"
12781274
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -1702,10 +1698,6 @@ levn@^0.3.0, levn@~0.3.0:
17021698
prelude-ls "~1.1.2"
17031699
type-check "~0.3.2"
17041700

1705-
lightercollective@^0.1.0:
1706-
version "0.1.0"
1707-
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
1708-
17091701
loader-runner@^2.3.0:
17101702
version "2.3.0"
17111703
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921700d5a46ef26fdac6b8a2"
@@ -2974,23 +2966,21 @@ watchpack@^1.5.0:
29742966
graceful-fs "^4.1.2"
29752967
neo-async "^2.5.0"
29762968

2977-
webpack-cli@3.2.1:
2978-
version "3.2.1"
2979-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.2.1.tgz#779c696c82482491f0803907508db2e276ed3b61"
2969+
webpack-cli@3.3.0:
2970+
version "3.3.0"
2971+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.0.tgz#55c8a74cae1e88117f9dda3a801c7272e93ca318"
29802972
dependencies:
29812973
chalk "^2.4.1"
29822974
cross-spawn "^6.0.5"
29832975
enhanced-resolve "^4.1.0"
29842976
findup-sync "^2.0.0"
29852977
global-modules "^1.0.0"
2986-
global-modules-path "^2.3.0"
29872978
import-local "^2.0.0"
29882979
interpret "^1.1.0"
2989-
lightercollective "^0.1.0"
29902980
loader-utils "^1.1.0"
29912981
supports-color "^5.5.0"
29922982
v8-compile-cache "^2.0.2"
2993-
yargs "^12.0.4"
2983+
yargs "^12.0.5"
29942984

29952985
webpack-sources@^1.1.0:
29962986
version "1.1.0"
@@ -3101,7 +3091,7 @@ yargs-parser@^11.1.1:
31013091
camelcase "^5.0.0"
31023092
decamelize "^1.2.0"
31033093

3104-
yargs@^12.0.4:
3094+
yargs@^12.0.5:
31053095
version "12.0.5"
31063096
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
31073097
dependencies:

0 commit comments

Comments
 (0)