Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ^5.96.1 (#3050)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 488ab79 commit 5f8987d
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 101 deletions.
2 changes: 1 addition & 1 deletion packages/create-plugin/templates/modern/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"assert": "^2.1.0",
"cross-env": "^7.0.3",
"ts-loader": "^9.5.1",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4"
},
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"rollup-plugin-license": "^3.5.3",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.2.1",
"vite": "^5.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin-kintone-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"adm-zip": "^0.5.16",
"chokidar": "^3.6.0",
"rimraf": "^5.0.10",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "5.1.4",
"webpack-merge": "^6.0.1"
},
Expand Down
Loading

0 comments on commit 5f8987d

Please sign in to comment.