Skip to content

Commit

Permalink
build(782): update webpack type definitions (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
James Spencer authored Apr 6, 2023
1 parent 4cb851a commit 405bbb3
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"@types/resize-observer-browser": "^0.1.5",
"@types/semver": "^7.3.10",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/webpack": "^4.4.34",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"axe-core": "^4.4.1",
Expand Down
41 changes: 40 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4549,7 +4549,7 @@
"@types/source-list-map" "*"
source-map "^0.7.3"

"@types/webpack@^4.4.34", "@types/webpack@^4.41.26", "@types/webpack@^4.41.8":
"@types/webpack@^4.41.26", "@types/webpack@^4.41.8":
version "4.41.32"
resolved "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.32.tgz"
integrity sha512-cb+0ioil/7oz5//7tZUSwbrSAN/NWHrQylz5cW8G0dWTcF/g+/dSdMlKVZspBYuMAN1+WnwHrkxiRrLcwd0Heg==
Expand All @@ -4561,6 +4561,15 @@
anymatch "^3.0.0"
source-map "^0.6.0"

"@types/webpack@^5.28.1":
version "5.28.1"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-5.28.1.tgz#c369baeff31abe54b45f7f29997e1623604198d6"
integrity sha512-qw1MqGZclCoBrpiSe/hokSgQM/su8Ocpl3L/YHE0L6moyaypg4+5F7Uzq7NgaPKPxUxUbQ4fLPLpDWdR27bCZw==
dependencies:
"@types/node" "*"
tapable "^2.2.0"
webpack "^5"

"@types/yargs-parser@*":
version "20.2.1"
resolved "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz"
Expand Down Expand Up @@ -19921,6 +19930,36 @@ webpack@4:
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpack@^5:
version "5.77.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.77.0.tgz#dea3ad16d7ea6b84aa55fa42f4eac9f30e7eb9b4"
integrity sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
"@webassemblyjs/ast" "1.11.1"
"@webassemblyjs/wasm-edit" "1.11.1"
"@webassemblyjs/wasm-parser" "1.11.1"
acorn "^8.7.1"
acorn-import-assertions "^1.7.6"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.10.0"
es-module-lexer "^0.9.0"
eslint-scope "5.1.1"
events "^3.2.0"
glob-to-regexp "^0.4.1"
graceful-fs "^4.2.9"
json-parse-even-better-errors "^2.3.1"
loader-runner "^4.2.0"
mime-types "^2.1.27"
neo-async "^2.6.2"
schema-utils "^3.1.0"
tapable "^2.1.1"
terser-webpack-plugin "^5.1.3"
watchpack "^2.4.0"
webpack-sources "^3.2.3"

webpack@^5.75.0, webpack@^5.9.0:
version "5.75.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
Expand Down

0 comments on commit 405bbb3

Please sign in to comment.