Skip to content
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.

Commit

Permalink
chore(deps): update dependencies, fix animations (#52)
Browse files Browse the repository at this point in the history
- [X] update project dependencies;
- [X] fix tsconfig angular compiler options;
- [X] get back
missing hammerjs

BREAKING CHANGE: reinstall project dependencies
  • Loading branch information
rfprod authored Jan 29, 2021
1 parent 208731b commit 6aa0371
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 250 deletions.
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"options": {
"allowedCommonJsDependencies": [],
"allowedCommonJsDependencies": ["hammerjs"],
"aot": true,
"assets": ["src/favicon.ico", "src/assets", "src/manifest.webmanifest"],
"baseHref": "/",
Expand Down
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@
}
},
"dependencies": {
"@angular/animations": "11.1.0",
"@angular/cdk": "11.1.0",
"@angular/common": "11.1.0",
"@angular/compiler": "11.1.0",
"@angular/core": "11.1.0",
"@angular/elements": "11.1.0",
"@angular/animations": "11.1.1",
"@angular/cdk": "11.1.1",
"@angular/common": "11.1.1",
"@angular/compiler": "11.1.1",
"@angular/core": "11.1.1",
"@angular/elements": "11.1.1",
"@angular/flex-layout": "11.0.0-beta.33",
"@angular/forms": "11.1.0",
"@angular/material": "11.1.0",
"@angular/material-moment-adapter": "11.1.0",
"@angular/platform-browser": "11.1.0",
"@angular/platform-browser-dynamic": "11.1.0",
"@angular/pwa": "0.1101.0",
"@angular/router": "11.1.0",
"@angular/service-worker": "11.1.0",
"@angular/forms": "11.1.1",
"@angular/material": "11.1.1",
"@angular/material-moment-adapter": "11.1.1",
"@angular/platform-browser": "11.1.1",
"@angular/platform-browser-dynamic": "11.1.1",
"@angular/pwa": "0.1101.2",
"@angular/router": "11.1.1",
"@angular/service-worker": "11.1.1",
"@ngxs/form-plugin": "3.7.1",
"@ngxs/router-plugin": "3.7.1",
"@ngxs/store": "3.7.1",
Expand All @@ -103,7 +103,7 @@
"core-js": "3.8.3",
"express": "4.17.1",
"jwt-simple": "0.5.6",
"marked": "1.2.7",
"marked": "1.2.8",
"material-design-icon-fonts": "3.0.1",
"moment": "2.29.1",
"roboto-fontface": "0.10.0",
Expand All @@ -112,46 +112,47 @@
},
"devDependencies": {
"@angular-builders/jest": "11.0.0",
"@angular-devkit/build-angular": "0.1101.0",
"@angular-devkit/core": "11.1.0",
"@angular-devkit/schematics": "11.1.0",
"@angular-devkit/build-angular": "0.1101.2",
"@angular-devkit/core": "11.1.2",
"@angular-devkit/schematics": "11.1.2",
"@angular-eslint/builder": "1.1.0",
"@angular-eslint/eslint-plugin": "1.1.0",
"@angular-eslint/eslint-plugin-template": "1.1.0",
"@angular-eslint/template-parser": "1.1.0",
"@angular/cli": "11.1.0",
"@angular/compiler-cli": "11.1.0",
"@angular/language-service": "11.1.0",
"@angular/cli": "11.1.2",
"@angular/compiler-cli": "11.1.1",
"@angular/language-service": "11.1.1",
"@briebug/cypress-schematic": "4.4.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@cypress/webpack-preprocessor": "5.5.0",
"@ngxs/devtools-plugin": "3.7.1",
"@ngxs/logger-plugin": "3.7.1",
"@types/hammerjs": "2.0.36",
"@types/hammerjs": "2.0.38",
"@types/jest": "26.0.20",
"@types/jsdom": "16.2.6",
"@types/marked": "1.2.1",
"@types/node": "14.14.22",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"@typescript-eslint/eslint-plugin": "4.14.1",
"@typescript-eslint/parser": "4.14.1",
"codelyzer": "6.0.1",
"cypress": "6.3.0",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-compat": "3.9.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "31.0.8",
"eslint-plugin-prefer-arrow": "1.2.2",
"eslint-plugin-jsdoc": "31.4.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-rxjs": "2.1.7",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-watch": "7.0.0",
"firebase": "8.2.3",
"firebase": "8.2.4",
"firebase-admin": "9.4.2",
"firebase-functions": "3.13.1",
"firebase-tools": "9.2.1",
"firebase-tools": "9.2.2",
"hammerjs": "^2.0.8",
"husky": "4.3.8",
"jest": "26.6.3",
"jest-preset-angular": "8.3.2",
Expand All @@ -174,4 +175,4 @@
"node": ">=14.8.0",
"npm": ">=6.14.8"
}
}
}
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'hammerjs';

import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

Expand Down
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"enableIvy": true,
"enableResourceInlining": true,
"fullTemplateTypeCheck": true,
"skipTemplateCodegen": true,
"strictInjectionParameters": true,
"strictMetadataEmit": true,
"strictTemplates": true
},
"compileOnSave": false,
Expand Down
Loading

0 comments on commit 6aa0371

Please sign in to comment.