-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use updated packages #192
use updated packages #192
Conversation
cc @turbocrime |
2ec4357
to
f4b0986
Compare
you updated
edit: wait, that can't be right. the svgr plugin use and url ref aren't in an exported package... |
getters aren't the problem. example branches fdc93fc based on b14f093 with packages built from penumbra-zone/web@3a5c074 getter refactor
37fa0bb based on the tip of main with packages built from penumbra-zone/web@74527df, the last commit before package release
|
you also version bumped vitest, that was the source of the problem. |
b3bdc3a
to
9443f57
Compare
also RM prax-marketing site #182 |
{ | ||
"range": "", | ||
"dependencies": [ | ||
"@penumbra-zone/**", | ||
"@prax-wallet/**" | ||
], | ||
"packages": [ | ||
"**" | ||
] | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this configuration means version specifiers must be exact.
instead of |
follow-up from penumbra-zone/web#1768