Skip to content

Commit

Permalink
Bumped version of underlying plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ncthbrt committed Jun 7, 2018
1 parent 59ffbe5 commit 6171654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "reason-nact-postgres",
"version": "5.0.1",
"version": "5.0.2",
"repository": "https://github.com/ncthbrt/reason-nact-postgres",
"author": "Nick Cuthbert (https://github.com/ncthbrt)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"reason-nact": "^4.0.0"
},
"dependencies": {
"nact-persistence-postgres": "^7.2.1"
"nact-persistence-postgres": "^7.2.2"
},
"peerDependencies": {
"reason-nact": "^5.0.0"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -18,9 +18,9 @@ manakin@0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/manakin/-/manakin-0.5.1.tgz#c4a7116f6b00df3d5f1a37ad3ca515d22065a658"

nact-persistence-postgres@^7.2.1:
version "7.2.1"
resolved "https://registry.yarnpkg.com/nact-persistence-postgres/-/nact-persistence-postgres-7.2.1.tgz#e578563ef2ad726553c004a9402b1148e3bad794"
nact-persistence-postgres@^7.2.2:
version "7.2.2"
resolved "https://registry.yarnpkg.com/nact-persistence-postgres/-/nact-persistence-postgres-7.2.2.tgz#a5d0a64a5ec09fffade39a03df668f7a3bf3d6ff"
dependencies:
pg-promise "^8.4.0"

Expand Down

0 comments on commit 6171654

Please sign in to comment.