Skip to content

Commit

Permalink
Bump esbuild from 0.19.12 to 0.25.0
Browse files Browse the repository at this point in the history
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.12 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](evanw/esbuild@v0.19.12...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent 194abc3 commit d505313
Show file tree
Hide file tree
Showing 6 changed files with 161 additions and 15 deletions.
2 changes: 1 addition & 1 deletion plugins/backend/rag-ai-backend-embeddings-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@backstage/backend-test-utils": "^1.2.1",
"@backstage/cli": "^0.29.6",
"esbuild": "^0.19.9",
"esbuild": "^0.25.0",
"tsx": "^4.6.2"
},
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@backstage/backend-test-utils": "^1.2.1",
"@backstage/cli": "^0.29.6",
"esbuild": "^0.19.9",
"esbuild": "^0.25.0",
"tsx": "^4.6.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-argo-cd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"esbuild": "^0.11.13",
"esbuild": "^0.25.0",
"jest-environment-jsdom": "^29.2.1",
"msw": "^1.0.1",
"rollup-plugin-dts": "^5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/frontend/backstage-plugin-datadog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"@rollup/plugin-node-resolve": "^15.0.1",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"esbuild": "^0.11.13",
"esbuild": "^0.25.0",
"jest-environment-jsdom": "^29.2.1",
"msw": "^1.0.1",
"rollup-plugin-dts": "^5.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@testing-library/user-event": "^14.0.0",
"@types/git-url-parse": "^9.0.1",
"cross-fetch": "^3.1.4",
"esbuild": "^0.8.56",
"esbuild": "^0.25.0",
"msw": "^1.0.1",
"react-test-renderer": "^16.14.0",
"jest-environment-jsdom": "^29.2.1"
Expand Down
Loading

0 comments on commit d505313

Please sign in to comment.