Update NPM

This commit is contained in:
Jack Anderson 2021-02-17 15:04:17 +00:00 committed by Dillon-Brown
parent 0e80c7344b
commit f3a6d6273a
2 changed files with 583 additions and 227 deletions

800
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -54,11 +54,11 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1101.2",
"@angular-devkit/build-angular": "^0.1101.4",
"@angular-eslint/builder": "0.0.1-alpha.18",
"@angular/cli": "^11.1.2",
"@angular/compiler-cli": "^11.1.2",
"@angular/language-service": "^11.1.2",
"@angular/cli": "^11.2.0",
"@angular/compiler-cli": "^11.2.0",
"@angular/language-service": "^11.2.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.6",
"@types/lodash-es": "^4.17.4",
@ -86,6 +86,6 @@
"prettier": "^1.16.1",
"protractor": "~7.0.0",
"ts-node": "^8.10.1",
"typescript": "~4.0.5"
"typescript": "^4.0.7"
}
}