Skip to content

Commit

Permalink
chore(deps): update dependency webpack-cli to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2024
1 parent 84994db commit 9943eb6
Show file tree
Hide file tree
Showing 6 changed files with 86 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 @@ -29,6 +29,6 @@
"prettier": "^3.3.3",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
"webpack-cli": "^6.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/dts-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cross-env": "^7.0.3",
"ts-loader": "^9.5.1",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
"webpack-cli": "^6.0.1"
},
"bin": {
"kintone-dts-gen": "dist/index.js"
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 @@ -82,7 +82,7 @@
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack": "^5.97.1",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "^5.2.0"
},
"homepage": "https://github.com/kintone/js-sdk/tree/main/packages/plugin-packer",
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 @@ -67,7 +67,7 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"babel-loader": "^9.2.1",
"vite": "^5.4.11",
"rimraf": "^5.0.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 @@ -43,7 +43,7 @@
"chokidar": "^3.6.0",
"rimraf": "^5.0.10",
"webpack": "^5.97.1",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-merge": "^6.0.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9943eb6

Please sign in to comment.