Skip to content

Commit 78e233c

Browse files
chore(deps): update dependency typescript to ~5.6.3 (#111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cfd413 commit 78e233c

File tree

13 files changed

+110
-144
lines changed

13 files changed

+110
-144
lines changed

examples/allow-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^6.2.6",
26-
"typescript": "~5.5.4",
26+
"typescript": "~5.6.3",
2727
"vite": "^5.4.11",
2828
"vue-tsc": "^2.1.10"
2929
}

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^9.17.0",
2424
"eslint-plugin-vue": "^9.32.0",
2525
"npm-run-all2": "^6.2.6",
26-
"typescript": "~5.5.4",
26+
"typescript": "~5.6.3",
2727
"vite": "^5.4.11",
2828
"vue-tsc": "^2.1.10"
2929
}

examples/type-checked/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"npm-run-all2": "^6.2.6",
4040
"prettier": "^3.4.2",
4141
"start-server-and-test": "^2.0.9",
42-
"typescript": "~5.5.4",
42+
"typescript": "~5.6.3",
4343
"vite": "^5.4.11",
4444
"vite-plugin-vue-devtools": "^7.6.4",
4545
"vitest": "^2.1.8",

examples/with-cypress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-vue": "^9.32.0",
3131
"npm-run-all2": "^6.2.6",
3232
"start-server-and-test": "^2.0.9",
33-
"typescript": "~5.5.4",
33+
"typescript": "~5.6.3",
3434
"vite": "^5.4.11",
3535
"vue-tsc": "^2.1.10"
3636
}

examples/with-jsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",
27-
"typescript": "~5.5.4",
27+
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"
3030
}

examples/with-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",
27-
"typescript": "~5.5.4",
27+
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"
3030
}

examples/with-nightwatch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"nightwatch": "^3.9.0",
3232
"npm-run-all2": "^6.2.6",
3333
"ts-node": "^10.9.2",
34-
"typescript": "~5.5.4",
34+
"typescript": "~5.6.3",
3535
"vite": "^5.4.11",
3636
"vite-plugin-nightwatch": "^0.4.6",
3737
"vue-tsc": "^2.1.10"

examples/with-playwright/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-playwright": "^1.8.3",
2727
"eslint-plugin-vue": "^9.32.0",
2828
"npm-run-all2": "^6.2.6",
29-
"typescript": "~5.5.4",
29+
"typescript": "~5.6.3",
3030
"vite": "^5.4.11",
3131
"vue-tsc": "^2.1.10"
3232
}

examples/with-prettier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-vue": "^9.32.0",
2727
"npm-run-all2": "^6.2.6",
2828
"prettier": "^3.4.2",
29-
"typescript": "~5.5.4",
29+
"typescript": "~5.6.3",
3030
"vite": "^5.4.11",
3131
"vue-tsc": "^2.1.10"
3232
}

examples/with-tsx-in-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",
27-
"typescript": "~5.5.4",
27+
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"
3030
}

examples/with-tsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.17.0",
2525
"eslint-plugin-vue": "^9.32.0",
2626
"npm-run-all2": "^6.2.6",
27-
"typescript": "~5.5.4",
27+
"typescript": "~5.6.3",
2828
"vite": "^5.4.11",
2929
"vue-tsc": "^2.1.10"
3030
}

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-vue": "^9.32.0",
2929
"jsdom": "^25.0.1",
3030
"npm-run-all2": "^6.2.6",
31-
"typescript": "~5.5.4",
31+
"typescript": "~5.6.3",
3232
"vite": "^5.4.11",
3333
"vitest": "^1.6.0",
3434
"vue-tsc": "^2.1.10"

0 commit comments

Comments
 (0)