update dependencies
This commit is contained in:
parent
1d60414a98
commit
26d531f7a4
1393
package-lock.json
generated
1393
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
48
package.json
48
package.json
@ -30,36 +30,36 @@
|
||||
"fs-extra": "^9.0.1",
|
||||
"handlebars": "^4.7.6",
|
||||
"inquirer": "^7.3.3",
|
||||
"mssql": "^6.2.1",
|
||||
"mssql": "^6.2.3",
|
||||
"mysql": "^2.18.1",
|
||||
"pg": "^8.3.3",
|
||||
"pg": "^8.5.1",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^2.1.1",
|
||||
"prettier": "^2.1.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^5.0.0",
|
||||
"typeorm": "^0.2.26",
|
||||
"yargs": "^16.0.3"
|
||||
"typeorm": "^0.2.29",
|
||||
"yargs": "^16.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/array.prototype.flatmap": "^1.2.2",
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/chai-as-promised": "^7.1.3",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/eslint": "^7.2.2",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/eslint": "^7.2.4",
|
||||
"@types/fs-extra": "^9.0.4",
|
||||
"@types/handlebars": "^4.1.0",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/mssql": "^6.0.4",
|
||||
"@types/mocha": "^8.0.4",
|
||||
"@types/mssql": "^6.0.5",
|
||||
"@types/mysql": "^2.15.15",
|
||||
"@types/node": "^14.10.1",
|
||||
"@types/node": "^14.14.7",
|
||||
"@types/oracledb": "^5.0.0",
|
||||
"@types/pg": "^7.14.4",
|
||||
"@types/pg": "^7.14.6",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prettier": "^2.1.0",
|
||||
"@types/sinon": "^9.0.5",
|
||||
"@types/prettier": "^2.1.5",
|
||||
"@types/sinon": "^9.0.8",
|
||||
"@types/sqlite3": "^3.1.6",
|
||||
"@types/yargs": "^15.0.5",
|
||||
"@types/yargs": "^15.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "^3.7.1",
|
||||
"@typescript-eslint/parser": "^3.7.1",
|
||||
"@typescript-eslint/typescript-estree": "^3.7.1",
|
||||
@ -67,22 +67,22 @@
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-subset": "^1.6.0",
|
||||
"codecov": "^3.7.2",
|
||||
"codecov": "^3.8.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^7.8.1",
|
||||
"eslint-config-airbnb-base": "^14.2.0",
|
||||
"eslint-config-prettier": "^6.11.0",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint": "^7.13.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.3.0",
|
||||
"mocha": "^8.1.3",
|
||||
"lint-staged": "^10.5.1",
|
||||
"mocha": "^8.2.1",
|
||||
"ncp": "^2.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sinon": "^9.0.3",
|
||||
"sinon": "^9.2.1",
|
||||
"sinon-chai": "^3.5.0",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.2",
|
||||
"typescript": "^4.0.5",
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
Reference in New Issue
Block a user