Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ^5.92.0 (#2815)
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 Jun 11, 2024
1 parent 296e50b commit 857f0f6
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 75 deletions.
2 changes: 1 addition & 1 deletion examples/rest-api-client-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/yargs": "^17.0.32",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "5.1.4"
}
}
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.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack": "^5.92.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.10",
"@types/lodash": "^4.17.5",
"ts-loader": "^9.5.1",
"webpack": "^5.91.0",
"webpack": "^5.92.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.91.0",
"webpack": "^5.92.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.4.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.1.3",
"vite": "^5.2.13",
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.14",
"chokidar": "^3.6.0",
"rimraf": "^5.0.7",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "5.1.4",
"webpack-merge": "^5.10.0"
},
Expand Down
Loading

0 comments on commit 857f0f6

Please sign in to comment.