Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade depdencies #249

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
upgrade tsc
I507783 committed Nov 20, 2021
commit 0fba4263a8e9908ffd899ee159649c6e3c037df8
2 changes: 1 addition & 1 deletion commands/seed.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import chalk from 'chalk';
import commander, { option } from 'commander';
import * as commander from 'commander';
import G from 'glob';
import * as path from 'path';
import { createConnection, getConnectionOptions, runSeeder, useSeeding } from 'typeorm-seeding';
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@
"typeorm": "0.2.40",
"typeorm-seeding": "1.6.1",
"typeorm-typedi-extensions": "0.4.1",
"typescript": "^3.6.3",
"typescript": "^4.5.2",
"uuid": "^3.3.2",
"winston": "3.1.0"
},
14,296 changes: 7,208 additions & 7,088 deletions yarn.lock

Large diffs are not rendered by default.