Skip to content

Commit

Permalink
fix(deps): update dependency @n1ru4l/graphql-live-query-patch-json-pa…
Browse files Browse the repository at this point in the history
…tch to v0.5.1 (#370)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 7, 2021
1 parent af6eb16 commit 986e3d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@n1ru4l/graphql-live-query": "0.8.1",
"@n1ru4l/graphql-live-query-patch-json-patch": "0.5.0",
"@n1ru4l/graphql-live-query-patch-json-patch": "0.5.1",
"@n1ru4l/in-memory-live-query-store": "0.7.2",
"@n1ru4l/socket-io-graphql-server": "0.10.0",
"@tinyhttp/app": "2.0.5",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1845,10 +1845,10 @@
"@types/yargs" "^16.0.0"
chalk "^4.0.0"

"@n1ru4l/graphql-live-query-patch-json-patch@0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch-json-patch/-/graphql-live-query-patch-json-patch-0.5.0.tgz#5ff4d86e86f46257f8b7ada518b3da5018795122"
integrity sha512-aFaAO06gyfBFoWajI2ibxQhO4OKCxbAuevwYzIDDQcATvIwQFFKqvzHdZpTjp8TKlblbSejUcCp3bNG23Dk+4g==
"@n1ru4l/graphql-live-query-patch-json-patch@0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@n1ru4l/graphql-live-query-patch-json-patch/-/graphql-live-query-patch-json-patch-0.5.1.tgz#38ff94c38691161f1beebce6ed64f2370612b791"
integrity sha512-75RVo6growBWCwHMfqPAytV0d6ZWMxGPJyugYfGbGvb27bBO4W+/agPeU3iFHf1T7mW78tIQHrThR6rkGAIdSw==
dependencies:
"@n1ru4l/graphql-live-query-patch" "^0.5.0"
fast-json-patch "3.1.0"
Expand Down

1 comment on commit 986e3d8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This image has been published to DockerHub. 🐋
You can easily try this build out locally with Docker.
docker run -p 4000:4000 n1ru4l/character-overlay:986e3d86319890eb7bf99b8c83f56307bac74f2b

Please sign in to comment.