mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
<!-- CURSOR_SUMMARY -->
> [!NOTE]
> Aligns Angular dependencies (including compiler-cli and animations) to
^19.2.17 in examples/angular and packages/@uppy/angular.
>
> - **Dependencies**:
> - `examples/angular/package.json`:
> - Bump `@angular/common`, `core`, `forms`, `platform-browser`,
`platform-browser-dynamic`, `router`, and `@angular/compiler-cli` to
`^19.2.17`.
> - `packages/@uppy/angular/package.json`:
> - Bump `@angular/animations`, `common`, `compiler`, `core`, `forms`,
`platform-browser`, `platform-browser-dynamic`, `router` to `^19.2.17`.
> - Update dev dependency `@angular/compiler-cli` to `^19.2.17`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
1af50119f0. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "angular",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^19.2.17",
|
|
"@angular/common": "^19.2.17",
|
|
"@angular/compiler": "^19.2.17",
|
|
"@angular/core": "^19.2.17",
|
|
"@angular/forms": "^19.2.17",
|
|
"@angular/platform-browser": "^19.2.17",
|
|
"@angular/platform-browser-dynamic": "^19.2.17",
|
|
"@angular/router": "^19.2.17",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.0.0",
|
|
"@angular-eslint/eslint-plugin": "^18.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "^18.0.1",
|
|
"@angular/cli": "^19.0.0",
|
|
"@angular/compiler-cli": "^19.2.17",
|
|
"@types/jasmine": "~5.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"@typescript-eslint/types": "^7.2.0",
|
|
"@typescript-eslint/utils": "^7.2.0",
|
|
"eslint": "^8.57.0",
|
|
"jasmine-core": "~5.1.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"ng-packagr": "^19.0.0",
|
|
"typescript": "~5.5.4"
|
|
}
|
|
}
|