Update dependencies

This commit is contained in:
Matthew Ross 2020-09-05 14:17:05 -04:00
parent 99d55dcddb
commit a0df9afca1
2 changed files with 848 additions and 1328 deletions

2140
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,15 +51,15 @@
}
},
"dependencies": {
"@angular/animations": "^10.0.11",
"@angular/cdk": "^10.1.3",
"@angular/common": "^10.0.11",
"@angular/compiler": "^10.0.11",
"@angular/core": "^10.0.11",
"@angular/forms": "^10.0.11",
"@angular/platform-browser": "^10.0.11",
"@angular/platform-browser-dynamic": "^10.0.11",
"@angular/router": "^10.0.11",
"@angular/animations": "^10.1.0",
"@angular/cdk": "^10.2.0",
"@angular/common": "^10.1.0",
"@angular/compiler": "^10.1.0",
"@angular/core": "^10.1.0",
"@angular/forms": "^10.1.0",
"@angular/platform-browser": "^10.1.0",
"@angular/platform-browser-dynamic": "^10.1.0",
"@angular/router": "^10.1.0",
"ajv": "^6.12.4",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "^0.0.17",
@ -73,16 +73,16 @@
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.6",
"@angular/cli": "^10.0.6",
"@angular/compiler-cli": "^10.0.11",
"@angular/language-service": "^10.0.11",
"@angular-devkit/build-angular": "^0.1001.0",
"@angular/cli": "^10.1.0",
"@angular/compiler-cli": "^10.1.0",
"@angular/language-service": "^10.1.0",
"@types/chartist": "^0.11.0",
"@types/highlight.js": "^9.12.4",
"@types/jasmine": "~3.5.12",
"@types/jasmine": "~3.5.14",
"@types/jasminewd2": "~2.0.8",
"@types/marked": "^1.1.0",
"@types/node": "^14.6.0",
"@types/node": "^14.6.4",
"bourbon": "7.0.0",
"bourbon-neat": "4.0.0",
"codelyzer": "^6.0.0",
@ -90,7 +90,7 @@
"jasmine": "^3.6.1",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "~5.0.2",
"karma": "^5.1.1",
"karma": "^5.2.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
@ -99,8 +99,8 @@
"npm-watch": "^0.7.0",
"protractor": "^7.0.0",
"puppeteer": "^5.2.1",
"ts-node": "^8.10.2",
"ts-node": "^9.0.0",
"tslint": "^6.1.3",
"typescript": "^3.9.7"
"typescript": "^4.0.2"
}
}