Skip to content

Commit

Permalink
Fix esbuild dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Feb 20, 2025
1 parent 59b5e4c commit b1f235c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/node": "^20.17.19",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"esbuild": ">=0.25.0",
"esbuild": "^0.25.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/build-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"chalk": "^5.4.1",
"debug": "^4.4.0",
"esbuild": ">=0.25.0",
"esbuild": "^0.25.0",
"fast-glob": "^3.3.3",
"find-git-root": "^1.0.4",
"find-workspaces": "^0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"build-tools": "workspace:*",
"esbuild": ">=0.25.0",
"esbuild": "^0.25.0",
"fast-glob": "^3.3.3",
"npm-run-all": "^4.1.5",
"rimraf": "^6.0.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1f235c

Please sign in to comment.