diff --git a/vuu-ui/package-lock.json b/vuu-ui/package-lock.json index c4866d84b..7b2dbdc05 100644 --- a/vuu-ui/package-lock.json +++ b/vuu-ui/package-lock.json @@ -1664,14 +1664,16 @@ } }, "node_modules/@salt-ds/lab": { - "version": "1.0.0-alpha.83", + "version": "1.0.0-alpha.89", + "resolved": "https://registry.npmjs.org/@salt-ds/lab/-/lab-1.0.0-alpha.89.tgz", + "integrity": "sha512-tewSGpt7TWUJfo0mx8CwO7uinYlPJu3ny1kEiZr70Y7MLaycpyuKWpZ9UvAggfmClnjOD1NaeEfC3pCvwVuI+w==", "license": "Apache-2.0", "dependencies": { "@floating-ui/react": "^0.26.28", - "@salt-ds/core": "^1.54.1", + "@salt-ds/core": "^1.59.1", "@salt-ds/date-adapters": "0.1.0-alpha.6", - "@salt-ds/icons": "^1.16.0", - "@salt-ds/styles": "0.2.1", + "@salt-ds/icons": "^1.18.0", + "@salt-ds/styles": "0.3.0", "@salt-ds/window": "0.1.1", "@types/react-window": "^1.8.2", "clipboard-copy": "^4.0.1", @@ -1695,6 +1697,67 @@ } } }, + "node_modules/@salt-ds/lab/node_modules/@salt-ds/core": { + "version": "1.59.1", + "resolved": "https://registry.npmjs.org/@salt-ds/core/-/core-1.59.1.tgz", + "integrity": "sha512-2qClnUomg2kU6HeWR5Sqc2iA+BCa3e5dowK59ZRoJHE0PbCsBuTgw9vmHtsi0VOBqBkQy5i5lEMqaa0XN3RWsA==", + "license": "Apache-2.0", + "dependencies": { + "@floating-ui/react": "^0.26.28", + "@salt-ds/icons": "^1.18.0", + "@salt-ds/styles": "0.3.0", + "@salt-ds/window": "0.1.1", + "clsx": "^2.0.0", + "use-sync-external-store": "^1.5.0" + }, + "peerDependencies": { + "@types/react": ">=16.14.0", + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@salt-ds/lab/node_modules/@salt-ds/icons": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/@salt-ds/icons/-/icons-1.18.0.tgz", + "integrity": "sha512-K83fQts9IA+wZRSSLc2Uqy614a410JqkgfZplREsDtk9x4s0fNJtIKllNVTBh/kQ7ngmtn7umU7cUSANpH2CrQ==", + "license": "Apache-2.0", + "dependencies": { + "@salt-ds/styles": "0.3.0", + "@salt-ds/window": "0.1.1", + "clsx": "^2.0.0" + }, + "peerDependencies": { + "@types/react": ">=16.14.0", + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, + "node_modules/@salt-ds/lab/node_modules/@salt-ds/styles": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@salt-ds/styles/-/styles-0.3.0.tgz", + "integrity": "sha512-K8M0AHQiKTtMJV33P+opajZRVgq5iokYBas7KE0khtCTvJkV7KDHJe/xfZs9IBE5BysX8joTCm0IjG7/+BIQ4g==", + "license": "Apache-2.0", + "peerDependencies": { + "@types/react": ">=16.14.0", + "react": ">=16.14.0", + "react-dom": ">=16.14.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + } + } + }, "node_modules/@salt-ds/styles": { "version": "0.2.1", "license": "Apache-2.0", @@ -12844,7 +12907,7 @@ "license": "Apache-2.0", "dependencies": { "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1", "@vuu-ui/vuu-utils": "2.0.0" @@ -13057,7 +13120,7 @@ "license": "Apache-2.0", "dependencies": { "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1", "@vuu-ui/vuu-context-menu": "2.0.0", @@ -13221,7 +13284,7 @@ "dependencies": { "@lezer/lr": "1.4.2", "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1", "@vuu-ui/vuu-codemirror": "2.0.0", diff --git a/vuu-ui/packages/grid-layout/package.json b/vuu-ui/packages/grid-layout/package.json index c217bc450..f6d959f12 100644 --- a/vuu-ui/packages/grid-layout/package.json +++ b/vuu-ui/packages/grid-layout/package.json @@ -14,7 +14,7 @@ "dependencies": { "@vuu-ui/vuu-utils": "2.0.0", "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1" }, diff --git a/vuu-ui/packages/vuu-filters/package.json b/vuu-ui/packages/vuu-filters/package.json index ea12c30b2..4fcd4d80d 100644 --- a/vuu-ui/packages/vuu-filters/package.json +++ b/vuu-ui/packages/vuu-filters/package.json @@ -25,7 +25,7 @@ "@vuu-ui/vuu-table": "2.0.0", "@vuu-ui/vuu-utils": "2.0.0", "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1" }, diff --git a/vuu-ui/packages/vuu-table-extras/package.json b/vuu-ui/packages/vuu-table-extras/package.json index c944c5b34..a0c36cb8a 100644 --- a/vuu-ui/packages/vuu-table-extras/package.json +++ b/vuu-ui/packages/vuu-table-extras/package.json @@ -25,7 +25,7 @@ "@vuu-ui/vuu-ui-controls": "2.0.0", "@lezer/lr": "1.4.2", "@salt-ds/core": "1.54.1", - "@salt-ds/lab": "1.0.0-alpha.83", + "@salt-ds/lab": "1.0.0-alpha.89", "@salt-ds/styles": "0.2.1", "@salt-ds/window": "0.1.1" },