Update dependencies

This commit is contained in:
Arnaud 2025-03-28 10:57:07 +01:00
parent 430c7decd7
commit 49a9be4882
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 17 additions and 6 deletions

21
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.51",
"license": "MIT",
"devDependencies": {
"@codex-storage/sdk-js": "^0.0.15",
"@codex-storage/sdk-js": "https://github.com/codex-storage/codex-js#feat/support-basic-auth",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/blocks": "^8.2.9",
@ -478,15 +478,16 @@
}
},
"node_modules/@codex-storage/sdk-js": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/@codex-storage/sdk-js/-/sdk-js-0.0.15.tgz",
"integrity": "sha512-asL59uhHNI2zPLEcygh6HnZEdQJebSjU2JXut6xZxAI87VVkWfN9Y1BxlyxgsF+wJF10DB0tnv3cPEI3wb2huQ==",
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/codex-storage/codex-js.git#9e89c30562b4dba164a75410b8b458e75fe716b9",
"dev": true,
"license": "MIT",
"dependencies": {
"undici": "^7.5.0",
"valibot": "^0.32.0"
},
"engines": {
"node": ">=20"
"node": ">=20.18.1"
}
},
"node_modules/@csstools/selector-resolve-nested": {
@ -6525,6 +6526,16 @@
"integrity": "sha512-UsUk3byDzKd04EyoZ7U4DOlxQaD14JUKQl6/P7wiX4FNvUfm3XL246n9W5AmqwW5RSFJ27NAuM0iLscAOYUiGQ==",
"dev": true
},
"node_modules/undici": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/undici/-/undici-7.5.0.tgz",
"integrity": "sha512-NFQG741e8mJ0fLQk90xKxFdaSM7z4+IQpAgsFI36bCDY9Z2+aXXZjVy2uUksMouWfMI9+w5ejOq5zYYTBCQJDQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=20.18.1"
}
},
"node_modules/undici-types": {
"version": "6.19.8",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",

View File

@ -38,7 +38,7 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@codex-storage/sdk-js": "^0.0.15",
"@codex-storage/sdk-js": "https://github.com/codex-storage/codex-js#feat/support-basic-auth",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/blocks": "^8.2.9",