Skip to content

Commit

Permalink
feat(core): Update TypeORM to 0.2.18, compatible with sql.js 1.0
Browse files Browse the repository at this point in the history
Also updated a couple of other deps to work with Node v12
  • Loading branch information
michaelbromley committed Jun 6, 2019
1 parent ae1145a commit 7eda23b
Show file tree
Hide file tree
Showing 2 changed files with 2,678 additions and 2,891 deletions.
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@nestjs/typeorm": "^6.0.0",
"@vendure/common": "^0.1.2-beta.3",
"apollo-server-express": "^2.4.0",
"bcrypt": "^3.0.3",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"chalk": "^2.4.2",
"commander": "^2.19.0",
Expand All @@ -66,7 +66,7 @@
"progress": "^2.0.3",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.3.3",
"typeorm": "0.2.15"
"typeorm": "0.2.18"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
Expand All @@ -90,7 +90,7 @@
"graphql-request": "^1.8.2",
"gulp": "^4.0.0",
"mysql": "^2.16.0",
"node-libcurl": "^1.3.3",
"node-libcurl": "^2.0.0",
"pg": "^7.8.0",
"rimraf": "^2.6.3",
"sql.js": "^0.5.0",
Expand Down
Loading

0 comments on commit 7eda23b

Please sign in to comment.