Skip to content

Commit

Permalink
chore(deps): update dependency webpack to ^5.90.1 (#2546)
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 Feb 2, 2024
1 parent f58271f commit 3a2c420
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 69 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.90.0",
"webpack": "^5.90.1",
"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.2.4",
"typescript": "^5.3.3",
"webpack": "^5.90.0",
"webpack": "^5.90.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 @@ -41,7 +41,7 @@
"@types/eslint": "^8.56.2",
"@types/lodash": "^4.14.202",
"ts-loader": "^9.5.1",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"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 @@ -81,7 +81,7 @@
"setimmediate": "^1.0.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^4.15.1"
},
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.2.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.1.3",
"vite": "^5.0.12",
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 @@
"adm-zip": "^0.5.10",
"chokidar": "^3.5.3",
"rimraf": "^5.0.5",
"webpack": "^5.90.0",
"webpack": "^5.90.1",
"webpack-cli": "5.1.4",
"webpack-merge": "^5.10.0"
},
Expand Down
Loading

0 comments on commit 3a2c420

Please sign in to comment.