Skip to content

Commit 2198f3f

Browse files
committed
bump webpack 4 for browser build tests
1 parent e49337c commit 2198f3f

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"node-fetch": "^2.6.0",
5252
"playwright": "^1.31.1",
5353
"sinon": "^7.3.2",
54-
"webpack": "^4.30.0"
54+
"webpack": "^4.47.0"
5555
},
5656
"scripts": {
5757
"build": "run-p build:transpile build:bundle build:types",

yarn.lock

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30835,7 +30835,7 @@ [email protected]:
3083530835
watchpack "^2.2.0"
3083630836
webpack-sources "^3.2.0"
3083730837

30838-
webpack@^4.30.0, webpack@^4.44.1:
30838+
webpack@^4.44.1:
3083930839
version "4.46.0"
3084030840
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.46.0.tgz#bf9b4404ea20a073605e0a011d188d77cb6ad542"
3084130841
integrity sha512-6jJuJjg8znb/xRItk7bkT0+Q7AHCYjjFnvKIWQPkNIOyRqoCGvkOs0ipeQzrqz4l5FtN5ZI/ukEHroeX/o1/5Q==
@@ -30864,6 +30864,35 @@ webpack@^4.30.0, webpack@^4.44.1:
3086430864
watchpack "^1.7.4"
3086530865
webpack-sources "^1.4.1"
3086630866

30867+
webpack@^4.47.0:
30868+
version "4.47.0"
30869+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.47.0.tgz#8b8a02152d7076aeb03b61b47dad2eeed9810ebc"
30870+
integrity sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==
30871+
dependencies:
30872+
"@webassemblyjs/ast" "1.9.0"
30873+
"@webassemblyjs/helper-module-context" "1.9.0"
30874+
"@webassemblyjs/wasm-edit" "1.9.0"
30875+
"@webassemblyjs/wasm-parser" "1.9.0"
30876+
acorn "^6.4.1"
30877+
ajv "^6.10.2"
30878+
ajv-keywords "^3.4.1"
30879+
chrome-trace-event "^1.0.2"
30880+
enhanced-resolve "^4.5.0"
30881+
eslint-scope "^4.0.3"
30882+
json-parse-better-errors "^1.0.2"
30883+
loader-runner "^2.4.0"
30884+
loader-utils "^1.2.3"
30885+
memory-fs "^0.4.1"
30886+
micromatch "^3.1.10"
30887+
mkdirp "^0.5.3"
30888+
neo-async "^2.6.1"
30889+
node-libs-browser "^2.2.1"
30890+
schema-utils "^1.0.0"
30891+
tapable "^1.1.3"
30892+
terser-webpack-plugin "^1.4.3"
30893+
watchpack "^1.7.4"
30894+
webpack-sources "^1.4.1"
30895+
3086730896
webpack@^5.52.0, webpack@~5.74.0:
3086830897
version "5.74.0"
3086930898
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.74.0.tgz#02a5dac19a17e0bb47093f2be67c695102a55980"

0 commit comments

Comments
 (0)