dependencies update
This commit is contained in:
parent
5e4777318c
commit
4abf8efef0
1652
package-lock.json
generated
1652
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -26,20 +26,20 @@
|
||||
},
|
||||
"homepage": "https://github.com/Kononnable/typeorm-model-generator#readme",
|
||||
"dependencies": {
|
||||
"change-case": "^4.1.0",
|
||||
"change-case": "^4.1.1",
|
||||
"fs-extra": "^8.1.0",
|
||||
"handlebars": "^4.5.3",
|
||||
"inquirer": "^7.0.1",
|
||||
"inquirer": "^7.0.2",
|
||||
"mssql": "^6.0.1",
|
||||
"mysql": "^2.17.1",
|
||||
"pg": "^7.15.0",
|
||||
"pg": "^7.17.0",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^1.19.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^4.1.1",
|
||||
"typeorm": "^0.2.21",
|
||||
"typescript": "^3.7.3",
|
||||
"yargs": "^15.0.2",
|
||||
"typeorm": "^0.2.22",
|
||||
"typescript": "^3.7.4",
|
||||
"yargs": "^15.1.0",
|
||||
"yn": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -54,35 +54,35 @@
|
||||
"@types/mocha": "^5.2.7",
|
||||
"@types/mssql": "^6.0.0",
|
||||
"@types/mysql": "^2.15.8",
|
||||
"@types/node": "^12.12.21",
|
||||
"@types/node": "^13.1.4",
|
||||
"@types/oracledb": "^4.1.1",
|
||||
"@types/pg": "^7.11.2",
|
||||
"@types/pg": "^7.14.1",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prettier": "^1.19.0",
|
||||
"@types/sinon": "^7.5.1",
|
||||
"@types/sqlite3": "^3.1.5",
|
||||
"@types/yargs": "^13.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^2.12.0",
|
||||
"@typescript-eslint/parser": "^2.12.0",
|
||||
"@typescript-eslint/typescript-estree": "^2.12.0",
|
||||
"@types/sqlite3": "^3.1.6",
|
||||
"@types/yargs": "^13.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^2.14.0",
|
||||
"@typescript-eslint/parser": "^2.14.0",
|
||||
"@typescript-eslint/typescript-estree": "^2.14.0",
|
||||
"array.prototype.flatmap": "^1.2.3",
|
||||
"chai": "^4.2.0",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-subset": "^1.6.0",
|
||||
"codecov": "^3.6.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-airbnb-base": "^14.0.0",
|
||||
"eslint-config-prettier": "^6.7.0",
|
||||
"eslint-config-prettier": "^6.9.0",
|
||||
"eslint-plugin-import": "^2.19.1",
|
||||
"husky": "^3.1.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"mocha": "^6.2.2",
|
||||
"mocha": "^7.0.0",
|
||||
"ncp": "^2.0.0",
|
||||
"nyc": "^14.1.1",
|
||||
"nyc": "^15.0.0",
|
||||
"rimraf": "^3.0.0",
|
||||
"sinon": "^7.5.0",
|
||||
"sinon-chai": "^3.3.0",
|
||||
"sinon-chai": "^3.4.0",
|
||||
"ts-node": "^8.5.4"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
Reference in New Issue
Block a user