Skip to content

Commit ca9dbf0

Browse files
fix(deps): update dependency typescript to v7
1 parent 13d48b2 commit ca9dbf0

4 files changed

Lines changed: 278 additions & 110 deletions

File tree

libs/astro-loader-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint": "^10.5.0",
4040
"globals": "^17.7.0",
4141
"tslib": "^2.8.1",
42-
"typescript": "^6.0.3",
42+
"typescript": "^7.0.0",
4343
"typescript-eslint": "^8.62.0",
4444
"vite": "^8.1.0",
4545
"vite-plugin-dts": "^5.0.3"

libs/astro-nanostores-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@
6666
"@astrojs/compiler": "^4.0.0",
6767
"fast-glob": "^3.3.3",
6868
"nanostores": "^1.3.0",
69-
"typescript": "^6.0.3"
69+
"typescript": "^7.0.0"
7070
}
7171
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"jiti": "2.7.0",
3535
"nx": "22.7.7",
3636
"prettier": "^3.8.4",
37-
"typescript": "^6.0.3",
37+
"typescript": "^7.0.0",
3838
"typescript-eslint": "^8.62.0",
3939
"vite": "^8.1.0",
4040
"vitest": "^4.1.9"

0 commit comments

Comments
 (0)