diff --git a/client/package.json b/client/package.json index b04c7af..388036d 100644 --- a/client/package.json +++ b/client/package.json @@ -44,7 +44,7 @@ "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^5.0.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vite": "^7.1.2", "vite-plugin-ejs": "^1.7.0", "vite-plugin-static-copy": "^3.1.1" diff --git a/package-lock.json b/package-lock.json index 3a6c00f..8d81a9d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,12 +80,26 @@ "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^5.0.0", - "typescript": "^5.8.3", + "typescript": "^5.9.2", "vite": "^7.1.2", "vite-plugin-ejs": "^1.7.0", "vite-plugin-static-copy": "^3.1.1" } }, + "client/node_modules/typescript": { + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, "common": { "name": "@console-ui/common", "version": "0.1.0", @@ -9317,6 +9331,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver"