Files
Angular Robot d3d3bc62ea build: update cross-repo angular dependencies
See associated pull request for more information.
2026-08-13 13:35:29 -07:00

32 lines
824 B
JSON

{
"name": "example-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.2.0-next",
"@angular/common": "^22.2.0-next",
"@angular/compiler": "^22.2.0-next",
"@angular/core": "^22.2.0-next",
"@angular/forms": "^22.2.0-next",
"@angular/platform-browser": "^22.2.0-next",
"@angular/router": "^22.2.0-next",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular/build": "^22.2.0-next",
"@angular/cli": "^22.2.0-next",
"@angular/compiler-cli": "^22.2.0-next",
"@types/node": "^20.14.8",
"typescript": "~6.0.3"
}
}