File tree 2 files changed +31
-2
lines changed
2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 72
72
"node-fetch" : " ^2.6.0" ,
73
73
"playwright" : " ^1.31.1" ,
74
74
"sinon" : " ^7.3.2" ,
75
- "webpack" : " ^5.90.3 "
75
+ "webpack" : " ^4.47.0 "
76
76
},
77
77
"scripts" : {
78
78
"build" : " run-p build:transpile build:bundle build:types" ,
Original file line number Diff line number Diff line change 15049
15049
memory-fs "^0.5.0"
15050
15050
tapable "^1.0.0"
15051
15051
15052
- enhanced-resolve@^4.3.0:
15052
+ enhanced-resolve@^4.3.0, enhanced-resolve@^4.5.0 :
15053
15053
version "4.5.0"
15054
15054
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz#2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec"
15055
15055
integrity sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==
32886
32886
watchpack "^2.2.0"
32887
32887
webpack-sources "^3.2.0"
32888
32888
32889
+ webpack@^4.47.0:
32890
+ version "4.47.0"
32891
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.47.0.tgz#8b8a02152d7076aeb03b61b47dad2eeed9810ebc"
32892
+ integrity sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==
32893
+ dependencies:
32894
+ "@webassemblyjs/ast" "1.9.0"
32895
+ "@webassemblyjs/helper-module-context" "1.9.0"
32896
+ "@webassemblyjs/wasm-edit" "1.9.0"
32897
+ "@webassemblyjs/wasm-parser" "1.9.0"
32898
+ acorn "^6.4.1"
32899
+ ajv "^6.10.2"
32900
+ ajv-keywords "^3.4.1"
32901
+ chrome-trace-event "^1.0.2"
32902
+ enhanced-resolve "^4.5.0"
32903
+ eslint-scope "^4.0.3"
32904
+ json-parse-better-errors "^1.0.2"
32905
+ loader-runner "^2.4.0"
32906
+ loader-utils "^1.2.3"
32907
+ memory-fs "^0.4.1"
32908
+ micromatch "^3.1.10"
32909
+ mkdirp "^0.5.3"
32910
+ neo-async "^2.6.1"
32911
+ node-libs-browser "^2.2.1"
32912
+ schema-utils "^1.0.0"
32913
+ tapable "^1.1.3"
32914
+ terser-webpack-plugin "^1.4.3"
32915
+ watchpack "^1.7.4"
32916
+ webpack-sources "^1.4.1"
32917
+
32889
32918
webpack@^5.90.3, webpack@~5.90.3:
32890
32919
version "5.90.3"
32891
32920
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.90.3.tgz#37b8f74d3ded061ba789bb22b31e82eed75bd9ac"
You can’t perform that action at this time.
0 commit comments