diff --git a/web-docs/package.json b/web-docs/package.json index cf6bc7c..741fe61 100644 --- a/web-docs/package.json +++ b/web-docs/package.json @@ -40,13 +40,13 @@ "@biomejs/biome": "^2.4.6", "@tailwindcss/postcss": "^4.2.1", "@types/mdx": "^2.0.13", - "@types/node": "^25.3.5", + "@types/node": "^26.1.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "postcss": "^8.5.8", "tailwindcss": "^4.2.1", "tw-animate-css": "^1.4.0", - "typescript": "^5.9.3", - "vite": "^7.3.1" + "typescript": "^7.0.2", + "vite": "^8.2.0" } }