Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ^5.94.0 (#2942)
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 Aug 23, 2024
1 parent ae6d8a9 commit cb53a3a
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 106 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.5.4",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"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 @@ -40,7 +40,7 @@
"@types/eslint": "^8.56.11",
"@types/lodash": "^4.17.7",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"assert": "^2.1.0"
},
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 @@ -80,7 +80,7 @@
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.0.4"
},
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.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.1.3",
"vite": "^5.4.2",
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.15",
"chokidar": "^3.6.0",
"rimraf": "^5.0.10",
"webpack": "^5.93.0",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4",
"webpack-merge": "^6.0.1"
},
Expand Down
Loading

0 comments on commit cb53a3a

Please sign in to comment.