Skip to content

Commit

Permalink
@uppy/angular: fix TypeScript version (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 16, 2022
1 parent 5044230 commit 059c711
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@uppy/angular/package.json
Expand Up @@ -59,6 +59,6 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
"typescript": "~4.7"
"typescript": "~4.6"
}
}
22 changes: 21 additions & 1 deletion yarn.lock
Expand Up @@ -11028,7 +11028,7 @@ __metadata:
prop-types: ^15.7.2
rxjs: ~7.4.0
tslib: ^2.3.0
typescript: ~4.7
typescript: ~4.6
zone.js: ~0.11.4
peerDependencies:
"@uppy/core": ">=1"
Expand Down Expand Up @@ -38149,6 +38149,16 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"typescript@npm:~4.6":
version: 4.6.4
resolution: "typescript@npm:4.6.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: e7bfcc39cd4571a63a54e5ea21f16b8445268b9900bf55aee0e02ad981be576acc140eba24f1af5e3c1457767c96cea6d12861768fb386cf3ffb34013718631a
languageName: node
linkType: hard

"typescript@patch:typescript@*#~builtin<compat/typescript>, typescript@patch:typescript@^4.0.3#~builtin<compat/typescript>, typescript@patch:typescript@^4.6.2#~builtin<compat/typescript>, typescript@patch:typescript@~4.7#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
Expand All @@ -38159,6 +38169,16 @@ hexo-filter-github-emojis@arturi/hexo-filter-github-emojis:
languageName: node
linkType: hard

"typescript@patch:typescript@~4.6#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=f456af"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 1cb434fbc637d347be90e3a0c6cd05e33c38f941713c8786d3031faf1842c2c148ba91d2fac01e7276b0ae3249b8633f1660e32686cc7a8c6a8fd5361dc52c66
languageName: node
linkType: hard

"ua-parser-js@npm:1.0.2":
version: 1.0.2
resolution: "ua-parser-js@npm:1.0.2"
Expand Down

0 comments on commit 059c711

Please sign in to comment.