-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update dependencies #176
Update dependencies #176
Conversation
The merge-base changed after approval.
Looks like it's having trouble resolving the ref-napi module? |
I think it needs to be updated with base branch to get the latest changes from #170. |
wrappers/javascript/yarn.lock
Outdated
@@ -1288,6 +1143,7 @@ | |||
"@types/ref-struct-di" "*" | |||
|
|||
"@types/2060.io__ref-napi@npm:@types/ref-napi", "@types/ref-napi@*": |
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.
CI still failing 😭. It looks like it will also need to clean yarn lock file + yarn install
for it to properly fetch the new types dependencies.
4cfaf3d
to
89d6fd6
Compare
wrappers/javascript/yarn.lock
Outdated
@@ -1456,7 +1290,15 @@ | |||
dependencies: | |||
"@types/ref-napi" "*" | |||
|
|||
"@types/ref-struct-di@*", "@types/ref-struct-di@^1.1.6": | |||
"@types/ref-napi@*": | |||
name "@types/2060.io__ref-napi" |
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.
I think this replacement came from the previous types config that might be cached somewhere (@types/2060.io__ref-napi does not actually exist). I could solve this locally by deleting it from yarn.lock (or removing the yarn lock file entirely) and running yarn install
again. That way it will retrieve the actual @types/ref-napi
package as it should be in the first place.
89d6fd6
to
313efec
Compare
Signed-off-by: Berend Sliedrecht <[email protected]>
313efec
to
d06ffcf
Compare
cd4fd85
into
openwallet-foundation:main
…date-dependencies Update dependencies
depends on #170
Updated lerna to newer version to remove dependabot security issues.