Skip to content

Commit

Permalink
fix: typescript build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Aug 29, 2024
1 parent 671d356 commit ecd39c4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
},
"resolutions": {
"@ledgerhq/compressjs": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.2.1.tgz",
"@noble/hashes": "^1.4.0"
"@noble/hashes": "^1.4.0",
"fork-ts-checker-webpack-plugin": "^6.5.3"
}
}
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"systeminformation": "^5.22.11",
"ts-mocha": "^10.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5",
"typescript": "^5.5.4",
"url": "^0.11.4",
"webextension-polyfill": "^0.12.0"
},
Expand Down
30 changes: 25 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ __metadata:
systeminformation: ^5.22.11
ts-mocha: ^10.0.0
tsconfig-paths: ^4.2.0
typescript: ^4.9.5
typescript: ^5.5.4
url: ^0.11.4
url-parse: ^1.5.10
uuid: ^10.0.0
Expand Down Expand Up @@ -17486,9 +17486,9 @@ __metadata:
languageName: node
linkType: hard

"fork-ts-checker-webpack-plugin@npm:^6.4.0":
version: 6.5.1
resolution: "fork-ts-checker-webpack-plugin@npm:6.5.1"
"fork-ts-checker-webpack-plugin@npm:^6.5.3":
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 @@ -17513,7 +17513,7 @@ __metadata:
optional: true
vue-template-compiler:
optional: true
checksum: b5a06f72fb2db5d182e026668446ef54a80eb8f2f01a4f3336dfa9770c80cda6b5657d1e8dc20f45e2aaa9b72b55be1f4425fb9cf78efc989e1b5107ccdb41a1
checksum: 9732a49bfeed8fc23e6e8a59795fa7c238edeba91040a9b520db54b4d316dda27f9f1893d360e296fd0ad8930627d364417d28a8c7007fba60cc730ebfce4956
languageName: node
linkType: hard

Expand Down Expand Up @@ -28040,6 +28040,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:^5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: b309040f3a1cd91c68a5a58af6b9fdd4e849b8c42d837b2c2e73f9a4f96a98c4f1ed398a9aab576ee0a4748f5690cf594e6b99dbe61de7839da748c41e6d6ca8
languageName: node
linkType: hard

"typescript@patch:typescript@^4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
Expand All @@ -28050,6 +28060,16 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@^5.5.4#~builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#~builtin<compat/typescript>::version=5.5.4&hash=5adc0c"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fc52962f31a5bcb716d4213bef516885e4f01f30cea797a831205fc9ef12b405a40561c40eae3127ab85ba1548e7df49df2bcdee6b84a94bfbe3a0d7eff16b14
languageName: node
linkType: hard

"typpy@npm:^2.0.0, typpy@npm:^2.1.0, typpy@npm:^2.2.0, typpy@npm:^2.3.4":
version: 2.3.13
resolution: "typpy@npm:2.3.13"
Expand Down

1 comment on commit ecd39c4

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.