Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump webpack from 5.92.1 to 5.94.0 #376

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/docusaurus-theme-redoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"webpack": "^5.94.0"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redocusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"webpack": "^5.94.0"
}
}
52 changes: 49 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6374,7 +6374,7 @@ __metadata:
redoc: "npm:2.1.5"
styled-components: "npm:^6.1.11"
typescript: "npm:^5.5.2"
webpack: "npm:^5.92.1"
webpack: "npm:^5.94.0"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
webpack: ^5.0.0
Expand Down Expand Up @@ -6597,6 +6597,16 @@ __metadata:
languageName: node
linkType: hard

"enhanced-resolve@npm:^5.17.1":
version: 5.17.1
resolution: "enhanced-resolve@npm:5.17.1"
dependencies:
graceful-fs: "npm:^4.2.4"
tapable: "npm:^2.2.0"
checksum: e8e03cb7a4bf3c0250a89afbd29e5ec20e90ba5fcd026066232a0754864d7d0a393fa6fc0e5379314a6529165a1834b36731147080714459d98924520410d8f5
languageName: node
linkType: hard

"enquirer@npm:^2.3.0":
version: 2.4.1
resolution: "enquirer@npm:2.4.1"
Expand Down Expand Up @@ -13162,7 +13172,7 @@ __metadata:
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
typescript: "npm:^5.5.2"
webpack: "npm:^5.92.1"
webpack: "npm:^5.94.0"
peerDependencies:
"@docusaurus/theme-common": ^3.0.0
"@docusaurus/utils": ^3.0.0
Expand Down Expand Up @@ -15501,7 +15511,7 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.88.1, webpack@npm:^5.92.1":
"webpack@npm:^5.88.1":
version: 5.92.1
resolution: "webpack@npm:5.92.1"
dependencies:
Expand Down Expand Up @@ -15538,6 +15548,42 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:^5.94.0":
version: 5.94.0
resolution: "webpack@npm:5.94.0"
dependencies:
"@types/estree": "npm:^1.0.5"
"@webassemblyjs/ast": "npm:^1.12.1"
"@webassemblyjs/wasm-edit": "npm:^1.12.1"
"@webassemblyjs/wasm-parser": "npm:^1.12.1"
acorn: "npm:^8.7.1"
acorn-import-attributes: "npm:^1.9.5"
browserslist: "npm:^4.21.10"
chrome-trace-event: "npm:^1.0.2"
enhanced-resolve: "npm:^5.17.1"
es-module-lexer: "npm:^1.2.1"
eslint-scope: "npm:5.1.1"
events: "npm:^3.2.0"
glob-to-regexp: "npm:^0.4.1"
graceful-fs: "npm:^4.2.11"
json-parse-even-better-errors: "npm:^2.3.1"
loader-runner: "npm:^4.2.0"
mime-types: "npm:^2.1.27"
neo-async: "npm:^2.6.2"
schema-utils: "npm:^3.2.0"
tapable: "npm:^2.1.1"
terser-webpack-plugin: "npm:^5.3.10"
watchpack: "npm:^2.4.1"
webpack-sources: "npm:^3.2.3"
peerDependenciesMeta:
webpack-cli:
optional: true
bin:
webpack: bin/webpack.js
checksum: 648449c5fbbb0839814116e3b2b044ac6c75a7ba272435155ddeb1e64dfaa2f8079be3adfbb691f648b69900756ce0f6fb73beab0ced3cf5e0fd46868b4593a6
languageName: node
linkType: hard

"webpackbar@npm:^5.0.2":
version: 5.0.2
resolution: "webpackbar@npm:5.0.2"
Expand Down
Loading