diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 7947998f..96a79b69 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -21,7 +21,7 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", - "typescript": "5.9.2", + "typescript": "5.9.3", "vite": "6.1.0" } } diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index 88abde21..9db0c476 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0", "nodemon": "3.1.9", "ts-node": "10.9.2", - "typescript": "5.9.2" + "typescript": "5.9.3" }, "devDependencies": { "@types/node": "22.13.2" diff --git a/examples/execute/package.json b/examples/execute/package.json index d4e6b7ad..6e211eff 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -19,7 +19,7 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", - "typescript": "5.9.2", + "typescript": "5.9.3", "vite": "6.1.0" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 850096b0..c6c6e955 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -21,6 +21,6 @@ "@types/react": "19.0.8", "eslint": "9.20.1", "eslint-config-next": "15.5.4", - "typescript": "5.9.2" + "typescript": "5.9.3" } } diff --git a/examples/node/package.json b/examples/node/package.json index b99fb091..e756d4fd 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -14,7 +14,7 @@ "graphql": "16.10.0", "nodemon": "3.1.9", "ts-node": "10.9.2", - "typescript": "5.9.2" + "typescript": "5.9.3" }, "devDependencies": { "@types/node": "22.13.2" diff --git a/examples/react-query/package.json b/examples/react-query/package.json index 2c89e622..4de5fcfe 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -20,7 +20,7 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", - "typescript": "5.9.2", + "typescript": "5.9.3", "vite": "6.1.0" } } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 94592fc1..a1c12dac 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -21,7 +21,7 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", - "typescript": "5.9.2", + "typescript": "5.9.3", "vite": "6.1.0" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 48627668..251d1902 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -21,7 +21,7 @@ "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "@vitejs/plugin-react": "4.3.4", - "typescript": "5.9.2", + "typescript": "5.9.3", "vite": "6.1.0" } } diff --git a/package.json b/package.json index 6fe20048..e1bbb2c9 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "prettier": "3.5.0", "pretty-quick": "4.0.0", "rimraf": "6.0.1", - "typescript": "5.9.2", + "typescript": "5.9.3", "weak-napi": "2.0.2", "ts-jest": "29.2.5" }, diff --git a/yarn.lock b/yarn.lock index e9d63ab3..ba945d9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8196,10 +8196,10 @@ typed-array-length@^1.0.7: possible-typed-array-names "^1.0.0" reflect.getprototypeof "^1.0.6" -typescript@5.9.2, typescript@^5.0.4, typescript@^5.4.2: - version "5.9.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6" - integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A== +typescript@5.9.3, typescript@^5.0.4, typescript@^5.4.2: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== ua-parser-js@^1.0.35: version "1.0.40"