Skip to content

Commit

Permalink
feat: upgrade esbuild 0.16 -> 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Feb 7, 2023
1 parent 2e73ca9 commit 30ff79d
Show file tree
Hide file tree
Showing 5 changed files with 385 additions and 133 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -28,11 +28,11 @@
"build-fast": "npm run build -- --no-dts"
},
"dependencies": {
"bundle-require": "^3.1.2",
"bundle-require": "^4.0.0",
"cac": "^6.7.12",
"chokidar": "^3.5.1",
"debug": "^4.3.1",
"esbuild": "^0.16.0",
"esbuild": "^0.17.6",
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"tsconfig-paths": "3.12.0",
"tsup": "6.4.0",
"typescript": "4.9.5",
"vitest": "0.21.1",
"vitest": "0.28.4",
"wait-for-expect": "3.0.2"
},
"peerDependencies": {
Expand Down

1 comment on commit 30ff79d

@vercel
Copy link

@vercel vercel bot commented on 30ff79d Feb 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.