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

pkg: Update webpack to v5.95.0 #2533

Merged
merged 1 commit into from
Sep 25, 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 examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"react-refresh": "0.14.2",
"react-test-renderer": "18.3.1",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/linaria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^3.0.0",
"react-refresh": "0.14.2",
"serve": "14.2.3",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"serve": "14.2.3",
"storybook": "8.3.3",
"typescript": "^5.0.2",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"rimraf": "^6.0.0",
"start-server-and-test": "^2.0.0",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11837,7 +11837,7 @@ __metadata:
react-dom: "npm:^18.2.0"
react-refresh: "npm:0.14.2"
serve: "npm:14.2.3"
webpack: "npm:5.94.0"
webpack: "npm:5.95.0"
webpack-cli: "npm:^5.0.1"
webpack-dev-server: "npm:^5.0.0"
peerDependencies:
Expand Down Expand Up @@ -11889,7 +11889,7 @@ __metadata:
react-refresh: "npm:0.14.2"
react-test-renderer: "npm:18.3.1"
typescript: "npm:5.6.2"
webpack: "npm:5.94.0"
webpack: "npm:5.95.0"
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.1.0"
languageName: unknown
Expand Down Expand Up @@ -11951,7 +11951,7 @@ __metadata:
serve: "npm:14.2.3"
storybook: "npm:8.3.3"
typescript: "npm:^5.0.2"
webpack: "npm:5.94.0"
webpack: "npm:5.95.0"
webpack-cli: "npm:^5.0.1"
webpack-dev-server: "npm:^5.0.0"
languageName: unknown
Expand Down Expand Up @@ -22124,7 +22124,7 @@ __metadata:
rimraf: "npm:^6.0.0"
start-server-and-test: "npm:^2.0.0"
typescript: "npm:5.6.2"
webpack: "npm:5.94.0"
webpack: "npm:5.95.0"
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.1.0"
languageName: unknown
Expand Down Expand Up @@ -25521,9 +25521,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5, webpack@npm:5.94.0, webpack@npm:^5, webpack@npm:^5.94.0":
version: 5.94.0
resolution: "webpack@npm:5.94.0"
"webpack@npm:5, webpack@npm:5.95.0, webpack@npm:^5, webpack@npm:^5.94.0":
version: 5.95.0
resolution: "webpack@npm:5.95.0"
dependencies:
"@types/estree": "npm:^1.0.5"
"@webassemblyjs/ast": "npm:^1.12.1"
Expand Down Expand Up @@ -25553,7 +25553,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10c0/b4d1b751f634079bd177a89eef84d80fa5bb8d6fc15d72ab40fc2b9ca5167a79b56585e1a849e9e27e259803ee5c4365cb719e54af70a43c06358ec268ff4ebf
checksum: 10c0/b9e6d0f8ebcbf0632494ac0b90fe4acb8f4a9b83f7ace4a67a15545a36fe58599c912ab58e625e1bf58ab3b0916c75fe99da6196d412ee0cab0b5065edd84238
languageName: node
linkType: hard

Expand Down
Loading