Skip to content

Commit

Permalink
update examples (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji-kharse authored Aug 29, 2024
1 parent 9999f6b commit d0de05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "simple",
"dependencies": {
"dgraph-js": "^21.3.1",
"dgraph-js": "^24.0.0",
"@grpc/grpc-js": "1.8.22"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/tls/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tls",
"dependencies": {
"dgraph-js": "^21.3.1"
"dgraph-js": "^24.0.0"
},
"scripts": {
"example": "node index.js",
Expand Down

0 comments on commit d0de05c

Please sign in to comment.