Skip to content

Commit

Permalink
chore: update containers dependencies (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanaburayyan authored Mar 15, 2024
1 parent e237587 commit ca3a38e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglibs/postgres",
"version": "0.0.7",
"version": "0.0.8",
"description": "Postgres support for Wing",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@rybickic/cdktf-provider-neon": "^1.0.0",
"@cdktf/provider-aws": "^18.0.4",
"@winglibs/containers": "^0.0.18",
"@winglibs/containers": "^0.0.22",
"pg": "^8.11.3"
},
"license": "MIT"
Expand Down
4 changes: 2 additions & 2 deletions redis/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@winglibs/redis",
"version": "0.0.3",
"version": "0.0.4",
"description": "Redis resource for Wing",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"license": "MIT",
"dependencies": {
"@winglibs/containers": "^0.0.18",
"@winglibs/containers": "^0.0.22",
"redis": "^4.6.11"
}
}

0 comments on commit ca3a38e

Please sign in to comment.