dependencies version upgrade

trying to debug failing CI build
This commit is contained in:
Kononnable 2019-10-12 20:08:10 +02:00
parent 30c2da8446
commit 6ac8460d41
3 changed files with 982 additions and 673 deletions

View File

@ -42,8 +42,7 @@ before_script:
- export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:$LD_LIBRARY_PATH
script:
- docker ps
- docker logs typeorm-mariadb
- travis_retry sh -c 'sleep 60 && docker ps && npm t -- --colors'
- travis_retry sh -c 'sleep 60 && docker ps && docker logs typeorm-mg-mariadb && docker logs typeorm-mg-mysql && npm t -- --colors'
after_success:
- codecov
dd:

1596
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -26,60 +26,60 @@
"dependencies": {
"change-case": "^3.1.0",
"fs-extra": "^8.1.0",
"handlebars": "^4.1.2",
"inquirer": "^6.5.0",
"handlebars": "^4.4.3",
"inquirer": "^7.0.0",
"mssql": "^5.1.0",
"mysql": "^2.17.1",
"pg": "^7.12.0",
"pg": "^7.12.1",
"pluralize": "^8.0.0",
"prettier": "^1.18.2",
"reflect-metadata": "^0.1.13",
"sqlite3": "^4.0.9",
"typeorm": "^0.2.18",
"typescript": "^3.5.3",
"yargs": "^13.3.0",
"sqlite3": "^4.1.0",
"typeorm": "^0.2.19",
"typescript": "^3.6.4",
"yargs": "^14.2.0",
"yn": "^2.0.0"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.1",
"@types/chai-subset": "^1.3.2",
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/chai-subset": "^1.3.3",
"@types/fs-extra": "^8.0.0",
"@types/handlebars": "^4.1.0",
"@types/inquirer": "^6.5.0",
"@types/mocha": "^5.2.7",
"@types/mssql": "^4.0.16",
"@types/mysql": "^2.15.6",
"@types/node": "^12.6.9",
"@types/oracledb": "^3.1.3",
"@types/pg": "^7.4.14",
"@types/mssql": "^4.3.1",
"@types/mysql": "^2.15.7",
"@types/node": "^12.7.12",
"@types/oracledb": "^4.0.4",
"@types/pg": "^7.11.2",
"@types/pluralize": "0.0.29",
"@types/prettier": "^1.18.3",
"@types/sinon": "^7.0.13",
"@types/sinon": "^7.5.0",
"@types/sqlite3": "^3.1.5",
"@types/yargs": "^12.0.1",
"@types/yn": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@typescript-eslint/typescript-estree": "^1.13.0",
"@typescript-eslint/parser": "^2.3.3",
"@typescript-eslint/typescript-estree": "^2.3.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"codecov": "^3.5.0",
"dotenv": "^8.0.0",
"eslint": "^6.1.0",
"codecov": "^3.6.1",
"dotenv": "^8.1.0",
"eslint": "^6.5.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"husky": "^3.0.2",
"lint-staged": "^9.2.1",
"mocha": "^6.2.0",
"husky": "^3.0.8",
"lint-staged": "^9.4.2",
"mocha": "^6.2.1",
"ncp": "^2.0.0",
"nyc": "^14.1.1",
"rimraf": "^2.6.3",
"sinon": "^7.3.2",
"rimraf": "^3.0.0",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"ts-node": "^8.3.0"
"ts-node": "^8.4.1"
},
"husky": {
"hooks": {