update dependencies
This commit is contained in:
parent
d09bfeef0f
commit
c6a7252c00
627
package-lock.json
generated
627
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -28,11 +28,11 @@
|
||||
"dependencies": {
|
||||
"change-case": "^4.1.1",
|
||||
"fs-extra": "^9.0.0",
|
||||
"handlebars": "^4.7.3",
|
||||
"handlebars": "^4.7.6",
|
||||
"inquirer": "^7.1.0",
|
||||
"mssql": "^6.2.0",
|
||||
"mysql": "^2.18.1",
|
||||
"pg": "^7.18.2",
|
||||
"pg": "^8.0.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^2.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
@ -45,24 +45,24 @@
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/chai-as-promised": "^7.1.2",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/eslint": "^6.1.8",
|
||||
"@types/eslint": "^6.1.9",
|
||||
"@types/fs-extra": "^8.1.0",
|
||||
"@types/handlebars": "^4.1.0",
|
||||
"@types/inquirer": "^6.5.0",
|
||||
"@types/mocha": "^7.0.2",
|
||||
"@types/mssql": "^6.0.0",
|
||||
"@types/mysql": "^2.15.9",
|
||||
"@types/node": "^13.9.3",
|
||||
"@types/node": "^13.11.0",
|
||||
"@types/oracledb": "^4.2.0",
|
||||
"@types/pg": "^7.14.3",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prettier": "^1.19.1",
|
||||
"@types/sinon": "^7.5.2",
|
||||
"@types/prettier": "^2.0.0",
|
||||
"@types/sinon": "^9.0.0",
|
||||
"@types/sqlite3": "^3.1.6",
|
||||
"@types/yargs": "^15.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.25.0",
|
||||
"@typescript-eslint/parser": "^2.25.0",
|
||||
"@typescript-eslint/typescript-estree": "^2.25.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.26.0",
|
||||
"@typescript-eslint/parser": "^2.26.0",
|
||||
"@typescript-eslint/typescript-estree": "^2.26.0",
|
||||
"array.prototype.flatmap": "^1.2.3",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
@ -72,12 +72,12 @@
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "^14.1.0",
|
||||
"eslint-config-prettier": "^6.10.1",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-import": "^2.20.2",
|
||||
"husky": "^4.2.3",
|
||||
"lint-staged": "^10.0.9",
|
||||
"lint-staged": "^10.1.1",
|
||||
"mocha": "^7.1.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nyc": "^15.0.0",
|
||||
"nyc": "^15.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"sinon": "^9.0.1",
|
||||
"sinon-chai": "^3.5.0",
|
||||
|
Loading…
Reference in New Issue
Block a user