Skip to content

Commit

Permalink
feat: update esbuild from 0.13 to 0.14 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe authored Mar 10, 2022
1 parent e1b7c5d commit 2e578ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/build-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.0

- [feat] update `esbuild` from 0.13 to 0.14

## 1.2.1

- [fix] run `compiler.close()` for store cache after build
Expand Down
4 changes: 2 additions & 2 deletions packages/build-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-scripts",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"description": "scripts core",
"main": "lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"commander": "^2.19.0",
"deepmerge": "^4.0.0",
"detect-port": "^1.3.0",
"esbuild": "^0.13.2",
"esbuild": "^0.14.22",
"fast-glob": "^3.2.7",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.1",
Expand Down

0 comments on commit 2e578ce

Please sign in to comment.