Skip to content
This repository was archived by the owner on Dec 9, 2019. It is now read-only.

Commit a2137a9

Browse files
authored
Merge pull request #186 from PolymerX/greenkeeper/webpack-4.29.3
Update webpack to the latest version 🚀
2 parents 33aba1f + 4d9ff24 commit a2137a9

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"script-ext-html-webpack-plugin": "2.1.3",
8282
"update-notifier": "2.5.0",
8383
"validate-npm-package-name": "3.0.0",
84-
"webpack": "4.29.1",
84+
"webpack": "4.29.3",
8585
"webpack-dev-server": "3.1.14",
8686
"webpack-merge": "4.2.1",
8787
"which": "1.3.1",

yarn.lock

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7558,14 +7558,6 @@ sax@^1.2.4:
75587558
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
75597559
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
75607560

7561-
schema-utils@^0.4.4:
7562-
version "0.4.7"
7563-
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187"
7564-
integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==
7565-
dependencies:
7566-
ajv "^6.1.0"
7567-
ajv-keywords "^3.1.0"
7568-
75697561
schema-utils@^1.0.0:
75707562
version "1.0.0"
75717563
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770"
@@ -8790,10 +8782,10 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0:
87908782
source-list-map "^2.0.0"
87918783
source-map "~0.6.1"
87928784

8793-
webpack@4.29.1:
8794-
version "4.29.1"
8795-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.1.tgz#a6533d7bc6a6b1ed188cb029d53d231be777e175"
8796-
integrity sha512-dY3KyQIVeg6cDPj9G5Bnjy9Pt9SoCpbNWl0RDKHstbd3MWe0dG9ri4RQRpCm43iToy3zoA1IMOpFkJ8Clnc7FQ==
8785+
webpack@4.29.3:
8786+
version "4.29.3"
8787+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.3.tgz#e0b406a7b4201ed5e4fb4f84fd7359f9a7db4647"
8788+
integrity sha512-xPJvFeB+8tUflXFq+OgdpiSnsCD5EANyv56co5q8q8+YtEasn5Sj3kzY44mta+csCIEB0vneSxnuaHkOL2h94A==
87978789
dependencies:
87988790
"@webassemblyjs/ast" "1.7.11"
87998791
"@webassemblyjs/helper-module-context" "1.7.11"
@@ -8814,7 +8806,7 @@ webpack@4.29.1:
88148806
mkdirp "~0.5.0"
88158807
neo-async "^2.5.0"
88168808
node-libs-browser "^2.0.0"
8817-
schema-utils "^0.4.4"
8809+
schema-utils "^1.0.0"
88188810
tapable "^1.1.0"
88198811
terser-webpack-plugin "^1.1.0"
88208812
watchpack "^1.5.0"

0 commit comments

Comments
 (0)