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 Dec 9, 2023
1 parent f31e6dc commit 52c688b
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",
"use-deep-compare-effect": "1.8.1"
},
"peerDependencies": {
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.22.5",
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 @@ -6479,7 +6479,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
use-deep-compare-effect: 1.8.1
peerDependencies:
"@mui/icons-material": ">= 5.5.0 < 6"
Expand Down Expand Up @@ -6563,7 +6563,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 @@ -6628,7 +6628,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 @@ -6705,7 +6705,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 @@ -15944,23 +15944,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=5da071"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: d7bdcf5e18193f709339540d69577f7b0389000265db2bf10edfaa67336a29d6bcbee11828084150f7fdd110d605794cfa6df33bebc0a2e33daad2dbe2a7a59f
checksum: f61375590b3162599f0f0d5b8737877ac0a7bc52761dbb585d67e7b8753a3a4c42d9a554c4cc929f591ffcf3a2b0602f65ae3ce74714fd5652623a816862b610
languageName: node
linkType: hard

Expand Down

0 comments on commit 52c688b

Please sign in to comment.