diff --git a/docs/package.json b/docs/package.json index 283c1967..be688d15 100644 --- a/docs/package.json +++ b/docs/package.json @@ -29,7 +29,7 @@ "@docusaurus/module-type-aliases": "3.3.2", "@docusaurus/tsconfig": "3.3.2", "@docusaurus/types": "3.6.3", - "typescript": "~5.2.2" + "typescript": "~5.7.3" }, "browserslist": { "production": [ diff --git a/package-lock.json b/package-lock.json index b7a8a1e8..b5398fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,24 +44,12 @@ "@docusaurus/module-type-aliases": "3.3.2", "@docusaurus/tsconfig": "3.3.2", "@docusaurus/types": "3.6.3", - "typescript": "~5.2.2" + "typescript": "~5.7.3" }, "engines": { "node": ">=18.0" } }, - "docs/node_modules/typescript": { - "version": "5.2.2", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "examples/all-plugins": { "name": "genkit-plugins-examples", "version": "0.12.0", @@ -32759,10 +32747,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", - "license": "Apache-2.0", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -34622,24 +34609,12 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "peerDependencies": { "genkit": "^0.9.0" } }, - "plugins/azure-openai/node_modules/typescript": { - "version": "4.9.5", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "plugins/cohere": { "name": "genkitx-cohere", "version": "0.12.0", @@ -34672,25 +34647,13 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.0" + "typescript": "^5.7.3" }, "peerDependencies": { "@genkit-ai/ai": "^0.5.0", "@genkit-ai/core": "^0.5.0" } }, - "plugins/convex/node_modules/typescript": { - "version": "4.9.5", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "plugins/graph": { "name": "genkitx-graph", "version": "0.12.0", @@ -34727,26 +34690,12 @@ "rimraf": "^6.0.1", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "peerDependencies": { "genkit": "^0.9.0" } }, - "plugins/groq/node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "plugins/hnsw": { "name": "genkitx-hnsw", "version": "0.12.0", @@ -34913,24 +34862,12 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "peerDependencies": { "genkit": "^0.9.0" } }, - "plugins/mistral/node_modules/typescript": { - "version": "4.9.5", - "dev": true, - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=4.2.0" - } - }, "plugins/openai": { "name": "genkitx-openai", "version": "0.12.0", diff --git a/plugins/azure-openai/package.json b/plugins/azure-openai/package.json index d89b514c..7cb5fae6 100644 --- a/plugins/azure-openai/package.json +++ b/plugins/azure-openai/package.json @@ -34,7 +34,7 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "types": "./lib/index.d.ts", "exports": { diff --git a/plugins/convex/package.json b/plugins/convex/package.json index 549c4557..9ffc2c6f 100644 --- a/plugins/convex/package.json +++ b/plugins/convex/package.json @@ -38,7 +38,7 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.0" + "typescript": "^5.7.3" }, "types": "./lib/index.d.ts", "publishConfig": { diff --git a/plugins/groq/package.json b/plugins/groq/package.json index fb2ca7ff..9dcf0650 100644 --- a/plugins/groq/package.json +++ b/plugins/groq/package.json @@ -37,7 +37,7 @@ "rimraf": "^6.0.1", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "types": "./lib/index.d.ts", "exports": { diff --git a/plugins/mistral/package.json b/plugins/mistral/package.json index 8d508435..dc185a80 100644 --- a/plugins/mistral/package.json +++ b/plugins/mistral/package.json @@ -30,7 +30,7 @@ "npm-run-all": "^4.1.5", "tsup": "^8.0.2", "tsx": "^4.7.0", - "typescript": "^4.9.5" + "typescript": "^5.7.3" }, "types": "./lib/index.d.ts", "exports": {