Skip to content

Commit

Permalink
fix: unbreak metadata handling for badges
Browse files Browse the repository at this point in the history
We recently released support for "badges" in asset metadata [0].
Since the penumbers app was pulling from the asset registry remotely,
this broke the app. We should probably switch to using bundled registry
data instead. For now, though, I've bumped all the Penumbra JS deps to
their latest versions, which unbreaks the site.

Refs #9.
  • Loading branch information
conorsch committed Oct 31, 2024
1 parent 1f1c0db commit f97935f
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"typecheck": "tsc"
},
"dependencies": {
"@penumbra-labs/registry": "^11.3.1",
"@penumbra-zone/protobuf": "^6.1.0",
"@penumbra-zone/types": "^24.0.0",
"@penumbra-zone/ui": "^10.0.2",
"@penumbra-labs/registry": "^11.5.0",
"@penumbra-zone/protobuf": "^6.3.0",
"@penumbra-zone/types": "^26.1.0",
"@penumbra-zone/ui": "^12.2.1",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
Expand Down

0 comments on commit f97935f

Please sign in to comment.