🐛 fix: Fix dependencies
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { x25519 } from '@noble/curves/ed25519';
|
||||
import * as x25519 from '@noble/ed25519';
|
||||
import { toB64Url } from './util';
|
||||
|
||||
/**
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@lottiefiles/dotlottie-react": "^0.15.1",
|
||||
"@noble/curves": "^2.0.0",
|
||||
"@noble/ed25519": "^3.0.0",
|
||||
"@tanstack/react-query": "^5.85.5",
|
||||
"@tanstack/react-query-next-experimental": "^5.85.5",
|
||||
"@workspace/ui": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user