chore(angular-15): update to angular 15 (#6005)

* fix(package-lock): update version in package-lock

* fix(package-lock): update version in package-lock

* chore(angular-15): update to angular 15

* chore(nebular-11): update to angular/cdk to 15, update nebular

* chore(eslint): update @angular-eslint to v15
This commit is contained in:
Denis Strigo 2023-10-29 14:50:21 +01:00 committed by GitHub
parent e06d9bd02d
commit aa91634dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3039 additions and 2628 deletions

View file

@ -180,6 +180,12 @@
},
"@schematics/angular:directive": {
"prefix": "ngx"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}