Skip to content

Commit c61c049

Browse files
chore(deps): update dependency typescript to v5.6.2 (#815)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 166ab88 commit c61c049

File tree

10 files changed

+14
-21
lines changed

10 files changed

+14
-21
lines changed

examples/apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.5.4",
24+
"typescript": "5.6.2",
2525
"vite": "5.4.2"
2626
}
2727
}

examples/auto-pagination-multiple-sources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.5.4"
17+
"typescript": "5.6.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "20.16.2"

examples/execute/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/react": "18.3.4",
2020
"@types/react-dom": "18.3.0",
2121
"@vitejs/plugin-react": "4.3.1",
22-
"typescript": "5.5.4",
22+
"typescript": "5.6.2",
2323
"vite": "5.4.2"
2424
}
2525
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@types/react": "18.3.4",
2222
"eslint": "9.9.1",
2323
"eslint-config-next": "14.2.8",
24-
"typescript": "5.5.4"
24+
"typescript": "5.6.2"
2525
}
2626
}

examples/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.9.0",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.5.4"
17+
"typescript": "5.6.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "20.16.2"

examples/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/react": "18.3.4",
2121
"@types/react-dom": "18.3.0",
2222
"@vitejs/plugin-react": "4.3.1",
23-
"typescript": "5.5.4",
23+
"typescript": "5.6.2",
2424
"vite": "5.4.2"
2525
}
2626
}

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.5.4",
24+
"typescript": "5.6.2",
2525
"vite": "5.4.2"
2626
}
2727
}

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "18.3.4",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.5.4",
24+
"typescript": "5.6.2",
2525
"vite": "5.4.2"
2626
}
2727
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"prettier": "3.3.3",
6060
"pretty-quick": "4.0.0",
6161
"rimraf": "6.0.1",
62-
"typescript": "5.5.4",
62+
"typescript": "5.6.2",
6363
"weak-napi": "2.0.2",
6464
"ts-jest": "29.2.5"
6565
},

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6653,7 +6653,7 @@ mimic-fn@^4.0.0:
66536653
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
66546654
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
66556655

6656-
6656+
[email protected], minimatch@^9.0.1:
66576657
version "9.0.3"
66586658
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
66596659
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
@@ -6681,13 +6681,6 @@ minimatch@^5.0.1:
66816681
dependencies:
66826682
brace-expansion "^2.0.1"
66836683

6684-
minimatch@^9.0.1:
6685-
version "9.0.5"
6686-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6687-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6688-
dependencies:
6689-
brace-expansion "^2.0.1"
6690-
66916684
minimist@^1.2.0, minimist@^1.2.6:
66926685
version "1.2.8"
66936686
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
@@ -8444,10 +8437,10 @@ typed-array-length@^1.0.6:
84448437
is-typed-array "^1.1.13"
84458438
possible-typed-array-names "^1.0.0"
84468439

8447-
typescript@5.5.4, typescript@^5.0.4, typescript@^5.4.2:
8448-
version "5.5.4"
8449-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
8450-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
8440+
typescript@5.6.2, typescript@^5.0.4, typescript@^5.4.2:
8441+
version "5.6.2"
8442+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
8443+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
84518444

84528445
"uWebSockets.js@uNetworking/uWebSockets.js#semver:^20":
84538446
version "20.48.0"

0 commit comments

Comments
 (0)