-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Apply angular 19 dependencies in package.json * Add missing standalone false doe the angular components. * chore: update dependencies * chore: update dependencies --------- Co-authored-by: Egor Boaghi <[email protected]> Co-authored-by: wawyed <[email protected]>
- Loading branch information
1 parent
160e2c2
commit b772ebd
Showing
9 changed files
with
2,842 additions
and
1,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,35 +19,35 @@ | |
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@angular/animations": "^18.0.6", | ||
"@angular/common": "^18.0.6", | ||
"@angular/compiler": "^18.0.6", | ||
"@angular/core": "^18.0.6", | ||
"@angular/forms": "^18.0.6", | ||
"@angular/platform-browser": "^18.0.6", | ||
"@angular/platform-browser-dynamic": "^18.0.6", | ||
"@angular/router": "^18.0.6", | ||
"@angular/upgrade": "^18.0.6", | ||
"@uirouter/angular": "^14.0.0", | ||
"@angular/animations": "^19.0.5", | ||
"@angular/common": "^19.0.5", | ||
"@angular/compiler": "^19.0.5", | ||
"@angular/core": "^19.0.5", | ||
"@angular/forms": "^19.0.5", | ||
"@angular/platform-browser": "^19.0.5", | ||
"@angular/platform-browser-dynamic": "^19.0.5", | ||
"@angular/router": "^19.0.5", | ||
"@angular/upgrade": "^19.0.5", | ||
"@uirouter/angular": "^16.0.0", | ||
"@uirouter/angular-hybrid": "^18.0.0", | ||
"@uirouter/angularjs": "^1.1.0", | ||
"@uirouter/core": "^6.1.0", | ||
"@uirouter/angularjs": "^1.1.1", | ||
"@uirouter/core": "^6.1.1", | ||
"@uirouter/rx": "1.0.0", | ||
"@uirouter/visualizer": "^7.2.1", | ||
"angular": "1.8.3", | ||
"core-js": "^2.4.1", | ||
"postcss": "8.4.4", | ||
"rxjs": "^7.4.0", | ||
"rxjs": "~7.8.0", | ||
"rxjs-compat": "^6.6.7", | ||
"tslib": "2.6.2", | ||
"zone.js": "~0.14.4" | ||
"tslib": "^2.8.1", | ||
"zone.js": "~0.15.0" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^18.0.7", | ||
"@angular/cli": "^18.0.7", | ||
"@angular/compiler-cli": "^18.0.6", | ||
"@angular/language-service": "^18.0.6", | ||
"@types/angular": "^1.8.3", | ||
"@angular-devkit/build-angular": "^19.0.5", | ||
"@angular/cli": "^19.0.5", | ||
"@angular/compiler-cli": "^19.0.5", | ||
"@angular/language-service": "^19.0.5", | ||
"@types/angular": "^1.8.9", | ||
"@types/jasmine": "~3.10.2", | ||
"@types/jasminewd2": "~2.0.10", | ||
"@types/node": "^16.11.11", | ||
|
@@ -64,7 +64,7 @@ | |
"shx": "0.3.3", | ||
"ts-node": "~10.9.2", | ||
"tslint": "~6.1.0", | ||
"typescript": "5.4.5", | ||
"typescript": "~5.6.3", | ||
"wait-on": "6.0.0" | ||
}, | ||
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.