Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
salemdar committed Feb 26, 2021
1 parent 1fa7c59 commit 7ea1a97
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 156 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"express": "^4.15.2",
"rxjs": "~6.6.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.2",
Expand All @@ -63,21 +63,21 @@
"@angular/language-service": "~11.2.3",
"@nguniversal/builders": "^11.2.0",
"@types/express": "^4.17.8",
"@types/jasmine": "~3.6.0",
"@types/jasmine": "~3.6.4",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.14.2",
"@types/node": "^14.14.31",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.0.1",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^11.1.2",
"ng-packagr": "^11.2.4",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "~4.1.3"
}
}
}
Loading

0 comments on commit 7ea1a97

Please sign in to comment.