Bum dependencies

This commit is contained in:
Arnaud 2024-10-25 10:54:22 +02:00
parent 684bca14f8
commit f51014dc51
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 5 additions and 5 deletions

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.9",
"@codex-storage/sdk-js": "^0.0.10",
"@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.9",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.0.9.tgz",
"integrity": "sha512-HZvfMa0ss155+Q8oxLDHBeCGvIZfWA9/m0it01z3SS7WQvwtIrP2XiWj82LJxl3u98P5yXhfHyj4K44eTI/ibw==",
"version": "0.0.10",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.0.10.tgz",
"integrity": "sha512-DUq4YJF9r+45CaUf+ry0I6cawsfQA2RWbHmxASh9UuUu8L2xNlAbk8Uc2zmMr2HiixGDwO6b+BCtwZkDLBhTPQ==",
"dependencies": {
"valibot": "^0.32.0"
},

View File

@ -25,7 +25,7 @@
],
"dependencies": {
"@codex-storage/marketplace-ui-components": "^0.0.25",
"@codex-storage/sdk-js": "^0.0.9",
"@codex-storage/sdk-js": "^0.0.11",
"@sentry/browser": "^8.32.0",
"@sentry/react": "^8.31.0",
"@tanstack/react-query": "^5.51.15",