Skip to content

Commit 084da62

Browse files
committed
fix: update typescript version
Fixes vuejs#18
1 parent 43d776f commit 084da62

File tree

18 files changed

+79
-79
lines changed

18 files changed

+79
-79
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-vue-jsx": "^1.3.0",
2424
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
26-
"typescript": "~4.4.4",
26+
"typescript": "~4.5.2",
2727
"vite": "^2.6.14",
2828
"vue-tsc": "^0.29.6"
2929
}

playground/typescript-jsx-pinia/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-vue": "^1.10.0",
1717
"@vitejs/plugin-vue-jsx": "^1.3.0",
18-
"typescript": "~4.4.4",
18+
"typescript": "~4.5.2",
1919
"vite": "^2.6.14",
2020
"vue-tsc": "^0.29.6"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vitejs/plugin-vue-jsx": "^1.3.0",
2525
"cypress": "^9.1.0",
2626
"start-server-and-test": "^1.14.0",
27-
"typescript": "~4.4.4",
27+
"typescript": "~4.5.2",
2828
"vite": "^2.6.14",
2929
"vue-tsc": "^0.29.6"
3030
}

playground/typescript-jsx-router-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-vue": "^1.10.0",
1818
"@vitejs/plugin-vue-jsx": "^1.3.0",
19-
"typescript": "~4.4.4",
19+
"typescript": "~4.5.2",
2020
"vite": "^2.6.14",
2121
"vue-tsc": "^0.29.6"
2222
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-vue-jsx": "^1.3.0",
2424
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
26-
"typescript": "~4.4.4",
26+
"typescript": "~4.5.2",
2727
"vite": "^2.6.14",
2828
"vue-tsc": "^0.29.6"
2929
}

playground/typescript-jsx-router/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-vue": "^1.10.0",
1717
"@vitejs/plugin-vue-jsx": "^1.3.0",
18-
"typescript": "~4.4.4",
18+
"typescript": "~4.5.2",
1919
"vite": "^2.6.14",
2020
"vue-tsc": "^0.29.6"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitejs/plugin-vue-jsx": "^1.3.0",
2323
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
25-
"typescript": "~4.4.4",
25+
"typescript": "~4.5.2",
2626
"vite": "^2.6.14",
2727
"vue-tsc": "^0.29.6"
2828
}

playground/typescript-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@types/node": "^16.11.10",
1515
"@vitejs/plugin-vue": "^1.10.0",
1616
"@vitejs/plugin-vue-jsx": "^1.3.0",
17-
"typescript": "~4.4.4",
17+
"typescript": "~4.5.2",
1818
"vite": "^2.6.14",
1919
"vue-tsc": "^0.29.6"
2020
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitejs/plugin-vue": "^1.10.0",
2323
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
25-
"typescript": "~4.4.4",
25+
"typescript": "~4.5.2",
2626
"vite": "^2.6.14",
2727
"vue-tsc": "^0.29.6"
2828
}

playground/typescript-pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/node": "^16.11.10",
1616
"@vitejs/plugin-vue": "^1.10.0",
17-
"typescript": "~4.4.4",
17+
"typescript": "~4.5.2",
1818
"vite": "^2.6.14",
1919
"vue-tsc": "^0.29.6"
2020
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vitejs/plugin-vue": "^1.10.0",
2424
"cypress": "^9.1.0",
2525
"start-server-and-test": "^1.14.0",
26-
"typescript": "~4.4.4",
26+
"typescript": "~4.5.2",
2727
"vite": "^2.6.14",
2828
"vue-tsc": "^0.29.6"
2929
}

playground/typescript-router-pinia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@types/node": "^16.11.10",
1717
"@vitejs/plugin-vue": "^1.10.0",
18-
"typescript": "~4.4.4",
18+
"typescript": "~4.5.2",
1919
"vite": "^2.6.14",
2020
"vue-tsc": "^0.29.6"
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@vitejs/plugin-vue": "^1.10.0",
2323
"cypress": "^9.1.0",
2424
"start-server-and-test": "^1.14.0",
25-
"typescript": "~4.4.4",
25+
"typescript": "~4.5.2",
2626
"vite": "^2.6.14",
2727
"vue-tsc": "^0.29.6"
2828
}

playground/typescript-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@types/node": "^16.11.10",
1616
"@vitejs/plugin-vue": "^1.10.0",
17-
"typescript": "~4.4.4",
17+
"typescript": "~4.5.2",
1818
"vite": "^2.6.14",
1919
"vue-tsc": "^0.29.6"
2020
}

playground/typescript-with-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@vitejs/plugin-vue": "^1.10.0",
2222
"cypress": "^9.1.0",
2323
"start-server-and-test": "^1.14.0",
24-
"typescript": "~4.4.4",
24+
"typescript": "~4.5.2",
2525
"vite": "^2.6.14",
2626
"vue-tsc": "^0.29.6"
2727
}

playground/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@types/node": "^16.11.10",
1515
"@vitejs/plugin-vue": "^1.10.0",
16-
"typescript": "~4.4.4",
16+
"typescript": "~4.5.2",
1717
"vite": "^2.6.14",
1818
"vue-tsc": "^0.29.6"
1919
}

0 commit comments

Comments
 (0)