Skip to content

Commit 2d65f05

Browse files
committed
chore: update most dependencies
1 parent 2594f4b commit 2d65f05

File tree

23 files changed

+9183
-6959
lines changed

23 files changed

+9183
-6959
lines changed

examples/create-vue-js/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
1010
},
1111
"dependencies": {
12-
"pinia": "^2.0.16",
13-
"vue": "^3.2.37",
14-
"vue-router": "^4.1.2"
12+
"pinia": "^2.2.4",
13+
"vue": "^3.5.11",
14+
"vue-router": "^4.4.5"
1515
},
1616
"devDependencies": {
17-
"@rushstack/eslint-patch": "^1.1.4",
18-
"@vitejs/plugin-vue": "^3.0.1",
19-
"@vitejs/plugin-vue-jsx": "^2.0.0",
17+
"@rushstack/eslint-patch": "^1.10.4",
18+
"@vitejs/plugin-vue": "^5.1.4",
19+
"@vitejs/plugin-vue-jsx": "^4.0.1",
2020
"@vue/eslint-config-standard": "workspace:*",
21-
"eslint": "^8.20.0",
22-
"eslint-plugin-vue": "^9.2.0",
23-
"vite": "^3.0.2",
24-
"vue": "^3.2.37"
21+
"eslint": "^8.57.1",
22+
"eslint-plugin-vue": "^9.28.0",
23+
"vite": "^5.4.8",
24+
"vue": "^3.5.11"
2525
}
2626
}

examples/create-vue-ts-allow-js-in-vue/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.16",
15-
"vue": "^3.2.37",
16-
"vue-router": "^4.1.2"
14+
"pinia": "^2.2.4",
15+
"vue": "^3.5.11",
16+
"vue-router": "^4.4.5"
1717
},
1818
"devDependencies": {
19-
"@rushstack/eslint-patch": "^1.1.0",
20-
"@types/node": "^16.11.45",
21-
"@vitejs/plugin-vue": "^3.0.1",
22-
"@vitejs/plugin-vue-jsx": "^2.0.0",
19+
"@rushstack/eslint-patch": "^1.10.4",
20+
"@types/node": "^22.7.4",
21+
"@vitejs/plugin-vue": "^5.1.4",
22+
"@vitejs/plugin-vue-jsx": "^4.0.1",
2323
"@vue/eslint-config-standard-with-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.1.3",
25-
"eslint": "^8.5.0",
26-
"eslint-plugin-vue": "^9.0.0",
27-
"npm-run-all": "^4.1.5",
28-
"typescript": "~4.7.4",
29-
"vite": "^3.0.1",
30-
"vue": "^3.2.37",
31-
"vue-tsc": "^0.38.8"
25+
"eslint": "^8.57.1",
26+
"eslint-plugin-vue": "^9.28.0",
27+
"npm-run-all2": "^6.2.3",
28+
"typescript": "~5.4.5",
29+
"vite": "^5.4.8",
30+
"vue": "^3.5.11",
31+
"vue-tsc": "^2.1.6"
3232
}
3333
}

examples/create-vue-ts-allow-js-in-vue/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "@vue/tsconfig/tsconfig.web.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
5+
"ignoreDeprecations": "5.0",
56
"baseUrl": ".",
67
"paths": {
78
"@/*": ["./src/*"]

examples/create-vue-ts-allow-js/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.16",
15-
"vue": "^3.2.37",
16-
"vue-router": "^4.1.2"
14+
"pinia": "^2.2.4",
15+
"vue": "^3.5.11",
16+
"vue-router": "^4.4.5"
1717
},
1818
"devDependencies": {
19-
"@rushstack/eslint-patch": "^1.1.4",
20-
"@types/node": "^16.11.45",
21-
"@vitejs/plugin-vue": "^3.0.1",
22-
"@vitejs/plugin-vue-jsx": "^2.0.0",
19+
"@rushstack/eslint-patch": "^1.10.4",
20+
"@types/node": "^22.7.4",
21+
"@vitejs/plugin-vue": "^5.1.4",
22+
"@vitejs/plugin-vue-jsx": "^4.0.1",
2323
"@vue/eslint-config-standard-with-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.1.3",
25-
"eslint": "^8.20.0",
26-
"eslint-plugin-vue": "^9.2.0",
27-
"npm-run-all": "^4.1.5",
28-
"typescript": "~4.7.4",
29-
"vite": "^3.0.2",
30-
"vue": "^3.2.37",
31-
"vue-tsc": "^0.38.9"
25+
"eslint": "^8.57.1",
26+
"eslint-plugin-vue": "^9.28.0",
27+
"npm-run-all2": "^6.2.3",
28+
"typescript": "~5.4.5",
29+
"vite": "^5.4.8",
30+
"vue": "^3.5.11",
31+
"vue-tsc": "^2.1.6"
3232
}
3333
}

examples/create-vue-ts-allow-js/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "@vue/tsconfig/tsconfig.web.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
5+
"ignoreDeprecations": "5.0",
56
"baseUrl": ".",
67
"paths": {
78
"@/*": ["./src/*"]

examples/create-vue-ts-allow-jsx-in-vue/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.16",
15-
"vue": "^3.2.37",
16-
"vue-router": "^4.1.2"
14+
"pinia": "^2.2.4",
15+
"vue": "^3.5.11",
16+
"vue-router": "^4.4.5"
1717
},
1818
"devDependencies": {
19-
"@rushstack/eslint-patch": "^1.1.0",
20-
"@types/node": "^16.11.45",
21-
"@vitejs/plugin-vue": "^3.0.1",
22-
"@vitejs/plugin-vue-jsx": "^2.0.0",
19+
"@rushstack/eslint-patch": "^1.10.4",
20+
"@types/node": "^22.7.4",
21+
"@vitejs/plugin-vue": "^5.1.4",
22+
"@vitejs/plugin-vue-jsx": "^4.0.1",
2323
"@vue/eslint-config-standard-with-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.1.3",
25-
"eslint": "^8.5.0",
26-
"eslint-plugin-vue": "^9.0.0",
27-
"npm-run-all": "^4.1.5",
28-
"typescript": "~4.7.4",
29-
"vite": "^3.0.1",
30-
"vue": "^3.2.37",
31-
"vue-tsc": "^0.38.8"
25+
"eslint": "^8.57.1",
26+
"eslint-plugin-vue": "^9.28.0",
27+
"npm-run-all2": "^6.2.3",
28+
"typescript": "~5.4.5",
29+
"vite": "^5.4.8",
30+
"vue": "^3.5.11",
31+
"vue-tsc": "^2.1.6"
3232
}
3333
}

examples/create-vue-ts-allow-jsx-in-vue/src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const router = createRouter({
1515
// route level code-splitting
1616
// this generates a separate chunk (About.[hash].js) for this route
1717
// which is lazy-loaded when the route is visited.
18-
component: () => import('../views/AboutView.vue')
18+
component: async () => await import('../views/AboutView.vue')
1919
}
2020
]
2121
})

examples/create-vue-ts-allow-jsx-in-vue/src/stores/counter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const useCounterStore = defineStore({
99
doubleCount: (state) => state.counter * 2
1010
},
1111
actions: {
12-
increment() {
12+
increment () {
1313
this.counter++
1414
}
1515
}

examples/create-vue-ts-allow-jsx-in-vue/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "@vue/tsconfig/tsconfig.web.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
5+
"ignoreDeprecations": "5.0",
56
"baseUrl": ".",
67
"paths": {
78
"@/*": ["./src/*"]

examples/create-vue-ts-allow-tsx-in-vue/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,23 @@
1111
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
1212
},
1313
"dependencies": {
14-
"pinia": "^2.0.16",
15-
"vue": "^3.2.37",
16-
"vue-router": "^4.1.2"
14+
"pinia": "^2.2.4",
15+
"vue": "^3.5.11",
16+
"vue-router": "^4.4.5"
1717
},
1818
"devDependencies": {
19-
"@rushstack/eslint-patch": "^1.1.0",
20-
"@types/node": "^16.11.45",
21-
"@vitejs/plugin-vue": "^3.0.1",
22-
"@vitejs/plugin-vue-jsx": "^2.0.0",
19+
"@rushstack/eslint-patch": "^1.10.4",
20+
"@types/node": "^22.7.4",
21+
"@vitejs/plugin-vue": "^5.1.4",
22+
"@vitejs/plugin-vue-jsx": "^4.0.1",
2323
"@vue/eslint-config-standard-with-typescript": "workspace:*",
2424
"@vue/tsconfig": "^0.1.3",
25-
"eslint": "^8.5.0",
26-
"eslint-plugin-vue": "^9.0.0",
27-
"npm-run-all": "^4.1.5",
28-
"typescript": "~4.7.4",
29-
"vite": "^3.0.1",
30-
"vue": "^3.2.37",
31-
"vue-tsc": "^0.38.8"
25+
"eslint": "^8.57.1",
26+
"eslint-plugin-vue": "^9.28.0",
27+
"npm-run-all2": "^6.2.3",
28+
"typescript": "~5.4.5",
29+
"vite": "^5.4.8",
30+
"vue": "^3.5.11",
31+
"vue-tsc": "^2.1.6"
3232
}
3333
}

0 commit comments

Comments
 (0)