@qse/edu-scripts 1.13.4 → 1.13.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## 1.13.6 (2023-06-13)
|
|
4
|
+
|
|
5
|
+
- fix: 修复 @babel 相关依赖缺失
|
|
6
|
+
|
|
7
|
+
## 1.13.5 (2023-06-13)
|
|
8
|
+
|
|
9
|
+
- fix: 修复 @babel 相关依赖缺失
|
|
10
|
+
|
|
3
11
|
## 1.13.4 (2023-04-06)
|
|
4
12
|
|
|
5
13
|
- fix: 恢复 webpack 版本,增加 browserslist 条件范围,修改 esbuild-minify target 兼容 es6
|
|
@@ -10,7 +18,7 @@
|
|
|
10
18
|
|
|
11
19
|
## 1.13.2 (2023-02-01)
|
|
12
20
|
|
|
13
|
-
- fix: 修复部署日志错误
|
|
21
|
+
- fix: 修复部署日志错误
|
|
14
22
|
|
|
15
23
|
## 1.13.1 (2023-02-01)
|
|
16
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qse/edu-scripts",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.6",
|
|
4
4
|
"author": "Kinoko",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "教育工程化基础框架",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"extends": "qsb-react"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@babel/core": "
|
|
38
|
-
"@babel/plugin-proposal-decorators": "
|
|
39
|
-
"@babel/plugin-transform-runtime": "
|
|
40
|
-
"@babel/preset-env": "
|
|
41
|
-
"@babel/preset-react": "
|
|
42
|
-
"@babel/preset-typescript": "
|
|
43
|
-
"@babel/runtime": "
|
|
37
|
+
"@babel/core": "~7.18.6",
|
|
38
|
+
"@babel/plugin-proposal-decorators": "~7.18.6",
|
|
39
|
+
"@babel/plugin-transform-runtime": "~7.18.6",
|
|
40
|
+
"@babel/preset-env": "~7.18.6",
|
|
41
|
+
"@babel/preset-react": "~7.18.6",
|
|
42
|
+
"@babel/preset-typescript": "~7.18.6",
|
|
43
|
+
"@babel/runtime": "~7.18.6",
|
|
44
44
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
|
|
45
45
|
"@qse/ssh-sftp": "^1.0.0",
|
|
46
46
|
"@svgr/webpack": "^7.0.0",
|