Skip to content

Commit 51618d7

Browse files
committed
fix: update typescript version
1 parent d5bbb30 commit 51618d7

File tree

10 files changed

+44
-44
lines changed

10 files changed

+44
-44
lines changed

playground/typescript-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/runtime-dom": "^3.2.22",
2525
"cypress": "^9.1.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.4.4",
27+
"typescript": "~4.5.2",
2828
"unplugin-vue2-script-setup": "^0.7.1",
2929
"vite": "^2.6.14",
3030
"vite-plugin-vue2": "^1.9.0",

playground/typescript-pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "^16.11.10",
1717
"@vitejs/plugin-legacy": "^1.6.3",
1818
"@vue/runtime-dom": "^3.2.22",
19-
"typescript": "~4.4.4",
19+
"typescript": "~4.5.2",
2020
"unplugin-vue2-script-setup": "^0.7.1",
2121
"vite": "^2.6.14",
2222
"vite-plugin-vue2": "^1.9.0",

playground/typescript-router-pinia-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@vue/runtime-dom": "^3.2.22",
2626
"cypress": "^9.1.0",
2727
"start-server-and-test": "^1.14.0",
28-
"typescript": "~4.4.4",
28+
"typescript": "~4.5.2",
2929
"unplugin-vue2-script-setup": "^0.7.1",
3030
"vite": "^2.6.14",
3131
"vite-plugin-vue2": "^1.9.0",

playground/typescript-router-pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^16.11.10",
1818
"@vitejs/plugin-legacy": "^1.6.3",
1919
"@vue/runtime-dom": "^3.2.22",
20-
"typescript": "~4.4.4",
20+
"typescript": "~4.5.2",
2121
"unplugin-vue2-script-setup": "^0.7.1",
2222
"vite": "^2.6.14",
2323
"vite-plugin-vue2": "^1.9.0",

playground/typescript-router-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vue/runtime-dom": "^3.2.22",
2525
"cypress": "^9.1.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.4.4",
27+
"typescript": "~4.5.2",
2828
"unplugin-vue2-script-setup": "^0.7.1",
2929
"vite": "^2.6.14",
3030
"vite-plugin-vue2": "^1.9.0",

playground/typescript-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/node": "^16.11.10",
1717
"@vitejs/plugin-legacy": "^1.6.3",
1818
"@vue/runtime-dom": "^3.2.22",
19-
"typescript": "~4.4.4",
19+
"typescript": "~4.5.2",
2020
"unplugin-vue2-script-setup": "^0.7.1",
2121
"vite": "^2.6.14",
2222
"vite-plugin-vue2": "^1.9.0",

playground/typescript-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/runtime-dom": "^3.2.22",
2424
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
26-
"typescript": "~4.4.4",
26+
"typescript": "~4.5.2",
2727
"unplugin-vue2-script-setup": "^0.7.1",
2828
"vite": "^2.6.14",
2929
"vite-plugin-vue2": "^1.9.0",

playground/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^16.11.10",
1616
"@vitejs/plugin-legacy": "^1.6.3",
1717
"@vue/runtime-dom": "^3.2.22",
18-
"typescript": "~4.4.4",
18+
"typescript": "~4.5.2",
1919
"unplugin-vue2-script-setup": "^0.7.1",
2020
"vite": "^2.6.14",
2121
"vite-plugin-vue2": "^1.9.0",

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/config/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"devDependencies": {
77
"@types/node": "^16.11.10",
8-
"typescript": "~4.4.4",
8+
"typescript": "~4.5.2",
99
"vue-tsc": "^0.29.6"
1010
}
1111
}

0 commit comments

Comments
 (0)