Skip to content

Commit 9b253cb

Browse files
committed
build: bump up versions
Bump up version for `vue`, `vue-router`, `element-plus`, `vue-tsc`, `@vue/tsconfig`, `@types/node`.
1 parent 5cf6479 commit 9b253cb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,25 @@
1818
},
1919
"dependencies": {
2020
"@vueuse/core": "^10.1.2",
21-
"element-plus": "^2.2.32",
21+
"element-plus": "^2.4.3",
2222
"lodash": "^4.17.21",
2323
"pinia": "^2.0.28",
2424
"tailwindcss": "^3.2.7",
25-
"vue": "^3.2.45",
26-
"vue-router": "^4.1.6"
25+
"vue": "^3.3.9",
26+
"vue-router": "^4.2.5"
2727
},
2828
"devDependencies": {
2929
"@aghap/semantic-release-gh-pages": "^2.0.9",
3030
"@rushstack/eslint-patch": "^1.1.4",
31+
"@tsconfig/node20": "^20.1.2",
3132
"@types/lodash": "^4.14.194",
32-
"@types/node": "^18.11.12",
33+
"@types/node": "^20.10.0",
3334
"@typescript-eslint/eslint-plugin": "^6.13.0",
3435
"@vitejs/plugin-vue": "^4.0.0",
3536
"@vitejs/plugin-vue-jsx": "^3.0.0",
3637
"@vue/eslint-config-prettier": "^8.0.0",
3738
"@vue/eslint-config-typescript": "^12.0.0",
38-
"@vue/tsconfig": "^0.1.3",
39+
"@vue/tsconfig": "^0.4.0",
3940
"autoprefixer": "^10.4.13",
4041
"commitizen": "^4.3.0",
4142
"cz-conventional-changelog": "^3.3.0",
@@ -56,7 +57,7 @@
5657
"typescript": "^5.3.2",
5758
"unplugin-auto-import": "^0.15.0",
5859
"vite": "^4.0.0",
59-
"vue-tsc": "^1.0.12"
60+
"vue-tsc": "^1.8.24"
6061
},
6162
"config": {
6263
"commitizen": {

tsconfig.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.node.json",
2+
"extends": "@tsconfig/node20/tsconfig.json",
33
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
44
"compilerOptions": {
55
"composite": true,

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@vue/tsconfig/tsconfig.web.json",
2+
"extends": "@vue/tsconfig/tsconfig.dom.json",
33
"include": ["env.d.ts", "auto-imports.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
55
"baseUrl": ".",

0 commit comments

Comments
 (0)