Skip to content

Commit 3fa5d31

Browse files
chore(deps): update dependency typescript to v5.5.2 (#734)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b2cba4 commit 3fa5d31

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
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.3",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.4.5",
24+
"typescript": "5.5.2",
2525
"vite": "5.3.1"
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.8.2",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.4.5"
17+
"typescript": "5.5.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "20.14.6"

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.3",
2020
"@types/react-dom": "18.3.0",
2121
"@vitejs/plugin-react": "4.3.1",
22-
"typescript": "5.4.5",
22+
"typescript": "5.5.2",
2323
"vite": "5.3.1"
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.3",
2222
"eslint": "9.5.0",
2323
"eslint-config-next": "14.2.4",
24-
"typescript": "5.4.5"
24+
"typescript": "5.5.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.8.2",
1515
"nodemon": "3.1.4",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.4.5"
17+
"typescript": "5.5.2"
1818
},
1919
"devDependencies": {
2020
"@types/node": "20.14.6"

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.3",
2121
"@types/react-dom": "18.3.0",
2222
"@vitejs/plugin-react": "4.3.1",
23-
"typescript": "5.4.5",
23+
"typescript": "5.5.2",
2424
"vite": "5.3.1"
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.3",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.4.5",
24+
"typescript": "5.5.2",
2525
"vite": "5.3.1"
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.3",
2222
"@types/react-dom": "18.3.0",
2323
"@vitejs/plugin-react": "4.3.1",
24-
"typescript": "5.4.5",
24+
"typescript": "5.5.2",
2525
"vite": "5.3.1"
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.2",
6060
"pretty-quick": "4.0.0",
6161
"rimraf": "5.0.7",
62-
"typescript": "5.4.5",
62+
"typescript": "5.5.2",
6363
"weak-napi": "2.0.2",
6464
"ts-jest": "29.1.5"
6565
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8520,10 +8520,10 @@ typed-array-length@^1.0.6:
85208520
is-typed-array "^1.1.13"
85218521
possible-typed-array-names "^1.0.0"
85228522

8523-
typescript@5.4.5, typescript@^5.0.4, typescript@^5.4.2:
8524-
version "5.4.5"
8525-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
8526-
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
8523+
typescript@5.5.2, typescript@^5.0.4, typescript@^5.4.2:
8524+
version "5.5.2"
8525+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507"
8526+
integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==
85278527

85288528
"uWebSockets.js@uNetworking/uWebSockets.js#semver:^20":
85298529
version "20.44.0"

0 commit comments

Comments
 (0)