Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2024
1 parent f6b0a74 commit 92860b2
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tslib": "^2.4.1",
"type-fest": "^3.0.0",
"type-graphql": "^1.1.1",
"typescript": "5.0.4",
"typescript": "5.4.5",
"uuid": "^9.0.0",
"ws": "^8.8.1",
"yargs": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"sass": "^1.42.1",
"serve": "^14.0.0",
"sucrase": "^3.20.1",
"typescript": "5.0.4",
"typescript": "5.4.5",
"url-join": "^4.0.1",
"urql": "^4.0.0",
"use-constant": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/default-pino-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/flocon-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"prettier": "2.8.8",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-document-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.1",
"rollup": "3.26.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rimraf": "5.0.1",
"rollup": "3.26.0",
"ts-jest": "29.1.1",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"engines": {
"node": ">=16 <19"
Expand Down
42 changes: 21 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3348,7 +3348,7 @@ __metadata:
tslib: ^2.4.1
type-fest: ^3.0.0
type-graphql: ^1.1.1
typescript: 5.0.4
typescript: 5.4.5
url-join: 4.0.1
uuid: ^9.0.0
ws: ^8.8.1
Expand Down Expand Up @@ -3380,7 +3380,7 @@ __metadata:
rimraf: 5.0.1
rollup: 3.26.0
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3419,7 +3419,7 @@ __metadata:
sanitize-filename: ^1.6.3
truncate-utf8-bytes: ^1.0.2
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
zod: ^3.19.1
languageName: unknown
linkType: soft
Expand All @@ -3442,7 +3442,7 @@ __metadata:
prettier: 2.8.8
rimraf: 5.0.1
rollup: 3.26.0
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3486,7 +3486,7 @@ __metadata:
rimraf: 5.0.1
rollup: 3.26.0
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand All @@ -3513,7 +3513,7 @@ __metadata:
eslint-import-resolver-typescript: 3.5.5
eslint-plugin-import: 2.27.5
prettier: 2.8.8
typescript: 5.0.4
typescript: 5.4.5
peerDependencies:
"@typescript-eslint/eslint-plugin": ^5.39.0
"@typescript-eslint/parser": ^5.39.0
Expand Down Expand Up @@ -3552,7 +3552,7 @@ __metadata:
rimraf: 5.0.1
rollup: 3.26.0
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
use-memo-one: ^1.1.2
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -3581,7 +3581,7 @@ __metadata:
rimraf: 5.0.1
rollup: 3.26.0
rxjs: ^7.5.6
typescript: 5.0.4
typescript: 5.4.5
urql: ^4.0.0
wonka: ^6.0.0
languageName: unknown
Expand Down Expand Up @@ -3614,7 +3614,7 @@ __metadata:
rollup: 3.26.0
rxjs: ^7.5.6
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3656,7 +3656,7 @@ __metadata:
prettier: 2.8.8
rimraf: 5.0.1
rollup: 3.26.0
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3687,7 +3687,7 @@ __metadata:
rimraf: 5.0.1
rollup: 3.26.0
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3717,7 +3717,7 @@ __metadata:
rollup: 3.26.0
rxjs: ^7.5.6
ts-jest: 29.1.1
typescript: 5.0.4
typescript: 5.4.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3830,7 +3830,7 @@ __metadata:
storybook: 7.0.24
sucrase: ^3.20.1
tsconfig-paths-webpack-plugin: 4.0.1
typescript: 5.0.4
typescript: 5.4.5
url-join: ^4.0.1
urql: ^4.0.0
use-constant: ^1.1.0
Expand Down Expand Up @@ -23428,23 +23428,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.0.4, typescript@npm:^4.6.4 || ^5.0.0":
version: 5.0.4
resolution: "typescript@npm:5.0.4"
"typescript@npm:5.4.5, typescript@npm:^4.6.4 || ^5.0.0":
version: 5.4.5
resolution: "typescript@npm:5.4.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172
checksum: 53c879c6fa1e3bcb194b274d4501ba1985894b2c2692fa079db03c5a5a7140587a1e04e1ba03184605d35f439b40192d9e138eb3279ca8eee313c081c8bcd9b0
languageName: node
linkType: hard

"typescript@patch:typescript@5.0.4#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>":
version: 5.0.4
resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin<compat/typescript>::version=5.0.4&hash=b5f058"
"typescript@patch:typescript@5.4.5#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.4 || ^5.0.0#~builtin<compat/typescript>":
version: 5.4.5
resolution: "typescript@patch:typescript@npm%3A5.4.5#~builtin<compat/typescript>::version=5.4.5&hash=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d26b6ba97b6d163c55dbdffd9bbb4c211667ebebc743accfeb2c8c0154aace7afd097b51165a72a5bad2cf65a4612259344ff60f8e642362aa1695c760d303ac
checksum: 2373c693f3b328f3b2387c3efafe6d257b057a142f9a79291854b14ff4d5367d3d730810aee981726b677ae0fd8329b23309da3b6aaab8263dbdccf1da07a3ba
languageName: node
linkType: hard

Expand Down

0 comments on commit 92860b2

Please sign in to comment.