diff --git a/turn_table_ui/package-lock.json b/turn_table_ui/package-lock.json index 74c27e2..23d6df3 100644 --- a/turn_table_ui/package-lock.json +++ b/turn_table_ui/package-lock.json @@ -27,7 +27,7 @@ "@heroui/skeleton": "2.2.6", "@heroui/slider": "2.4.8", "@heroui/snippet": "2.2.11", - "@heroui/spacer": "2.2.7", + "@heroui/spacer": "2.2.21", "@heroui/spinner": "2.2.7", "@heroui/switch": "2.2.9", "@heroui/system": "2.4.7", @@ -2418,21 +2418,82 @@ } }, "node_modules/@heroui/spacer": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/@heroui/spacer/-/spacer-2.2.7.tgz", - "integrity": "sha512-3fOphSWUlklUcxv3YMRzc9AiIhW4tdyhR1HFk6rAcnOeIrg8OohrUApaBbHlki91xnsLxCT//s+sfCSI4otU5A==", + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/@heroui/spacer/-/spacer-2.2.21.tgz", + "integrity": "sha512-WKD+BlgHfqJ8lrkkg/6cvzSWNsbRjzr24HpZnv6cDeWX95wVLTOco9HVR8ohwStMqwu5zYeUd1bw6yCDVTo53w==", "license": "MIT", "dependencies": { - "@heroui/react-utils": "2.1.4", - "@heroui/shared-utils": "2.1.3", - "@heroui/system-rsc": "2.3.6" + "@heroui/react-utils": "2.1.14", + "@heroui/shared-utils": "2.1.12", + "@heroui/system-rsc": "2.3.20" }, "peerDependencies": { - "@heroui/theme": ">=2.4.0", + "@heroui/theme": ">=2.4.17", "react": ">=18 || >=19.0.0-rc.0", "react-dom": ">=18 || >=19.0.0-rc.0" } }, + "node_modules/@heroui/spacer/node_modules/@heroui/react-rsc-utils": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@heroui/react-rsc-utils/-/react-rsc-utils-2.1.9.tgz", + "integrity": "sha512-e77OEjNCmQxE9/pnLDDb93qWkX58/CcgIqdNAczT/zUP+a48NxGq2A2WRimvc1uviwaNL2StriE2DmyZPyYW7Q==", + "license": "MIT", + "peerDependencies": { + "react": ">=18 || >=19.0.0-rc.0" + } + }, + "node_modules/@heroui/spacer/node_modules/@heroui/react-utils": { + "version": "2.1.14", + "resolved": "https://registry.npmjs.org/@heroui/react-utils/-/react-utils-2.1.14.tgz", + "integrity": "sha512-hhKklYKy9sRH52C9A8P0jWQ79W4MkIvOnKBIuxEMHhigjfracy0o0lMnAUdEsJni4oZKVJYqNGdQl+UVgcmeDA==", + "license": "MIT", + "dependencies": { + "@heroui/react-rsc-utils": "2.1.9", + "@heroui/shared-utils": "2.1.12" + }, + "peerDependencies": { + "react": ">=18 || >=19.0.0-rc.0" + } + }, + "node_modules/@heroui/spacer/node_modules/@heroui/shared-utils": { + "version": "2.1.12", + "resolved": "https://registry.npmjs.org/@heroui/shared-utils/-/shared-utils-2.1.12.tgz", + "integrity": "sha512-0iCnxVAkIPtrHQo26Qa5g0UTqMTpugTbClNOrEPsrQuyRAq7Syux998cPwGlneTfB5E5xcU3LiEdA9GUyeK2cQ==", + "hasInstallScript": true, + "license": "MIT" + }, + "node_modules/@heroui/spacer/node_modules/@heroui/system-rsc": { + "version": "2.3.20", + "resolved": "https://registry.npmjs.org/@heroui/system-rsc/-/system-rsc-2.3.20.tgz", + "integrity": "sha512-uZwQErEud/lAX7KRXEdsDcGLyygBffHcgnbCDrLvmTf3cyBE84YziG7AjM7Ts8ZcrF+wBXX4+a1IqnKGlsGEdQ==", + "license": "MIT", + "dependencies": { + "@react-types/shared": "3.32.1", + "clsx": "^1.2.1" + }, + "peerDependencies": { + "@heroui/theme": ">=2.4.17", + "react": ">=18 || >=19.0.0-rc.0" + } + }, + "node_modules/@heroui/spacer/node_modules/@react-types/shared": { + "version": "3.32.1", + "resolved": "https://registry.npmjs.org/@react-types/shared/-/shared-3.32.1.tgz", + "integrity": "sha512-famxyD5emrGGpFuUlgOP6fVW2h/ZaF405G5KDi3zPHzyjAWys/8W6NAVJtNbkCkhedmvL0xOhvt8feGXyXaw5w==", + "license": "Apache-2.0", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" + } + }, + "node_modules/@heroui/spacer/node_modules/clsx": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", + "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/@heroui/spinner": { "version": "2.2.7", "resolved": "https://registry.npmjs.org/@heroui/spinner/-/spinner-2.2.7.tgz", @@ -2545,6 +2606,22 @@ "react-dom": ">=18 || >=19.0.0-rc.0" } }, + "node_modules/@heroui/table/node_modules/@heroui/spacer": { + "version": "2.2.7", + "resolved": "https://registry.npmjs.org/@heroui/spacer/-/spacer-2.2.7.tgz", + "integrity": "sha512-3fOphSWUlklUcxv3YMRzc9AiIhW4tdyhR1HFk6rAcnOeIrg8OohrUApaBbHlki91xnsLxCT//s+sfCSI4otU5A==", + "license": "MIT", + "dependencies": { + "@heroui/react-utils": "2.1.4", + "@heroui/shared-utils": "2.1.3", + "@heroui/system-rsc": "2.3.6" + }, + "peerDependencies": { + "@heroui/theme": ">=2.4.0", + "react": ">=18 || >=19.0.0-rc.0", + "react-dom": ">=18 || >=19.0.0-rc.0" + } + }, "node_modules/@heroui/tabs": { "version": "2.2.8", "resolved": "https://registry.npmjs.org/@heroui/tabs/-/tabs-2.2.8.tgz", diff --git a/turn_table_ui/package.json b/turn_table_ui/package.json index eb602c3..e8d3f64 100644 --- a/turn_table_ui/package.json +++ b/turn_table_ui/package.json @@ -31,7 +31,7 @@ "@heroui/skeleton": "2.2.6", "@heroui/slider": "2.4.8", "@heroui/snippet": "2.2.11", - "@heroui/spacer": "2.2.7", + "@heroui/spacer": "2.2.21", "@heroui/spinner": "2.2.7", "@heroui/switch": "2.2.9", "@heroui/system": "2.4.7",