Skip to content

Commit c261526

Browse files
committed
drafting a new release
1 parent bbd87bd commit c261526

File tree

8 files changed

+1438
-1274
lines changed

8 files changed

+1438
-1274
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# 更新日志
22

3+
## v4.0.8
4+
*2023.8.24*
5+
- 修复了 Console Pauser 启动工作路径不正确的问题
6+
- 修复了 `/utf-8``/execution-charset` 共存的问题([#29](https://github.com/VSCodeConfigHelper/v4/issues/29)
7+
- 启用了 MSVC 的“严格标准”设置(`/Zc` 系列选项)
8+
- 更新了若干依赖库,修复了部分潜在安全问题
9+
310
## v4.0.7
411
*2023.6.6*
512
- 修复了当文件名含空格时,MSVC 编译任务无法正常执行的问题([#25](https://github.com/VSCodeConfigHelper/v4/pull/25)

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"tauri": "tauri"
1212
},
1313
"devDependencies": {
14-
"@iconify/svelte": "^2.1.2",
15-
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.30",
16-
"@tauri-apps/cli": "^1.3.1",
17-
"@tsconfig/svelte": "^2.0.0",
18-
"autoprefixer": "^10.4.2",
19-
"postcss": "^8.4.5",
20-
"postcss-load-config": "^3.1.1",
21-
"svelte": "^3.0.0",
22-
"svelte-check": "^2.0.0",
23-
"svelte-preprocess": "^4.10.1",
24-
"tailwindcss": "^3.0.12",
25-
"tslib": "^2.0.0",
26-
"typescript": "^4.0.0",
27-
"vite": "^2.9.16"
14+
"@iconify/svelte": "^3.1.4",
15+
"@sveltejs/vite-plugin-svelte": "^2.4.5",
16+
"@tauri-apps/cli": "^1.4.0",
17+
"@tsconfig/svelte": "^5.0.2",
18+
"autoprefixer": "^10.4.15",
19+
"postcss": "^8.4.28",
20+
"postcss-load-config": "^3.1.4",
21+
"svelte": "^4.2.0",
22+
"svelte-check": "^3.5.0",
23+
"svelte-preprocess": "^5.0.4",
24+
"tailwindcss": "^3.3.3",
25+
"tslib": "^2.6.2",
26+
"typescript": "^5.1.6",
27+
"vite": "^4.4.9"
2828
},
2929
"dependencies": {
30-
"@tauri-apps/api": "^1.3.0",
31-
"compare-versions": "^4.1.3",
32-
"daisyui": "^2.6.3",
33-
"mitt": "^3.0.0"
30+
"@tauri-apps/api": "^1.4.0",
31+
"compare-versions": "^4.1.4",
32+
"daisyui": "^2.52.0",
33+
"mitt": "^3.0.1"
3434
},
35-
"packageManager": "[email protected].0"
35+
"packageManager": "[email protected].10"
3636
}

0 commit comments

Comments
 (0)