@uppy/angular,meta: upgrade to Angular 17.x and to TS 5.4 (#5008)

This commit is contained in:
Antoine du Hamel 2024-03-28 10:10:20 +01:00 committed by GitHub
parent b2346fa4c3
commit 4f91a0d529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 2432 additions and 2456 deletions

View file

@ -6,7 +6,9 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
```
corepack yarn install
corepack yarn build:clean
corepack yarn build
rm packages/@uppy/*/tsconfig.json
corepack yarn workspace @uppy/angular prepublishOnly
corepack yarn workspace @uppy-example/angular start
```