Skip to content

Commit

Permalink
feat: update esbuild to 0.19.2 (#987)
Browse files Browse the repository at this point in the history
This fixes the type arguments for JS decorators
  • Loading branch information
ocavue committed Sep 17, 2023
1 parent 9b81362 commit e85437e
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ dist
.cache
playground
.idea
.DS_Store
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"cac": "^6.7.12",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"esbuild": "^0.18.2",
"esbuild": "^0.19.2",
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
Expand Down

0 comments on commit e85437e

Please sign in to comment.