Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2024
1 parent beda6eb commit 2d824aa
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"semver": "7.5.1",
"ts-jest": "27.1.5",
"tsc-watch": "4.6.2",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"resolutions": {
"graphql": "16.0.0-experimental-stream-defer.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "18.16.14",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-io-graphql-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"websocket"
],
"devDependencies": {
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"peerDependencies": {
"socket.io-client": "^3.0.1 || ^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/socket-io-graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"real-time"
],
"devDependencies": {
"typescript": "4.7.4",
"typescript": "5.5.3",
"graphql": "16.0.0-experimental-stream-defer.5",
"socket.io": "4.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/server-helix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/express": "4.17.14",
"@types/node": "18.16.14",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"scripts": {
"write:schema": "ts-node scripts/write-graphql-schema.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/server-socket-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@types/node": "18.16.14",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"scripts": {
"write:schema": "ts-node scripts/write-graphql-schema.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/server-ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@types/node": "18.16.14",
"@types/ws": "8.5.3",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"scripts": {
"write:schema": "ts-node scripts/write-graphql-schema.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/server-yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/node": "18.16.14",
"ts-node-dev": "2.0.0",
"typescript": "4.7.4"
"typescript": "5.5.3"
},
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8668,10 +8668,10 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@4.7.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
typescript@5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==

ua-parser-js@^0.7.18:
version "0.7.21"
Expand Down

0 comments on commit 2d824aa

Please sign in to comment.