Angular v20
This commit is contained in:
parent
ff3c70dab6
commit
d59395835d
8 changed files with 2412 additions and 2072 deletions
24
package.json
24
package.json
|
|
@ -11,24 +11,24 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^19.2.14",
|
||||
"@angular/common": "^19.2.14",
|
||||
"@angular/compiler": "^19.2.14",
|
||||
"@angular/core": "^19.2.14",
|
||||
"@angular/forms": "^19.2.14",
|
||||
"@angular/platform-browser": "^19.2.14",
|
||||
"@angular/platform-browser-dynamic": "^19.2.14",
|
||||
"@angular/router": "^19.2.14",
|
||||
"@angular/animations": "^20.1.7",
|
||||
"@angular/common": "^20.1.7",
|
||||
"@angular/compiler": "^20.1.7",
|
||||
"@angular/core": "^20.1.7",
|
||||
"@angular/forms": "^20.1.7",
|
||||
"@angular/platform-browser": "^20.1.7",
|
||||
"@angular/platform-browser-dynamic": "^20.1.7",
|
||||
"@angular/router": "^20.1.7",
|
||||
"lodash": "^4.17.21",
|
||||
"rxjs": "~6.6.7",
|
||||
"tslib": "^1.14.1",
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^19.2.15",
|
||||
"@angular/cli": "^19.2.15",
|
||||
"@angular/compiler-cli": "^19.2.14",
|
||||
"@angular/language-service": "^19.2.14",
|
||||
"@angular-devkit/build-angular": "^20.1.6",
|
||||
"@angular/cli": "^20.1.6",
|
||||
"@angular/compiler-cli": "^20.1.7",
|
||||
"@angular/language-service": "^20.1.7",
|
||||
"@types/jasmine": "~3.3.8",
|
||||
"@types/jasminewd2": "^2.0.8",
|
||||
"@types/jest": "^27.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue