Skip to content

Commit

Permalink
Update dependency esbuild to v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 02e0ece commit 283b70e
Show file tree
Hide file tree
Showing 10 changed files with 287 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"css-minimizer-webpack-plugin": "6.0.0",
"cypress": "13.1.0",
"cypress-file-upload": "5.0.8",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"esbuild-loader": "4.1.0",
"esbuild-plugin-browserslist": "^0.11.0",
"eslint": "8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/tinycolor2": "1.4.6",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-e2e-selectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "15.2.3",
"@types/node": "20.12.11",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"rimraf": "5.0.7",
"rollup": "2.79.1",
"rollup-plugin-dts": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-flamegraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/tinycolor2": "1.4.6",
"babel-jest": "29.7.0",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"jest": "^29.6.4",
"jest-canvas-mock": "2.5.2",
"rollup": "2.79.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/node": "20.12.11",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"prettier": "3.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@typescript-eslint/parser": "6.21.0",
"copy-webpack-plugin": "12.0.2",
"css-loader": "7.1.1",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@types/systemjs": "6.13.5",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@grafana/tsconfig": "^1.3.0-rc1",
"@rollup/plugin-node-resolve": "15.2.3",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"glob": "^10.2.7",
"rimraf": "5.0.7",
"rollup": "2.79.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/grafana-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"core-js": "3.37.0",
"css-loader": "7.1.1",
"csstype": "3.1.3",
"esbuild": "0.20.2",
"esbuild": "0.21.2",
"expose-loader": "5.0.0",
"mock-raf": "1.0.1",
"process": "^0.11.10",
Expand Down

0 comments on commit 283b70e

Please sign in to comment.