diff --git a/examples/apollo/package.json b/examples/apollo/package.json index 2931aba3..c2aa92d6 100644 --- a/examples/apollo/package.json +++ b/examples/apollo/package.json @@ -21,7 +21,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@vitejs/plugin-react": "4.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.0.10" } } diff --git a/examples/auto-pagination-multiple-sources/package.json b/examples/auto-pagination-multiple-sources/package.json index 46481dd2..f6493bfa 100644 --- a/examples/auto-pagination-multiple-sources/package.json +++ b/examples/auto-pagination-multiple-sources/package.json @@ -14,7 +14,7 @@ "graphql": "16.7.1", "nodemon": "3.0.1", "ts-node": "10.9.1", - "typescript": "5.4.4" + "typescript": "5.4.5" }, "devDependencies": { "@types/node": "20.8.9" diff --git a/examples/execute/package.json b/examples/execute/package.json index 29951f4b..c66e51af 100644 --- a/examples/execute/package.json +++ b/examples/execute/package.json @@ -19,7 +19,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@vitejs/plugin-react": "4.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.0.10" } } diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 77d7e972..175c6551 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -21,6 +21,6 @@ "@types/react": "18.2.14", "eslint": "8.44.0", "eslint-config-next": "14.2.1", - "typescript": "5.4.4" + "typescript": "5.4.5" } } diff --git a/examples/node/package.json b/examples/node/package.json index ed6b7ee0..0e31fbe1 100644 --- a/examples/node/package.json +++ b/examples/node/package.json @@ -14,7 +14,7 @@ "graphql": "16.7.1", "nodemon": "3.0.1", "ts-node": "10.9.1", - "typescript": "5.4.4" + "typescript": "5.4.5" }, "devDependencies": { "@types/node": "20.8.9" diff --git a/examples/react-query/package.json b/examples/react-query/package.json index d1f1ce18..276095ef 100644 --- a/examples/react-query/package.json +++ b/examples/react-query/package.json @@ -20,7 +20,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@vitejs/plugin-react": "4.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.0.10" } } diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index 06a94017..e462a628 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -21,7 +21,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@vitejs/plugin-react": "4.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.0.10" } } diff --git a/examples/urql/package.json b/examples/urql/package.json index 8fbf28ca..ac0fc17e 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -21,7 +21,7 @@ "@types/react": "18.2.14", "@types/react-dom": "18.2.6", "@vitejs/plugin-react": "4.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "vite": "5.0.10" } } diff --git a/package.json b/package.json index 39d8465f..91938956 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "prettier": "3.0.3", "pretty-quick": "4.0.0", "rimraf": "5.0.1", - "typescript": "5.4.4", + "typescript": "5.4.5", "weak-napi": "2.0.2", "ts-jest": "29.1.1" }, diff --git a/yarn.lock b/yarn.lock index 8395664d..476ea902 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8165,10 +8165,10 @@ typed-array-length@^1.0.6: is-typed-array "^1.1.13" possible-typed-array-names "^1.0.0" -typescript@5.4.4, typescript@^5.0.4: - version "5.4.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" - integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== +typescript@5.4.5, typescript@^5.0.4: + version "5.4.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611" + integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ== "uWebSockets.js@github:uNetworking/uWebSockets.js#v20.30.0": version "20.30.0"