Skip to content

Commit 18f711c

Browse files
chore(deps): update dependency typescript to v7
1 parent aa3a4e9 commit 18f711c

272 files changed

Lines changed: 272 additions & 272 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.templates/template-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@iconify-json/lucide": "^1.2.117",
1717
"@tailwindcss/vite": "^4.3.3",
1818
"tailwindcss": "^4.3.3",
19-
"typescript": "^6.0.3",
19+
"typescript": "^7.0.2",
2020
"vite": "^8.1.5"
2121
}
2222
}

.templates/template-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@types/react-dom": "^19.2.3",
2323
"postcss": "^8.5.19",
2424
"tailwindcss": "^4.3.3",
25-
"typescript": "^6.0.3"
25+
"typescript": "^7.0.2"
2626
}
2727
}

.templates/template-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@iconify-json/lucide": "^1.2.117",
1919
"@tailwindcss/vite": "^4.3.3",
2020
"tailwindcss": "^4.3.3",
21-
"typescript": "^6.0.3"
21+
"typescript": "^7.0.2"
2222
}
2323
}

.templates/template-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tailwindcss/vite": "^4.3.3",
1919
"@types/node": "^24.13.3",
2020
"tailwindcss": "^4.3.3",
21-
"typescript": "^6.0.3",
21+
"typescript": "^7.0.2",
2222
"vite": "^8.1.5"
2323
}
2424
}

.templates/template-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react-dom": "^19.2.3",
2222
"@vitejs/plugin-react": "^6.0.3",
2323
"tailwindcss": "^4.3.3",
24-
"typescript": "^6.0.3",
24+
"typescript": "^7.0.2",
2525
"vite": "^8.1.5"
2626
}
2727
}

.templates/template-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tailwindcss/vite": "^4.3.3",
1818
"@types/node": "^24.13.3",
1919
"tailwindcss": "^4.3.3",
20-
"typescript": "^6.0.3",
20+
"typescript": "^7.0.2",
2121
"vite": "^8.1.5",
2222
"vite-plugin-solid": "^2.11.12"
2323
}

.templates/template-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"svelte-check": "^4.7.3",
2121
"tailwindcss": "^4.3.3",
2222
"tslib": "^2.8.1",
23-
"typescript": "^6.0.3",
23+
"typescript": "^7.0.2",
2424
"vite": "^8.1.5"
2525
}
2626
}

.templates/template-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"svelte": "^5.56.6",
2222
"svelte-check": "^4.7.3",
2323
"tailwindcss": "^4.3.3",
24-
"typescript": "^6.0.3",
24+
"typescript": "^7.0.2",
2525
"vite": "^8.1.5"
2626
}
2727
}

.templates/template-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@iconify-json/lucide": "^1.2.117",
1515
"@tailwindcss/vite": "^4.3.3",
1616
"tailwindcss": "^4.3.3",
17-
"typescript": "~6.0.3",
17+
"typescript": "~7.0.2",
1818
"vite": "^8.1.5"
1919
}
2020
}

.templates/template-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-vue": "^6.0.8",
2020
"@vue/tsconfig": "^0.9.1",
2121
"tailwindcss": "^4.3.3",
22-
"typescript": "^6.0.3",
22+
"typescript": "^7.0.2",
2323
"vite": "^8.1.5",
2424
"vue-tsc": "^3.3.7"
2525
}

0 commit comments

Comments
 (0)