Skip to content

Commit e64b2ca

Browse files
committed
chore: update tsconfig.json according to https://www.totaltypescript.com/tsconfig-cheat-sheet
1 parent 37463b0 commit e64b2ca

File tree

4 files changed

+846
-441
lines changed

4 files changed

+846
-441
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
"vue-demi": "^0.14.7"
7777
},
7878
"devDependencies": {
79-
"@antfu/eslint-config": "^2.7.0",
79+
"@antfu/eslint-config": "^2.8.0",
8080
"@commitlint/cli": "^19.0.3",
8181
"@commitlint/config-conventional": "^19.0.3",
8282
"@types/cross-spawn": "^6.0.6",
8383
"@types/lodash-es": "^4.17.12",
84-
"@types/node": "^20.11.24",
84+
"@types/node": "^20.11.25",
8585
"@types/prompts": "^2.4.9",
8686
"@types/semver": "^7.5.8",
8787
"@vitejs/plugin-vue": "^5.0.4",
@@ -95,29 +95,29 @@
9595
"eslint-plugin-format": "^0.1.0",
9696
"eslint-ts-patch": "8.57.0-0",
9797
"esno": "^4.7.0",
98-
"happy-dom": "^13.6.2",
98+
"happy-dom": "^13.7.0",
9999
"json-editor-vue": "workspace:*",
100100
"kolorist": "^1.8.0",
101101
"lint-staged": "^15.2.2",
102102
"lodash-es": "^4.17.21",
103103
"lossless-json": "^4.0.1",
104104
"magicast": "^0.3.3",
105105
"only-allow": "^1.2.1",
106-
"open": "^10.0.4",
106+
"open": "^10.1.0",
107107
"prompts": "^2.4.2",
108108
"rollup-plugin-visualizer": "^5.12.0",
109109
"semver": "^7.6.0",
110110
"simple-git-hooks": "^2.10.0",
111-
"typescript": "^5.3.3",
111+
"typescript": "^5.4.2",
112112
"unplugin-auto-import": "^0.17.5",
113113
"unplugin-vue-components": "^0.26.0",
114-
"vite": "^5.1.4",
114+
"vite": "^5.1.5",
115115
"vite-plugin-dts": "^3.7.3",
116-
"vitepress": "1.0.0-rc.44",
116+
"vitepress": "1.0.0-rc.45",
117117
"vitest": "^1.3.1",
118118
"vue": "^3.4.21",
119119
"vue-global-config": "^0.6.0",
120-
"zhlint": "0.7.4"
120+
"zhlint": "0.8.1"
121121
},
122122
"simple-git-hooks": {
123123
"pre-commit": "pnpm lint-staged",

0 commit comments

Comments
 (0)