diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index cc68c5844..c084688c4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@astrojs/check": "^0.7.0", "@biomejs/biome": "1.8.1", "@changesets/changelog-github": "^0.5.0", - "@changesets/cli": "^2.27.5", + "@changesets/cli": "^2.27.6", "@eslint/eslintrc": "^3.1.0", "@types/node": "^18.17.8", "esbuild": "^0.21.5", @@ -68,8 +68,8 @@ "prettier-plugin-astro": "^0.14.0", "tiny-glob": "^0.2.9", "turbo": "^1.13.4", - "typescript": "~5.4.5", - "typescript-eslint": "^7.13.0" + "typescript": "~5.5.2", + "typescript-eslint": "^7.13.1" }, "pnpm": { "packageExtensions": { |