dependencies update

This commit is contained in:
Kononnable 2019-06-05 18:31:04 +02:00
parent 3a032fa12b
commit 0b74805c1a
2 changed files with 963 additions and 2129 deletions

3032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -25,49 +25,49 @@
"homepage": "https://github.com/Kononnable/typeorm-model-generator#readme",
"dependencies": {
"change-case": "^3.1.0",
"fs-extra": "^7.0.1",
"handlebars": "^4.0.12",
"inquirer": "^6.2.2",
"mssql": "^4.3.2",
"mysql": "^2.16.0",
"pg": "^7.8.1",
"fs-extra": "^8.0.1",
"handlebars": "^4.1.2",
"inquirer": "^6.3.1",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"pg": "^7.11.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^4.0.6",
"typeorm": "^0.2.13",
"typescript": "^3.3.3333",
"yargs": "^13.2.1",
"yn": "^2.0.0"
"sqlite3": "^4.0.8",
"typeorm": "^0.2.18",
"typescript": "^3.5.1",
"yargs": "^13.2.4",
"yn": "^3.1.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "7.1.0",
"@types/chai-subset": "^1.3.2",
"@types/fs-extra": "^5.0.5",
"@types/handlebars": "^4.0.40",
"@types/inquirer": "0.0.44",
"@types/mocha": "^5.2.6",
"@types/mssql": "^4.0.12",
"@types/mysql": "2.15.5",
"@types/node": "^11.10.4",
"@types/oracledb": "^1.11.34",
"@types/pg": "^7.4.13",
"@types/sinon": "^7.0.8",
"@types/yargs": "^12.0.1",
"@types/fs-extra": "^7.0.0",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^6.0.3",
"@types/mocha": "^5.2.7",
"@types/mssql": "^4.0.14",
"@types/mysql": "^2.15.6",
"@types/node": "^12.0.4",
"@types/oracledb": "^3.1.1",
"@types/pg": "^7.4.14",
"@types/sinon": "^7.0.12",
"@types/yargs": "^13.0.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"codecov": "^3.2.0",
"dotenv": "^6.2.0",
"husky": "^1.3.1",
"codecov": "^3.5.0",
"dotenv": "^8.0.0",
"husky": "^2.3.0",
"istanbul": "^0.4.5",
"lint-staged": "^8.1.5",
"mocha": "^6.0.2",
"prettier": "^1.16.4",
"lint-staged": "^8.1.7",
"mocha": "^6.1.4",
"prettier": "^1.17.1",
"remap-istanbul": "^0.13.0",
"rimraf": "^2.6.3",
"sinon": "^7.2.6",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0",
"tslint": "^5.13.1",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0"
},
"husky": {