We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf0bd4 commit 963dd06Copy full SHA for 963dd06
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.2.101
2
+* fixed: 升级 http-proxy 以修复其使用 eventemitter3 的错误
3
+
4
# 0.2.100
5
* fixed: 修正发布点
6
package.json
@@ -2,7 +2,7 @@
"author": "hao.lin <[email protected]>",
"name": "fekit",
"description": "FE Toolkit",
- "version": "0.2.100",
+ "version": "0.2.101",
"bin": "./bin/fekit",
7
"repository": {
8
"type": "git",
@@ -50,7 +50,7 @@
50
"tiny-lr": "0.0.7",
51
"gaze": "0.5.1",
52
"fs-extra": "0.12.0",
53
- "http-proxy": "1.6.x",
+ "http-proxy": "1.11.x",
54
"compute-cluster": "*",
55
"find": "0.1.7"
56
},
0 commit comments