Skip to content

Commit

Permalink
chore(deps): Update minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 603a2d1 commit 03c42da
Show file tree
Hide file tree
Showing 26 changed files with 930 additions and 884 deletions.
141 changes: 74 additions & 67 deletions dgraph-101/api-as/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dgraph-101/api-as/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"pretty:check": "prettier --check ."
},
"dependencies": {
"@hypermode/modus-sdk-as": "^0.16.0",
"@hypermode/modus-sdk-as": "^0.17.0",
"assemblyscript-json": "^1.1.0",
"json-as": "0.9.28"
"json-as": "0.9.29"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
Expand Down
4 changes: 2 additions & 2 deletions dgraph-modus-example/backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module dgraph-modus-example

go 1.23.3

require github.com/hypermodeinc/modus/sdk/go v0.16.1
require github.com/hypermodeinc/modus/sdk/go v0.17.0

require (
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/sjson v1.2.5 // indirect
)
)
8 changes: 2 additions & 6 deletions dgraph-modus-example/backend/go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
github.com/hypermodeinc/modus/sdk/go v0.15.0 h1:xRD4swlxdug4fVVKzY2FQKGUTKK2qLSDb0k/wqDDTOw=
github.com/hypermodeinc/modus/sdk/go v0.15.0/go.mod h1:Tgh2CfZztlmsAi5DAF1s2LhoARF6P61huICuuAd7hvY=
github.com/hypermodeinc/modus/sdk/go v0.16.0 h1:kO43jI1RfDgDJAEg+ilNSJIUHfsSXM2pGuHh/dT0Zec=
github.com/hypermodeinc/modus/sdk/go v0.16.0/go.mod h1:wXGlRRd/Rkxv7QwYfHzc2VoaU91lzWpiZ/zm4sTuD/U=
github.com/hypermodeinc/modus/sdk/go v0.16.1 h1:r4P9jtDI/4t0Lj/aVAezXSSfMOJ2ksuKk5xWuvQAK7g=
github.com/hypermodeinc/modus/sdk/go v0.16.1/go.mod h1:T3yLwJbP8Byf/Z6xovxP90hp8ECnpvajGdmbklW4pAk=
github.com/hypermodeinc/modus/sdk/go v0.17.0 h1:vyS82iw31xuxqQKxiVtwrSNuF6hkMEJoynlcxthAeYM=
github.com/hypermodeinc/modus/sdk/go v0.17.0/go.mod h1:UzVpTQDjloJuErOiNP3Tma3N8crE5qwYfKQyX1ecKlA=
github.com/tidwall/gjson v1.14.2/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
Expand Down
Loading

0 comments on commit 03c42da

Please sign in to comment.