Skip to content

Commit

Permalink
Update dependency webpack to v5.89.0 (#76832)
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 Oct 20, 2023
1 parent 464580b commit 8985f79
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
"ts-node": "10.9.1",
"typescript": "4.8.4",
"wait-on": "7.0.1",
"webpack": "5.88.1",
"webpack": "5.89.0",
"webpack-bundle-analyzer": "4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-node-externals": "^5.0.0",
"webpack": "5.88.1"
"webpack": "5.89.0"
},
"dependencies": {
"@babel/core": "7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-plugin-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"fork-ts-checker-webpack-plugin": "8.0.0",
"glob": "10.3.3",
"replace-in-file-webpack-plugin": "1.0.6",
"webpack": "5.88.1"
"webpack": "5.89.0"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/grafana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"storybook-dark-mode": "3.0.1",
"style-loader": "3.3.3",
"typescript": "4.8.4",
"webpack": "5.88.1"
"webpack": "5.89.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/testing-library__jest-dom": "5.14.8",
"swc-loader": "0.2.3",
"ts-node": "10.9.1",
"webpack": "5.88.1"
"webpack": "5.89.0"
},
"peerDependencies": {
"@grafana/runtime": "*"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2860,7 +2860,7 @@ __metadata:
swc-loader: 0.2.3
ts-node: 10.9.1
tslib: 2.6.0
webpack: 5.88.1
webpack: 5.89.0
peerDependencies:
"@grafana/runtime": "*"
languageName: unknown
Expand Down Expand Up @@ -3041,7 +3041,7 @@ __metadata:
tslib: 2.6.0
typescript: 4.8.4
uuid: 9.0.0
webpack: 5.88.1
webpack: 5.89.0
yaml: ^2.0.0
bin:
grafana-e2e: bin/grafana-e2e.js
Expand Down Expand Up @@ -3236,7 +3236,7 @@ __metadata:
glob: 10.3.3
replace-in-file-webpack-plugin: 1.0.6
tslib: 2.6.0
webpack: 5.88.1
webpack: 5.89.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3478,7 +3478,7 @@ __metadata:
typescript: 4.8.4
uplot: 1.6.26
uuid: 9.0.0
webpack: 5.88.1
webpack: 5.89.0
peerDependencies:
react: ^17.0.0 || ^18.0.0
react-dom: ^17.0.0 || ^18.0.0
Expand Down Expand Up @@ -18074,7 +18074,7 @@ __metadata:
vendor: "link:./public/vendor"
visjs-network: 4.25.0
wait-on: 7.0.1
webpack: 5.88.1
webpack: 5.89.0
webpack-bundle-analyzer: 4.9.0
webpack-cli: 5.1.4
webpack-dev-server: 4.15.1
Expand Down Expand Up @@ -30269,9 +30269,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5, webpack@npm:5.88.1":
version: 5.88.1
resolution: "webpack@npm:5.88.1"
"webpack@npm:5, webpack@npm:5.89.0":
version: 5.89.0
resolution: "webpack@npm:5.89.0"
dependencies:
"@types/eslint-scope": ^3.7.3
"@types/estree": ^1.0.0
Expand Down Expand Up @@ -30302,7 +30302,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 726e7e05ab2e7c142609a673dd6aa1a711ed97f349418a2a393d650c5ddad172d191257f60e1e37f6b2a77261571c202aabd5ce9240791a686774f0801cf5ec2
checksum: 43fe0dbc30e168a685ef5a86759d5016a705f6563b39a240aa00826a80637d4a3deeb8062e709d6a4b05c63e796278244c84b04174704dc4a37bedb0f565c5ed
languageName: node
linkType: hard

Expand Down

0 comments on commit 8985f79

Please sign in to comment.