Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 703d413 commit a0d7f50
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@cloudflare/workers-types": "4.20240222.0",
"@types/cookie": "0.6.0",
"@types/query-string": "6.3.0",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"engines": {
"node": ">=20"
Expand Down
2 changes: 1 addition & 1 deletion pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "7.0.1",
"relay-compiler": "16.2.0",
"typescript": "5.3.3",
"typescript": "5.4.2",
"vite": "5.1.6",
"vite-plugin-chunk-split": "0.5.0",
"vite-plugin-pwa": "0.19.2",
Expand Down
2 changes: 1 addition & 1 deletion vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss": "8.4.35",
"postcss-preset-mantine": "1.13.0",
"postcss-simple-vars": "7.0.1",
"typescript": "5.3.3"
"typescript": "5.4.2"
},
"engines": {
"node": ">=18"
Expand Down
26 changes: 23 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6478,7 +6478,7 @@ __metadata:
fast-xml-parser: "npm:4.3.5"
http-status-codes: "npm:2.3.0"
query-string: "npm:8.2.0"
typescript: "npm:5.3.3"
typescript: "npm:5.4.2"
zod: "npm:3.22.4"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -8396,7 +8396,7 @@ __metadata:
relay-runtime: "npm:16.2.0"
swr: "npm:2.2.5"
ts-array-length: "npm:0.1.2"
typescript: "npm:5.3.3"
typescript: "npm:5.4.2"
vite: "npm:5.1.6"
vite-plugin-chunk-split: "npm:0.5.0"
vite-plugin-pwa: "npm:0.19.2"
Expand Down Expand Up @@ -10163,6 +10163,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.4.2":
version: 5.4.2
resolution: "typescript@npm:5.4.2"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: f8cfdc630ab1672f004e9561eb2916935b2d267792d07ce93e97fc601c7a65191af32033d5e9c0169b7dc37da7db9bf320f7432bc84527cb7697effaa4e4559d
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#optional!builtin<compat/typescript>::version=5.3.3&hash=e012d7"
Expand All @@ -10173,6 +10183,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>":
version: 5.4.2
resolution: "typescript@patch:typescript@npm%3A5.4.2#optional!builtin<compat/typescript>::version=5.4.2&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: ef4fc2994cc0219dc9ada94c92106ba8d44cbfd7a0328ed6f8d730311caf66e114cdfa07fbc6f369bfc0fc182d9493851b3bf1644c06fc5818690b19ee960d72
languageName: node
linkType: hard

"ua-parser-js@npm:^1.0.35":
version: 1.0.37
resolution: "ua-parser-js@npm:1.0.37"
Expand Down Expand Up @@ -10436,7 +10456,7 @@ __metadata:
postcss-simple-vars: "npm:7.0.1"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
typescript: "npm:5.3.3"
typescript: "npm:5.4.2"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit a0d7f50

Please sign in to comment.