Skip to content

Commit 0bad047

Browse files
chore(deps): update resolutions typescript to v5.7.3
1 parent 2f1e2a7 commit 0bad047

File tree

3 files changed

+146
-146
lines changed

3 files changed

+146
-146
lines changed

example/playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"nuxt": "latest"
1010
},
1111
"devDependencies": {
12-
"typescript": "^5.7.2",
12+
"typescript": "^5.7.3",
1313
"vue-tsc": "^2.2.0"
1414
}
1515
}

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"peerDependencies": {
5858
"nuxi": "^3.18.2",
59-
"typescript": "^5.7.2"
59+
"typescript": "^5.7.3"
6060
},
6161
"devDependencies": {
6262
"@arethetypeswrong/cli": "^0.17.2",
@@ -72,7 +72,7 @@
7272
"nuxt": "^3.15.1",
7373
"publint": "^0.3.0",
7474
"tinyexec": "^0.3.2",
75-
"typescript": "~5.7.2",
75+
"typescript": "~5.7.3",
7676
"vitest": "^2.1.8",
7777
"vue": "^3.5.13",
7878
"vue-tsc": "^2.2.0"
@@ -81,7 +81,7 @@
8181
"@nuxt/kit": "^3.15.1",
8282
"@nuxt/module-builder": "workspace:*",
8383
"@nuxt/schema": "^3.15.1",
84-
"typescript": "^5.7.2",
84+
"typescript": "~5.7.3",
8585
"vue": "^3.5.13",
8686
"vue-tsc": "^2.2.0"
8787
},

0 commit comments

Comments
 (0)