Added support for Angular 13. fixes #1193 #1201

Merged
Mastermindzh merged 5 commits from feature/angular-13 into development 2022-07-19 20:53:58 +00:00
2 changed files with 389 additions and 388 deletions
Showing only changes of commit a27cd9d806 - Show all commits

767
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,9 +51,9 @@
"@angular/forms": "~12.2.16",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular-eslint/eslint-plugin": "4.3.0",
"@angular-eslint/eslint-plugin-template": "4.3.0",
"@angular-eslint/template-parser": "4.3.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@nrwl/angular": "11.2.12",
"@nrwl/cli": "11.2.12",
"@nrwl/node": "11.2.12",
@@ -73,8 +73,8 @@
"conventional-changelog-cli": "2.1.1",
"conventional-github-releaser": "3.1.5",
"core-js": "^3.14.0",
"eslint": "7.22.0",
"eslint-config-prettier": "7.2.0",
"eslint": "8.11.0",
"eslint-config-prettier": "8.5.0",
"fs-extra": "9.1.0",
"gh-pages": "3.2.2",
"google-code-prettify": "1.0.5",