Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Sep 1, 2020
1 parent da1f06e commit ee0f70e
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 153 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"private": false,
"dependencies": {
"@angular/animations": "10.0.11",
"@angular/common": "10.0.11",
"@angular/compiler": "10.0.11",
"@angular/core": "10.0.11",
"@angular/forms": "10.0.11",
"@angular/localize": "10.0.11",
"@angular/platform-browser": "10.0.11",
"@angular/platform-browser-dynamic": "10.0.11",
"@angular/platform-server": "10.0.11",
"@angular/router": "10.0.11",
"@angular/animations": "10.0.14",
"@angular/common": "10.0.14",
"@angular/compiler": "10.0.14",
"@angular/core": "10.0.14",
"@angular/forms": "10.0.14",
"@angular/localize": "10.0.14",
"@angular/platform-browser": "10.0.14",
"@angular/platform-browser-dynamic": "10.0.14",
"@angular/platform-server": "10.0.14",
"@angular/router": "10.0.14",
"@ng-bootstrap/ng-bootstrap": "7.0.0",
"@ngrx/effects": "10.0.0",
"@ngrx/entity": "10.0.0",
Expand All @@ -50,7 +50,7 @@
"brotli": "1.3.2",
"classlist.js": "1.1.20150312",
"express": "4.17.1",
"express-static-gzip": "2.0.7",
"express-static-gzip": "2.0.8",
"font-awesome": "4.7.0",
"glob": "7.1.6",
"ie11-custom-properties": "4.1.0",
Expand All @@ -61,28 +61,28 @@
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.7",
"@angular-devkit/schematics": "10.0.7",
"@angular/cli": "10.0.7",
"@angular/compiler-cli": "10.0.11",
"@angular/language-service": "10.0.11",
"@angular-devkit/build-angular": "0.1000.8",
"@angular-devkit/schematics": "10.0.8",
"@angular/cli": "10.0.8",
"@angular/compiler-cli": "10.0.14",
"@angular/language-service": "10.0.14",
"@ngrx/store-devtools": "10.0.0",
"@types/compression": "1.7.0",
"@types/express": "4.17.7",
"@types/jasmine": "3.5.12",
"@types/jasmine": "3.5.14",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.6.0",
"@types/node": "14.6.2",
"codelyzer": "6.0.0",
"coveralls": "3.1.0",
"jasmine-core": "3.6.0",
"jasmine-spec-reporter": "5.0.2",
"karma": "5.1.1",
"karma": "5.2.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"protractor": "7.0.0",
"ts-node": "8.10.2",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "3.9.7"
}
Expand Down
Loading

0 comments on commit ee0f70e

Please sign in to comment.