update dependencies
This commit is contained in:
parent
787ad5fdec
commit
5303155f7a
2398
package-lock.json
generated
2398
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
68
package.json
68
package.json
@ -27,62 +27,62 @@
|
||||
"homepage": "https://github.com/Kononnable/typeorm-model-generator#readme",
|
||||
"dependencies": {
|
||||
"change-case": "^4.1.2",
|
||||
"fs-extra": "^9.0.1",
|
||||
"handlebars": "^4.7.6",
|
||||
"fs-extra": "^9.1.0",
|
||||
"handlebars": "^4.7.7",
|
||||
"inquirer": "^7.3.3",
|
||||
"mssql": "^6.3.1",
|
||||
"mysql2": "^2.2.5",
|
||||
"pg": "^8.5.1",
|
||||
"mssql": "^6.3.2",
|
||||
"mysql2": "^2.3.0",
|
||||
"pg": "^8.7.1",
|
||||
"pluralize": "^8.0.0",
|
||||
"prettier": "^2.2.1",
|
||||
"prettier": "^2.3.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^5.0.0",
|
||||
"typeorm": "^0.2.29",
|
||||
"sqlite3": "^5.0.2",
|
||||
"typeorm": "^0.2.37",
|
||||
"yargs": "^16.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/array.prototype.flatmap": "^1.2.2",
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/chai-as-promised": "^7.1.3",
|
||||
"@types/chai": "^4.2.21",
|
||||
"@types/chai-as-promised": "^7.1.4",
|
||||
"@types/chai-subset": "^1.3.3",
|
||||
"@types/eslint": "^7.2.6",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/eslint": "^7.28.0",
|
||||
"@types/fs-extra": "^9.0.12",
|
||||
"@types/handlebars": "^4.1.0",
|
||||
"@types/inquirer": "^7.3.1",
|
||||
"@types/mocha": "^8.2.0",
|
||||
"@types/mssql": "^6.0.7",
|
||||
"@types/mysql": "^2.15.17",
|
||||
"@types/node": "^14.14.20",
|
||||
"@types/oracledb": "^5.1.0",
|
||||
"@types/pg": "^7.14.7",
|
||||
"@types/inquirer": "^7.3.3",
|
||||
"@types/mocha": "^8.2.3",
|
||||
"@types/mssql": "^6.0.8",
|
||||
"@types/mysql": "^2.15.19",
|
||||
"@types/node": "^14.17.15",
|
||||
"@types/oracledb": "^5.2.1",
|
||||
"@types/pg": "^7.14.11",
|
||||
"@types/pluralize": "0.0.29",
|
||||
"@types/prettier": "^2.1.6",
|
||||
"@types/sinon": "^9.0.10",
|
||||
"@types/sqlite3": "^3.1.6",
|
||||
"@types/yargs": "^15.0.12",
|
||||
"@types/prettier": "^2.3.2",
|
||||
"@types/sinon": "^9.0.11",
|
||||
"@types/sqlite3": "^3.1.7",
|
||||
"@types/yargs": "^15.0.14",
|
||||
"@typescript-eslint/eslint-plugin": "^3.7.1",
|
||||
"@typescript-eslint/parser": "^3.7.1",
|
||||
"@typescript-eslint/typescript-estree": "^3.7.1",
|
||||
"array.prototype.flatmap": "^1.2.4",
|
||||
"chai": "^4.2.0",
|
||||
"chai": "^4.3.4",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-subset": "^1.6.0",
|
||||
"codecov": "^3.8.1",
|
||||
"dotenv": "^8.2.0",
|
||||
"eslint": "^7.17.0",
|
||||
"codecov": "^3.8.3",
|
||||
"dotenv": "^8.6.0",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-airbnb-base": "^14.2.1",
|
||||
"eslint-config-prettier": "^6.15.0",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"husky": "^4.3.7",
|
||||
"lint-staged": "^10.5.3",
|
||||
"mocha": "^8.2.1",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^10.5.4",
|
||||
"mocha": "^8.4.0",
|
||||
"ncp": "^2.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"rimraf": "^3.0.2",
|
||||
"sinon": "^9.2.3",
|
||||
"sinon-chai": "^3.5.0",
|
||||
"sinon": "^9.2.4",
|
||||
"sinon-chai": "^3.7.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3",
|
||||
"typescript": "^4.4.2",
|
||||
"yn": "^4.0.0"
|
||||
},
|
||||
"husky": {
|
||||
|
Loading…
Reference in New Issue
Block a user