Skip to content

Commit

Permalink
fix(sequelize): Update sequelize package deps to match hoisted
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed May 4, 2020
1 parent 0b010e7 commit c7f5190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/nest-graphql-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"sequelize-typescript": "1.1.0"
},
"devDependencies": {
"@nestjs/cli": "7.1.2",
"@nestjs/cli": "7.1.4",
"@nestjs/schematics": "7.0.0",
"@nestjs/testing": "7.0.9",
"@types/express": "4.17.6",
"@types/jest": "25.2.1",
"@types/node": "13.13.2",
"@types/node": "13.13.4",
"@types/supertest": "2.0.9",
"jest": "25.5.4",
"prettier": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/query-sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/sequelize": "4.28.8",
"sequelize": "5.21.7",
"sequelize-typescript": "1.1.0",
"sqlite3": "4.1.1",
"sqlite3": "4.2.0",
"ts-mockito": "2.5.0",
"typescript": "3.8.3"
},
Expand Down

0 comments on commit c7f5190

Please sign in to comment.