diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index c97999045..f32a2520d 100644 --- a/package.json +++ b/package.json @@ -52,22 +52,22 @@ "astro-benchmark": "workspace:*" }, "devDependencies": { - "@astrojs/check": "^0.9.2", + "@astrojs/check": "^0.9.3", "@biomejs/biome": "1.8.3", "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.7", "@types/node": "^18.17.8", "esbuild": "^0.21.5", "eslint": "^9.9.0", - "eslint-plugin-no-only-tests": "^3.1.0", + "eslint-plugin-no-only-tests": "^3.3.0", "eslint-plugin-regexp": "^2.6.0", "globby": "^14.0.2", "only-allow": "^1.2.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "turbo": "^2.0.12", + "turbo": "^2.0.14", "typescript": "~5.5.4", - "typescript-eslint": "^8.0.1" + "typescript-eslint": "^8.1.0" }, "pnpm": { "peerDependencyRules": { |