Skip to content

Commit 76f59b0

Browse files
chore(deps): update dependency typescript to ~5.7.2
1 parent d6876f2 commit 76f59b0

File tree

16 files changed

+202
-202
lines changed

16 files changed

+202
-202
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": "^7.0.1",
26-
"typescript": "~5.6.3",
26+
"typescript": "~5.7.2",
2727
"vite": "^6.0.5",
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": "^7.0.1",
26-
"typescript": "~5.6.3",
26+
"typescript": "~5.7.2",
2727
"vite": "^6.0.5",
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": "^7.0.1",
4040
"prettier": "^3.4.2",
4141
"start-server-and-test": "^2.0.9",
42-
"typescript": "~5.6.3",
42+
"typescript": "~5.7.2",
4343
"vite": "^6.0.5",
4444
"vite-plugin-vue-devtools": "^7.6.8",
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": "^7.0.1",
3232
"start-server-and-test": "^2.0.9",
33-
"typescript": "~5.6.3",
33+
"typescript": "~5.7.2",
3434
"vite": "^6.0.5",
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": "^7.0.1",
27-
"typescript": "~5.6.3",
27+
"typescript": "~5.7.2",
2828
"vite": "^6.0.5",
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": "^7.0.1",
27-
"typescript": "~5.6.3",
27+
"typescript": "~5.7.2",
2828
"vite": "^6.0.5",
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": "^7.0.1",
3333
"ts-node": "^10.9.2",
34-
"typescript": "~5.6.3",
34+
"typescript": "~5.7.2",
3535
"vite": "^6.0.5",
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": "^2.1.0",
2727
"eslint-plugin-vue": "^9.32.0",
2828
"npm-run-all2": "^7.0.1",
29-
"typescript": "~5.6.3",
29+
"typescript": "~5.7.2",
3030
"vite": "^6.0.5",
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": "^7.0.1",
2828
"prettier": "^3.4.2",
29-
"typescript": "~5.6.3",
29+
"typescript": "~5.7.2",
3030
"vite": "^6.0.5",
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": "^7.0.1",
27-
"typescript": "~5.6.3",
27+
"typescript": "~5.7.2",
2828
"vite": "^6.0.5",
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": "^7.0.1",
27-
"typescript": "~5.6.3",
27+
"typescript": "~5.7.2",
2828
"vite": "^6.0.5",
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": "^7.0.1",
31-
"typescript": "~5.6.3",
31+
"typescript": "~5.7.2",
3232
"vite": "^6.0.5",
3333
"vitest": "^2.1.8",
3434
"vue-tsc": "^2.1.10"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"pkgroll": "^2.5.1",
5656
"prettier": "^3.4.2",
5757
"tsx": "^4.19.2",
58-
"typescript": "~5.6.3",
58+
"typescript": "~5.7.2",
5959
"vitest": "^2.1.8",
6060
"vue": "^3.5.13"
6161
},

0 commit comments

Comments
 (0)