update of angular 13

This commit is contained in:
Mastermindzh
2022-03-25 16:24:20 +01:00
parent a27cd9d806
commit 469cc55183
4 changed files with 2853 additions and 2994 deletions

1
.gitignore vendored
View File

@@ -12,6 +12,7 @@
.settings/ .settings/
# misc # misc
/.angular/cache
/.sass-cache /.sass-cache
/connect.lock /connect.lock
/coverage /coverage

View File

@@ -97,7 +97,6 @@
"optimization": true, "optimization": true,
"outputHashing": "all", "outputHashing": "all",
"sourceMap": false, "sourceMap": false,
"extractCss": true,
"namedChunks": false, "namedChunks": false,
"aot": true, "aot": true,
"extractLicenses": true, "extractLicenses": true,

5819
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -40,17 +40,17 @@
"homepage": "https://github.com/valor-software/ng2-file-upload#readme", "homepage": "https://github.com/valor-software/ng2-file-upload#readme",
"peerDependencies": {}, "peerDependencies": {},
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~12.2.16", "@angular-devkit/build-angular": "~13.3.0",
"@angular-devkit/build-ng-packagr": "^0.1002.0", "@angular-devkit/build-ng-packagr": "^0.1002.0",
"@angular/animations": "~12.2.16", "@angular/animations": "~13.3.0",
"@angular/cli": "~12.2.16", "@angular/cli": "~13.3.0",
"@angular/common": "~12.2.16", "@angular/common": "~13.3.0",
"@angular/compiler": "~12.2.16", "@angular/compiler": "~13.3.0",
"@angular/compiler-cli": "~12.2.16", "@angular/compiler-cli": "~13.3.0",
"@angular/core": "~12.2.16", "@angular/core": "~13.3.0",
"@angular/forms": "~12.2.16", "@angular/forms": "~13.3.0",
"@angular/platform-browser": "~12.2.16", "@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~12.2.16", "@angular/platform-browser-dynamic": "~13.3.0",
"@angular-eslint/eslint-plugin": "13.1.0", "@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0", "@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/template-parser": "13.1.0", "@angular-eslint/template-parser": "13.1.0",
@@ -83,7 +83,7 @@
"jest-createspyobj": "2.0.0", "jest-createspyobj": "2.0.0",
"jest-preset-angular": "8.3.2", "jest-preset-angular": "8.3.2",
"markdown-loader": "^6.0.0", "markdown-loader": "^6.0.0",
"ng-packagr": "^12.2.7", "ng-packagr": "^13.3.0",
"ngx-bootstrap": "7.1.0", "ngx-bootstrap": "7.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"protractor": "~7.0.0", "protractor": "~7.0.0",
@@ -94,7 +94,7 @@
"ts-node": "8.3.0", "ts-node": "8.3.0",
"tslint": "^6.1.0", "tslint": "^6.1.0",
"tslint-config-valorsoft": "^2.2.1", "tslint-config-valorsoft": "^2.2.1",
"typescript": "4.3.5", "typescript": "4.6.3",
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"contributors": [ "contributors": [
@@ -121,6 +121,6 @@
], ],
"dependencies": { "dependencies": {
"@nrwl/workspace": "^12.8.0", "@nrwl/workspace": "^12.8.0",
"tslib": "^2.0.0" "tslib": "^2.3.1"
} }
} }