diff --git a/examples/apollo/package.json b/examples/apollo/package.json index a3da721a..28d8c633 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -21,7 +21,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.10" } } diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index b03bfec9..635991bd 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -14,7 +14,7 @@ "graphql": "16.9.0", "nodemon": "3.1.7", "ts-node": "10.9.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@types/node": "22.9.0" diff --git a/examples/execute/package.json b/examples/execute/package.json index aa34bdce..78d68be8 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -19,7 +19,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.10" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index eec9dfc0..1850ad0c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -21,6 +21,6 @@ "@types/react": "18.3.12", "eslint": "9.14.0", "eslint-config-next": "15.0.3", - "typescript": "5.6.3" + "typescript": "5.7.2" } } diff --git a/examples/node/package.json b/examples/node/package.json index 8dfa5f2f..02dc4a39 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -14,7 +14,7 @@ "graphql": "16.9.0", "nodemon": "3.1.7", "ts-node": "10.9.2", - "typescript": "5.6.3" + "typescript": "5.7.2" }, "devDependencies": { "@types/node": "22.9.0" diff --git a/examples/react-query/package.json b/examples/react-query/package.json index f4d7fe84..a0a63c50 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -20,7 +20,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.10" } } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index f73f7dad..2f11f681 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -21,7 +21,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.10" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 9a9ee2c6..d6bdce32 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -21,7 +21,7 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "4.3.3", - "typescript": "5.6.3", + "typescript": "5.7.2", "vite": "5.4.10" } } diff --git a/package.json b/package.json index f02da70a..3869409d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "prettier": "3.3.3", "pretty-quick": "4.0.0", "rimraf": "6.0.1", - "typescript": "5.6.3", + "typescript": "5.7.2", "weak-napi": "2.0.2", "ts-jest": "29.2.5" }, diff --git a/yarn.lock b/yarn.lock index d75a6356..866f804f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7936,10 +7936,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.6.3, typescript@^5.0.4, typescript@^5.4.2: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +typescript@5.7.2, typescript@^5.0.4, typescript@^5.4.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== ua-parser-js@^1.0.35: version "1.0.39"