We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
esbuild
1 parent e1b7c5d commit 2e578ceCopy full SHA for 2e578ce
packages/build-scripts/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.3.0
4
+
5
+- [feat] update `esbuild` from 0.13 to 0.14
6
7
## 1.2.1
8
9
- [fix] run `compiler.close()` for store cache after build
packages/build-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "build-scripts",
- "version": "1.2.1",
+ "version": "1.3.0",
"license": "MIT",
"description": "scripts core",
"main": "lib/index.js",
@@ -34,7 +34,7 @@
34
"commander": "^2.19.0",
35
"deepmerge": "^4.0.0",
36
"detect-port": "^1.3.0",
37
- "esbuild": "^0.13.2",
+ "esbuild": "^0.14.22",
38
"fast-glob": "^3.2.7",
39
"fs-extra": "^8.1.0",
40
"inquirer": "^6.5.1",
0 commit comments