Skip to content

Commit

Permalink
Update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2024
1 parent 6ad96f2 commit 9a800f1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"redux-thunk": "2.4.1",
"resize-observer-polyfill": "1.5.1",
"tslib": "2.6.0",
"typescript": "4.9.3"
"typescript": "5.3.3"
},
"peerDependencies": {
"@mui/icons-material": ">= 5.5.0 < 6",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"redux-thunk": "2.4.1",
"single-spa-react": "4.6.1",
"tslib": "2.6.0",
"typescript": "4.9.3",
"typescript": "5.3.3",
"url-search-params-polyfill": "8.2.4"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"react-virtualized": "9.22.3",
"single-spa-react": "4.6.1",
"tslib": "2.6.0",
"typescript": "4.9.3"
"typescript": "5.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"resize-observer-polyfill": "1.5.1",
"single-spa-react": "4.6.1",
"tslib": "2.6.0",
"typescript": "4.9.3",
"typescript": "5.3.3",
"url-search-params-polyfill": "8.2.4"
},
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6447,7 +6447,7 @@ __metadata:
redux-thunk: 2.4.1
resize-observer-polyfill: 1.5.1
tslib: 2.6.0
typescript: 4.9.3
typescript: 5.3.3
peerDependencies:
"@mui/icons-material": ">= 5.5.0 < 6"
"@mui/material": ">= 5.5.0 < 6"
Expand Down Expand Up @@ -6529,7 +6529,7 @@ __metadata:
single-spa-react: 4.6.1
start-server-and-test: 2.0.0
tslib: 2.6.0
typescript: 4.9.3
typescript: 5.3.3
url-search-params-polyfill: 8.2.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -6594,7 +6594,7 @@ __metadata:
single-spa-react: 4.6.1
start-server-and-test: 2.0.0
tslib: 2.6.0
typescript: 4.9.3
typescript: 5.3.3
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6671,7 +6671,7 @@ __metadata:
single-spa-react: 4.6.1
start-server-and-test: 2.0.0
tslib: 2.6.0
typescript: 4.9.3
typescript: 5.3.3
url-search-params-polyfill: 8.2.4
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -15924,23 +15924,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.9.3":
version: 4.9.3
resolution: "typescript@npm:4.9.3"
"typescript@npm:5.3.3":
version: 5.3.3
resolution: "typescript@npm:5.3.3"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 17b8f816050b412403e38d48eef0e893deb6be522d6dc7caf105e54a72e34daf6835c447735fd2b28b66784e72bfbf87f627abb4818a8e43d1fa8106396128dc
checksum: 2007ccb6e51bbbf6fde0a78099efe04dc1c3dfbdff04ca3b6a8bc717991862b39fd6126c0c3ebf2d2d98ac5e960bcaa873826bb2bb241f14277034148f41f6a2
languageName: node
linkType: hard

"typescript@patch:typescript@4.9.3#~builtin<compat/typescript>":
version: 4.9.3
resolution: "typescript@patch:typescript@npm%3A4.9.3#~builtin<compat/typescript>::version=4.9.3&hash=a66ed4"
"typescript@patch:typescript@5.3.3#~builtin<compat/typescript>":
version: 5.3.3
resolution: "typescript@patch:typescript@npm%3A5.3.3#~builtin<compat/typescript>::version=5.3.3&hash=e012d7"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d7bdcf5e18193f709339540d69577f7b0389000265db2bf10edfaa67336a29d6bcbee11828084150f7fdd110d605794cfa6df33bebc0a2e33daad2dbe2a7a59f
checksum: 4e604a9e107ce0c23b16a2f8d79d0531d4d8fe9ebbb7a8c395c66998c39892f0e0a071ef0b0d4e66420a8ec2b8d6cfd9cdb29ba24f25b37cba072e9282376df9
languageName: node
linkType: hard

Expand Down

0 comments on commit 9a800f1

Please sign in to comment.