Skip to content

Commit

Permalink
Fix typescript 5 incompatibility issues
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Feb 15, 2024
1 parent 81e7278 commit 469d748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
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

0 comments on commit 469d748

Please sign in to comment.