Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
chore: bump webpack in this pr as well
  • Loading branch information
danielroe committed Aug 5, 2025
commit 10171f02c4564192035d56f97b82ed29b938e13c
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"unimport": "5.2.0",
"vite": "7.0.6",
"vue": "3.5.18",
"webpack": "5.99.9"
"webpack": "5.101.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.18.2",
Expand Down Expand Up @@ -139,7 +139,7 @@
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.18",
"vue-tsc": "3.0.5",
"webpack": "5.99.9"
"webpack": "5.101.0"
},
"packageManager": "pnpm@10.14.0",
"version": ""
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"unbuild": "3.6.0",
"vite": "7.0.6",
"vitest": "3.2.4",
"webpack": "5.99.9"
"webpack": "5.101.0"
},
"engines": {
"node": ">=18.12.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"vue-bundle-renderer": "2.1.2",
"vue-loader": "17.4.2",
"vue-router": "4.5.1",
"webpack": "5.99.9",
"webpack": "5.101.0",
"webpack-dev-middleware": "7.4.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.1.2",
"vue-loader": "^17.4.2",
"webpack": "^5.99.9",
"webpack": "^5.101.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1",
Expand Down
Loading
Loading