Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saerdnaer committed Dec 24, 2021
1 parent 271d1f1 commit 911e1f0
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 234 deletions.
10 changes: 5 additions & 5 deletions c3d-core/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"dependencies": {
"node-pg-migrate": "^4.2.2",
"pg": "^7.6.1"
"node-pg-migrate": "^6.2.0",
"pg": "^8.7.1"
},
"scripts": {
"migrate": "node-pg-migrate up --compiler=ts:ts-node/register",
"migration:new": "DATABASE_URL=postgres node-pg-migrate create migration --migration-file-language ts"
},
"devDependencies": {
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}
}
Loading

0 comments on commit 911e1f0

Please sign in to comment.