feat: update Angular and Angular CDK packages

This commit is contained in:
Sergey Andrievskiy 2021-11-12 17:09:55 +03:00
parent cabe4bd71a
commit 181331a894
5 changed files with 2634 additions and 6905 deletions

1
.gitignore vendored
View file

@ -23,6 +23,7 @@
!.vscode/extensions.json !.vscode/extensions.json
# misc # misc
/.angular/cache
/.sass-cache /.sass-cache
/connect.lock /connect.lock
/coverage /coverage

View file

@ -146,17 +146,6 @@
} }
] ]
} }
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"src/tsconfig.app.json",
"src/tsconfig.spec.json"
],
"typeCheck": true,
"exclude": []
}
} }
} }
}, },
@ -171,15 +160,6 @@
"protractorConfig": "./protractor.conf.js", "protractorConfig": "./protractor.conf.js",
"devServerTarget": "ngx-admin-demo:serve" "devServerTarget": "ngx-admin-demo:serve"
} }
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"e2e/tsconfig.e2e.json"
],
"exclude": []
}
} }
} }
} }

9475
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,16 +31,16 @@
}, },
"dependencies": { "dependencies": {
"@akveo/ng2-completer": "^9.0.1", "@akveo/ng2-completer": "^9.0.1",
"@angular/animations": "^12.1.0", "@angular/animations": "^13.0.1",
"@angular/cdk": "12.1.0", "@angular/cdk": "13.0.1",
"@angular/common": "^12.1.0", "@angular/common": "^13.0.1",
"@angular/compiler": "^12.1.0", "@angular/compiler": "^13.0.1",
"@angular/core": "^12.1.0", "@angular/core": "^13.0.1",
"@angular/forms": "^12.1.0", "@angular/forms": "^13.0.1",
"@angular/google-maps": "^12.1.0", "@angular/google-maps": "^12.1.0",
"@angular/platform-browser": "^12.1.0", "@angular/platform-browser": "^13.0.1",
"@angular/platform-browser-dynamic": "^12.1.0", "@angular/platform-browser-dynamic": "^13.0.1",
"@angular/router": "^12.1.0", "@angular/router": "^13.0.1",
"@asymmetrik/ngx-leaflet": "3.0.1", "@asymmetrik/ngx-leaflet": "3.0.1",
"@nebular/auth": "8.0.0", "@nebular/auth": "8.0.0",
"@nebular/eva-icons": "8.0.0", "@nebular/eva-icons": "8.0.0",
@ -51,7 +51,6 @@
"bootstrap": "4.3.1", "bootstrap": "4.3.1",
"chart.js": "2.7.1", "chart.js": "2.7.1",
"ckeditor": "4.7.3", "ckeditor": "4.7.3",
"classlist.js": "1.1.20150312",
"core-js": "2.5.1", "core-js": "2.5.1",
"echarts": "^4.0.2", "echarts": "^4.0.2",
"eva-icons": "^1.1.3", "eva-icons": "^1.1.3",
@ -73,14 +72,13 @@
"tinymce": "4.5.7", "tinymce": "4.5.7",
"tslib": "^2.1.0", "tslib": "^2.1.0",
"typeface-exo": "0.0.22", "typeface-exo": "0.0.22",
"web-animations-js": "^2.3.2",
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~12.1.0", "@angular-devkit/build-angular": "~13.0.2",
"@angular/cli": "^12.1.0", "@angular/cli": "^13.0.2",
"@angular/compiler-cli": "^12.1.0", "@angular/compiler-cli": "^13.0.1",
"@angular/language-service": "12.1.0", "@angular/language-service": "13.0.1",
"@compodoc/compodoc": "1.0.1", "@compodoc/compodoc": "1.0.1",
"@fortawesome/fontawesome-free": "^5.2.0", "@fortawesome/fontawesome-free": "^5.2.0",
"@types/d3-color": "1.0.5", "@types/d3-color": "1.0.5",
@ -106,6 +104,6 @@
"ts-node": "3.2.2", "ts-node": "3.2.2",
"tslint": "~6.1.0", "tslint": "~6.1.0",
"tslint-language-service": "^0.9.9", "tslint-language-service": "^0.9.9",
"typescript": "^4.2.3" "typescript": "^4.4.4"
} }
} }

View file

@ -16,14 +16,7 @@
/*************************************************************************************************** /***************************************************************************************************
* BROWSER POLYFILLS * BROWSER POLYFILLS
*/ */ // Run `npm install --save classlist.js`. // Run `npm install --save web-animations-js`.
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js'; // Run `npm install --save classlist.js`.
/** IE10 and IE11 requires the following to support `@angular/animation`. */
import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/** Evergreen browsers require these. **/ /** Evergreen browsers require these. **/
@ -31,10 +24,6 @@ import 'core-js/es6/reflect';
import 'core-js/es7/reflect'; import 'core-js/es7/reflect';
/** ALL Firefox browsers require the following to support `@angular/animation`. **/
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
/*************************************************************************************************** /***************************************************************************************************
* Zone JS is required by Angular itself. * Zone JS is required by Angular itself.
*/ */