(dependencies) Updated Angular, Angular Material and various other dependencies

This commit is contained in:
sercan 2021-08-11 22:25:15 +03:00
parent 3dda8479cf
commit db9a2a2433
4 changed files with 755 additions and 815 deletions

View File

@ -12,7 +12,7 @@ Run `ng generate component component-name` to generate a new component. You can
## Build ## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests ## Running unit tests
@ -20,7 +20,7 @@ Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.
## Running end-to-end tests ## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help ## Further help

1521
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,17 +13,17 @@
"lint": "ng lint" "lint": "ng lint"
}, },
"dependencies": { "dependencies": {
"@angular/animations": "12.1.4", "@angular/animations": "12.2.0",
"@angular/cdk": "12.1.4", "@angular/cdk": "12.2.0",
"@angular/common": "12.1.4", "@angular/common": "12.2.0",
"@angular/compiler": "12.1.4", "@angular/compiler": "12.2.0",
"@angular/core": "12.1.4", "@angular/core": "12.2.0",
"@angular/forms": "12.1.4", "@angular/forms": "12.2.0",
"@angular/material": "12.1.4", "@angular/material": "12.2.0",
"@angular/material-moment-adapter": "12.1.4", "@angular/material-moment-adapter": "12.2.0",
"@angular/platform-browser": "12.1.4", "@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.1.4", "@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.1.4", "@angular/router": "12.2.0",
"@fullcalendar/angular": "4.4.5-beta", "@fullcalendar/angular": "4.4.5-beta",
"@fullcalendar/core": "4.4.2", "@fullcalendar/core": "4.4.2",
"@fullcalendar/daygrid": "4.4.2", "@fullcalendar/daygrid": "4.4.2",
@ -35,7 +35,7 @@
"@ngneat/transloco": "2.22.0", "@ngneat/transloco": "2.22.0",
"apexcharts": "3.27.3", "apexcharts": "3.27.3",
"crypto-js": "3.3.0", "crypto-js": "3.3.0",
"highlight.js": "11.1.0", "highlight.js": "11.2.0",
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"moment": "2.29.1", "moment": "2.29.1",
"ng-apexcharts": "1.5.12", "ng-apexcharts": "1.5.12",
@ -50,14 +50,14 @@
"zone.js": "0.11.4" "zone.js": "0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "12.1.4", "@angular-devkit/build-angular": "12.2.0",
"@angular-eslint/builder": "12.3.1", "@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1", "@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1", "@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1", "@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1", "@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.1.4", "@angular/cli": "12.2.0",
"@angular/compiler-cli": "12.1.4", "@angular/compiler-cli": "12.2.0",
"@tailwindcss/aspect-ratio": "0.2.1", "@tailwindcss/aspect-ratio": "0.2.1",
"@tailwindcss/line-clamp": "0.2.1", "@tailwindcss/line-clamp": "0.2.1",
"@tailwindcss/typography": "0.4.1", "@tailwindcss/typography": "0.4.1",
@ -65,15 +65,15 @@
"@types/crypto-js": "3.1.47", "@types/crypto-js": "3.1.47",
"@types/highlight.js": "10.1.0", "@types/highlight.js": "10.1.0",
"@types/jasmine": "3.8.2", "@types/jasmine": "3.8.2",
"@types/lodash": "4.14.171", "@types/lodash": "4.14.172",
"@types/lodash-es": "4.17.4", "@types/lodash-es": "4.17.4",
"@types/node": "12.20.17", "@types/node": "12.20.19",
"@typescript-eslint/eslint-plugin": "4.28.5", "@typescript-eslint/eslint-plugin": "4.29.1",
"@typescript-eslint/parser": "4.28.5", "@typescript-eslint/parser": "4.29.1",
"autoprefixer": "10.3.1", "autoprefixer": "10.3.1",
"chroma-js": "2.1.2", "chroma-js": "2.1.2",
"eslint": "7.31.0", "eslint": "7.32.0",
"eslint-plugin-import": "2.23.4", "eslint-plugin-import": "2.24.0",
"eslint-plugin-jsdoc": "36.0.6", "eslint-plugin-jsdoc": "36.0.6",
"eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "3.8.0", "jasmine-core": "3.8.0",

View File

@ -14,7 +14,8 @@ declare const require: {
// First, initialize the Angular testing environment. // First, initialize the Angular testing environment.
getTestBed().initTestEnvironment( getTestBed().initTestEnvironment(
BrowserDynamicTestingModule, BrowserDynamicTestingModule,
platformBrowserDynamicTesting() platformBrowserDynamicTesting(),
{teardown: {destroyAfterEach: true}}
); );
// Then we find all the tests. // Then we find all the tests.