Skip to content

Commit 2e578ce

Browse files
authored
feat: update esbuild from 0.13 to 0.14 (#89)
1 parent e1b7c5d commit 2e578ce

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/build-scripts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.0
4+
5+
- [feat] update `esbuild` from 0.13 to 0.14
6+
37
## 1.2.1
48

59
- [fix] run `compiler.close()` for store cache after build

packages/build-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "build-scripts",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"license": "MIT",
55
"description": "scripts core",
66
"main": "lib/index.js",
@@ -34,7 +34,7 @@
3434
"commander": "^2.19.0",
3535
"deepmerge": "^4.0.0",
3636
"detect-port": "^1.3.0",
37-
"esbuild": "^0.13.2",
37+
"esbuild": "^0.14.22",
3838
"fast-glob": "^3.2.7",
3939
"fs-extra": "^8.1.0",
4040
"inquirer": "^6.5.1",

0 commit comments

Comments
 (0)