Bump dependencies

This commit is contained in:
Arnaud 2024-10-23 17:10:34 +02:00
parent 94d78d9828
commit 22206c08b2
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

8
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@codex-storage/marketplace-ui-components": "^0.0.25",
"@codex-storage/sdk-js": "^0.0.8",
"@codex-storage/sdk-js": "^0.0.9",
"@sentry/browser": "^8.32.0",
"@sentry/react": "^8.31.0",
"@tanstack/react-query": "^5.51.15",
@ -398,9 +398,9 @@
}
},
"node_modules/@codex-storage/sdk-js": {
"version": "0.0.8",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.0.8.tgz",
"integrity": "sha512-NSHwDpWmRVHlCJHUDVr7FZ0HBxpyoFNXHTjPqOPeQDaGlN+5Yzf/9aBU+lmYVdvIk68BQIzlScMIisRf8IYw9A==",
"version": "0.0.9",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.0.9.tgz",
"integrity": "sha512-HZvfMa0ss155+Q8oxLDHBeCGvIZfWA9/m0it01z3SS7WQvwtIrP2XiWj82LJxl3u98P5yXhfHyj4K44eTI/ibw==",
"dependencies": {
"valibot": "^0.32.0"
},