Skip to content

Commit

Permalink
chore(deps): update dependency esbuild to >=0.14.0 <0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 266fa7c commit e819dea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
"vitest": "3.0.5"
},
"peerDependencies": {
"esbuild": ">=0.14.0 <0.25.0"
"esbuild": ">=0.14.0 <0.25.1"
},
"resolutions": {
"esbuild": "0.25.0"
"esbuild": ">=0.14.0 <0.25.1"
},
"dependencies": {
"@types/less": "^3.0.8",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2801,11 +2801,11 @@ __metadata:
vite: "npm:6.1.0"
vitest: "npm:3.0.5"
peerDependencies:
esbuild: ">=0.14.0 <0.25.0"
esbuild: ">=0.14.0 <0.25.1"
languageName: unknown
linkType: soft

"esbuild@npm:0.25.0":
"esbuild@npm:>=0.14.0 <0.25.1":
version: 0.25.0
resolution: "esbuild@npm:0.25.0"
dependencies:
Expand Down

0 comments on commit e819dea

Please sign in to comment.