Skip to content

Commit 4adca4e

Browse files
chore(deps): update devdependency typescript to v7
1 parent f125701 commit 4adca4e

6 files changed

Lines changed: 383 additions & 182 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pkg-pr-new": "^0.0.75",
3737
"std-env": "^4.2.0",
3838
"tinyexec": "^1.2.4",
39-
"typescript": "^6.0.3",
39+
"typescript": "^7.0.2",
4040
"vitest": "^4.1.10",
4141
"vue": "^3.5.39",
4242
"vue-router": "^5.1.0"

packages/create-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rollup": "^4.62.2",
3838
"rollup-plugin-visualizer": "^7.0.1",
3939
"tsdown": "^0.22.7",
40-
"typescript": "^6.0.3",
40+
"typescript": "^7.0.2",
4141
"unplugin-purge-polyfills": "^0.1.0"
4242
}
4343
}

packages/nuxi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"tinyclip": "^0.1.15",
7474
"tinyexec": "^1.2.4",
7575
"tsdown": "^0.22.7",
76-
"typescript": "^6.0.3",
76+
"typescript": "^7.0.2",
7777
"ufo": "^1.6.4",
7878
"unplugin-purge-polyfills": "^0.1.0",
7979
"vitest": "^4.1.10",

packages/nuxt-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"rollup": "^4.62.2",
8484
"rollup-plugin-visualizer": "^7.0.1",
8585
"tsdown": "^0.22.7",
86-
"typescript": "^6.0.3",
86+
"typescript": "^7.0.2",
8787
"undici": "^8.7.0",
8888
"unplugin-purge-polyfills": "^0.1.0",
8989
"vitest": "^4.1.10",

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/test-utils": "^4.0.3",
18-
"typescript": "^6.0.3",
18+
"typescript": "^7.0.2",
1919
"vue-tsc": "^3.3.7"
2020
}
2121
}

0 commit comments

Comments
 (0)