Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency typescript to v5 #1567

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 0 additions & 1 deletion packages/datagateway-common/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"noImplicitAny": true,
"importHelpers": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"lib": ["dom", "dom.iterable", "esnext"],
"skipLibCheck": true,
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
30 changes: 15 additions & 15 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 @@ -8461,8 +8461,8 @@ __metadata:
linkType: hard

"fork-ts-checker-webpack-plugin@npm:^6.5.0":
version: 6.5.2
resolution: "fork-ts-checker-webpack-plugin@npm:6.5.2"
version: 6.5.3
resolution: "fork-ts-checker-webpack-plugin@npm:6.5.3"
dependencies:
"@babel/code-frame": ^7.8.3
"@types/json-schema": ^7.0.5
Expand All @@ -8487,7 +8487,7 @@ __metadata:
optional: true
vue-template-compiler:
optional: true
checksum: c823de02ee258a26ea5c0c488b2f1825b941f72292417478689862468a9140b209ad7df52f67bd134228fe9f40e9115b604fc8f88a69338929fe52be869469b6
checksum: 9732a49bfeed8fc23e6e8a59795fa7c238edeba91040a9b520db54b4d316dda27f9f1893d360e296fd0ad8930627d364417d28a8c7007fba60cc730ebfce4956
languageName: node
linkType: hard

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
Loading