Bump dependencies

This commit is contained in:
Arnaud 2025-04-02 17:18:00 +02:00
parent 743c061736
commit 9c62d5ec77
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 26 additions and 15 deletions

39
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@codex-storage/marketplace-ui-components": "0.0.53",
"@codex-storage/sdk-js": "0.1.1",
"@codex-storage/sdk-js": "0.1.2",
"@sentry/browser": "^9.10.1",
"@sentry/react": "^9.10.1",
"@tanstack/react-query": "^5.71.3",
@ -433,16 +433,18 @@
}
},
"node_modules/@codex-storage/sdk-js": {
"version": "0.1.1",
"resolved": "file:codex-storage-sdk-js-0.1.1.tgz",
"integrity": "sha512-BwCYirG0gwNJxxF0c3Zkrachi9FcYH6sLGUE9V07zIPaC0XVtiJiyUXhP0ciI28jgg2sFqk5nim/5ZmMaQmqBw==",
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.1.2.tgz",
"integrity": "sha512-QOi2gONLA9G1LVtFJLl9WjjZbAAvf4j1VVEAm//BUjUJi0xay309fb1z0kuW771ybNA+KHnVaYQu+RJS1K518Q==",
"license": "MIT",
"dependencies": {
"undici": "^7.5.0",
"valibot": "^0.32.0"
"valibot": "^1.0.0"
},
"engines": {
"node": ">=20.18.1"
},
"peerDependencies": {
"undici": "^7.7.0"
}
},
"node_modules/@csstools/selector-resolve-nested": {
@ -5220,7 +5222,7 @@
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"dev": true,
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
@ -5231,10 +5233,11 @@
}
},
"node_modules/undici": {
"version": "7.6.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.6.0.tgz",
"integrity": "sha512-gaFsbThjrDGvAaD670r81RZro/s6H2PVZF640Qn0p5kZK+/rim7/mmyfp2W7VB5vOMaFM8vuFBJUaMlaZTYHlA==",
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.7.0.tgz",
"integrity": "sha512-tZ6+5NBq4KH35rr46XJ2JPFKxfcBlYNaqLF/wyWIO9RMHqqU/gx/CLB1Y2qMcgB8lWw/bKHa7qzspqCN7mUHvA==",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=20.18.1"
}
@ -5309,10 +5312,18 @@
"license": "MIT"
},
"node_modules/valibot": {
"version": "0.32.0",
"resolved": "https://registry.npmjs.org/valibot/-/valibot-0.32.0.tgz",
"integrity": "sha512-FXBnJl4bNOmeg7lQv+jfvo/wADsRBN8e9C3r+O77Re3dEnDma8opp7p4hcIbF7XJJ30h/5SVohdjer17/sHOsQ==",
"license": "MIT"
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/valibot/-/valibot-1.0.0.tgz",
"integrity": "sha512-1Hc0ihzWxBar6NGeZv7fPLY0QuxFMyxwYR2sF1Blu7Wq7EnremwY2W02tit2ij2VJT8HcSkHAQqmFfl77f73Yw==",
"license": "MIT",
"peerDependencies": {
"typescript": ">=5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/vite": {
"version": "6.2.4",

View File

@ -27,7 +27,7 @@
],
"dependencies": {
"@codex-storage/marketplace-ui-components": "0.0.53",
"@codex-storage/sdk-js": "0.1.1",
"@codex-storage/sdk-js": "0.1.2",
"@sentry/browser": "^9.10.1",
"@sentry/react": "^9.10.1",
"@tanstack/react-query": "^5.71.3",