diff --git a/.changeset/pre.json b/.changeset/pre.json index 0610d920f..c5387354e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -3,57 +3,50 @@ "tag": "alpha", "initialVersions": { "@launchpad-ui/remix": "0.0.1", - "@launchpad-ui/alert": "0.8.2", - "@launchpad-ui/avatar": "0.6.2", - "@launchpad-ui/banner": "0.10.2", - "@launchpad-ui/button": "0.11.2", - "@launchpad-ui/card": "0.2.2", - "@launchpad-ui/chip": "0.9.2", - "@launchpad-ui/clipboard": "0.11.2", - "@launchpad-ui/collapsible": "0.1.33", - "@launchpad-ui/columns": "0.1.8", - "@launchpad-ui/core": "0.47.2", - "@launchpad-ui/counter": "0.4.2", - "@launchpad-ui/data-table": "0.2.2", - "@launchpad-ui/drawer": "0.5.2", - "@launchpad-ui/dropdown": "0.6.76", - "@launchpad-ui/filter": "0.6.2", - "@launchpad-ui/focus-trap": "0.1.12", - "@launchpad-ui/form": "0.10.2", - "@launchpad-ui/icons": "0.14.2", - "@launchpad-ui/inline": "0.1.8", - "@launchpad-ui/inline-edit": "0.2.2", - "@launchpad-ui/markdown": "0.5.2", - "@launchpad-ui/menu": "0.12.2", - "@launchpad-ui/modal": "0.17.2", - "@launchpad-ui/navigation": "0.12.2", + "@launchpad-ui/alert": "0.8.4", + "@launchpad-ui/avatar": "0.6.4", + "@launchpad-ui/banner": "0.10.4", + "@launchpad-ui/button": "0.11.4", + "@launchpad-ui/card": "0.2.4", + "@launchpad-ui/chip": "0.9.4", + "@launchpad-ui/clipboard": "0.11.4", + "@launchpad-ui/collapsible": "0.1.35", + "@launchpad-ui/columns": "0.1.9-alpha.0", + "@launchpad-ui/core": "0.47.4", + "@launchpad-ui/counter": "0.4.3-alpha.0", + "@launchpad-ui/data-table": "0.2.3-alpha.0", + "@launchpad-ui/drawer": "0.5.4", + "@launchpad-ui/dropdown": "0.6.78", + "@launchpad-ui/filter": "0.6.4", + "@launchpad-ui/focus-trap": "0.1.13", + "@launchpad-ui/form": "0.10.4", + "@launchpad-ui/icons": "0.14.4", + "@launchpad-ui/inline": "0.1.9-alpha.0", + "@launchpad-ui/inline-edit": "0.2.4", + "@launchpad-ui/markdown": "0.5.3-alpha.0", + "@launchpad-ui/menu": "0.12.4", + "@launchpad-ui/modal": "0.17.4", + "@launchpad-ui/navigation": "0.12.4", "@launchpad-ui/overlay": "0.3.29", - "@launchpad-ui/pagination": "0.4.2", - "@launchpad-ui/popover": "0.11.2", + "@launchpad-ui/pagination": "0.4.4", + "@launchpad-ui/popover": "0.11.3-alpha.0", "@launchpad-ui/portal": "0.1.4", - "@launchpad-ui/progress": "0.5.33", - "@launchpad-ui/progress-bubbles": "0.7.2", - "@launchpad-ui/select": "0.4.2", - "@launchpad-ui/slider": "0.5.2", - "@launchpad-ui/snackbar": "0.4.2", - "@launchpad-ui/split-button": "0.9.2", - "@launchpad-ui/stack": "0.1.8", - "@launchpad-ui/tab-list": "0.5.2", - "@launchpad-ui/table": "0.6.2", - "@launchpad-ui/tag": "0.3.2", - "@launchpad-ui/toast": "0.3.2", - "@launchpad-ui/toggle": "0.7.2", - "@launchpad-ui/tokens": "0.8.2", - "@launchpad-ui/tooltip": "0.8.2", + "@launchpad-ui/progress": "0.5.34-alpha.0", + "@launchpad-ui/progress-bubbles": "0.7.3-alpha.0", + "@launchpad-ui/select": "0.4.4", + "@launchpad-ui/slider": "0.5.3-alpha.0", + "@launchpad-ui/snackbar": "0.4.4", + "@launchpad-ui/split-button": "0.9.4", + "@launchpad-ui/stack": "0.1.9-alpha.0", + "@launchpad-ui/tab-list": "0.5.3-alpha.0", + "@launchpad-ui/table": "0.6.3-alpha.0", + "@launchpad-ui/tag": "0.3.4", + "@launchpad-ui/toast": "0.3.4", + "@launchpad-ui/toggle": "0.7.3-alpha.0", + "@launchpad-ui/tokens": "0.9.0-alpha.1", + "@launchpad-ui/tooltip": "0.8.3-alpha.0", "@launchpad-ui/types": "0.1.0", - "@launchpad-ui/vars": "0.2.5" + "@launchpad-ui/vars": "0.2.6-alpha.0" }, - "changesets": [ - "cyan-donkeys-change", - "quick-apples-happen", - "quick-rockets-sit", - "selfish-pens-mate", - "thick-radios-report", - "wise-buckets-deliver" - ] + "changesets": [] } diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index 3ea4a52a4..187c1db99 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -23,9 +23,9 @@ jobs: - uses: pnpm/action-setup@v2 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Check for Changeset diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index c3546e4d8..456782425 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -33,9 +33,9 @@ jobs: - uses: pnpm/action-setup@v2 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies @@ -74,9 +74,9 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies @@ -129,9 +129,9 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies diff --git a/.github/workflows/package-size.yml b/.github/workflows/package-size.yml index 5d36c69f7..825100a84 100644 --- a/.github/workflows/package-size.yml +++ b/.github/workflows/package-size.yml @@ -14,9 +14,9 @@ jobs: - uses: pnpm/action-setup@v2 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - uses: preactjs/compressed-size-action@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0abc67ed2..4d382affb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,9 +40,9 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 56b6de89d..3d9e6db9f 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -40,9 +40,9 @@ jobs: main-branch-name: ${{needs.branch-info.outputs.base-branch}} - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies @@ -68,9 +68,9 @@ jobs: main-branch-name: ${{needs.branch-info.outputs.base-branch}} - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies @@ -96,9 +96,9 @@ jobs: main-branch-name: ${{needs.branch-info.outputs.base-branch}} - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies @@ -151,9 +151,9 @@ jobs: uses: nrwl/nx-set-shas@v4 - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install Dependencies diff --git a/.gitignore b/.gitignore index cae686e7a..a67624a95 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ playwright-report/ *.log .nyc_output .idea +.nx/cache \ No newline at end of file diff --git a/.nvmrc b/.nvmrc index 25bf17fc5..2edeafb09 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18 \ No newline at end of file +20 \ No newline at end of file diff --git a/.storybook/main.ts b/.storybook/main.ts index d8e49be99..039ce12b5 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -8,7 +8,10 @@ import turbosnap from 'vite-plugin-turbosnap'; import tsconfig from '../tsconfig.json'; const getStories = () => - fg.sync([path.resolve(__dirname, `../packages/**/stories/*.stories.tsx`), '!**/node_modules']); + fg.sync([ + path.resolve(__dirname, `../packages/**/stories/*.stories.{mdx,tsx}`), + '!**/node_modules', + ]); const config: StorybookConfig = { stories: [...getStories()], @@ -27,6 +30,7 @@ const config: StorybookConfig = { '@storybook/addon-interactions', 'storybook-addon-pseudo-states', '@etchteam/storybook-addon-status', + '@storybook/addon-designs', ], framework: '@storybook/react-vite', core: { diff --git a/apps/remix/package.json b/apps/remix/package.json index e6cb6e8da..df18b2dcb 100644 --- a/apps/remix/package.json +++ b/apps/remix/package.json @@ -19,21 +19,21 @@ "@react-stately/collections": "3.10.2", "@react-stately/data": "3.10.3", "@react-stately/table": "3.11.2", - "@remix-run/css-bundle": "^2.0.0", - "@remix-run/node": "^2.0.0", - "@remix-run/react": "^2.0.0", - "@remix-run/serve": "^2.0.0", + "@remix-run/css-bundle": "^2.1.0", + "@remix-run/node": "^2.1.0", + "@remix-run/react": "^2.1.0", + "@remix-run/serve": "^2.1.0", "isbot": "^3.7.0", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "@remix-run/dev": "^2.0.0", - "@remix-run/eslint-config": "^2.0.0", - "eslint": "^8.51.0", + "@remix-run/dev": "^2.1.0", + "@remix-run/eslint-config": "^2.1.0", + "eslint": "^8.52.0", "typescript": "^5.2.2" }, "engines": { - "node": ">=18.18.0" + "node": ">=20.9.0" } } diff --git a/package.json b/package.json index 5fecc91f7..0851b1953 100644 --- a/package.json +++ b/package.json @@ -41,48 +41,50 @@ "@axe-core/playwright": "^4.8.1", "@changesets/changelog-github": "^0.4.4", "@changesets/cli": "^2.26.0", - "@commitlint/cli": "^17.8.0", - "@commitlint/config-conventional": "^17.8.0", + "@commitlint/cli": "^18.2.0", + "@commitlint/config-conventional": "^18.1.0", "@etchteam/storybook-addon-status": "^4.2.4", "@playwright/test": "^1.39.0", - "@storybook/addon-a11y": "^7.3.0", - "@storybook/addon-essentials": "^7.3.0", - "@storybook/addon-interactions": "^7.3.0", - "@storybook/addons": "^7.3.0", - "@storybook/api": "^7.3.0", - "@storybook/cli": "^7.3.0", - "@storybook/client-api": "^7.3.0", - "@storybook/client-logger": "^7.3.0", - "@storybook/components": "^7.3.0", - "@storybook/core-client": "^7.3.0", - "@storybook/core-events": "^7.3.0", - "@storybook/react": "^7.3.0", - "@storybook/react-vite": "^7.3.0", + "@storybook/addon-a11y": "^7.5.1", + "@storybook/addon-designs": "^7.0.5", + "@storybook/addon-essentials": "^7.5.1", + "@storybook/addon-interactions": "^7.5.1", + "@storybook/addons": "^7.5.1", + "@storybook/api": "^7.5.1", + "@storybook/blocks": "^7.5.1", + "@storybook/cli": "^7.5.1", + "@storybook/client-api": "^7.5.1", + "@storybook/client-logger": "^7.5.1", + "@storybook/components": "^7.5.1", + "@storybook/core-client": "^7.5.1", + "@storybook/core-events": "^7.5.1", + "@storybook/react": "^7.5.1", + "@storybook/react-vite": "^7.5.1", "@storybook/testing-library": "^0.2.0", - "@storybook/theming": "^7.3.0", - "@storybook/types": "^7.3.0", + "@storybook/theming": "^7.5.1", + "@storybook/types": "^7.5.1", "@testing-library/dom": "^9.3.0", "@testing-library/jest-dom": "^6.1.2", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", - "@types/node": "^18.18.3", + "@types/node": "^20.8.8", "@types/react": "^18.2.8", "@types/react-dom": "^18.2.4", "@types/testing-library__jest-dom": "^5.14.3", - "@typescript-eslint/eslint-plugin": "^6.7.0", - "@typescript-eslint/parser": "^6.7.0", + "@typescript-eslint/eslint-plugin": "^6.9.0", + "@typescript-eslint/parser": "^6.9.0", "@vanilla-extract/css": "^1.13.0", "@vanilla-extract/vite-plugin": "^3.9.0", "@vitejs/plugin-react-swc": "^3.4.0", "@vitest/coverage-v8": "^0.34.1", "@vitest/ui": "^0.34.1", - "chromatic": "^7.4.0", + "chromatic": "^7.5.4", "concurrently": "^8.2.0", "deepmerge": "^4.3.1", - "eslint": "^8.51.0", + "eslint": "^8.52.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-functional": "^6.0.0", - "eslint-plugin-import": "^2.28.0", + "eslint-plugin-import": "^2.29.0", "eslint-plugin-jsx-a11y": "^6.7.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.0", @@ -93,7 +95,7 @@ "husky": "^8.0.1", "jsdom": "^22.1.0", "lint-staged": "^15.0.1", - "nx": "^16.10.0", + "nx": "^17.0.1", "plop": "^4.0.0", "postcss": "^8.4.31", "postcss-import": "^15.1.0", @@ -104,17 +106,17 @@ "react-dom": "18.2.0", "rollup-plugin-pure": "^0.2.1", "storybook-addon-pseudo-states": "^2.1.0", - "stylelint": "^15.10.0", + "stylelint": "^15.11.0", "stylelint-config-standard": "^34.0.0", "stylelint-value-no-unknown-custom-properties": "^4.0.0", "typescript": "^5.2.2", "typescript-plugin-css-modules": "^5.0.1", - "vite": "^4.4.9", + "vite": "^4.5.0", "vite-plugin-turbosnap": "^1.0.2", "vitest": "^0.34.1", "wait-on": "^7.0.1" }, - "packageManager": "pnpm@8.9.2", + "packageManager": "pnpm@8.10.0", "pnpm": { "peerDependencyRules": { "allowedVersions": { diff --git a/packages/alert/CHANGELOG.md b/packages/alert/CHANGELOG.md index 7f993d360..1b50fe250 100644 --- a/packages/alert/CHANGELOG.md +++ b/packages/alert/CHANGELOG.md @@ -22,6 +22,22 @@ - @launchpad-ui/button@0.11.1-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.8.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + ## 0.8.2 ### Patch Changes diff --git a/packages/alert/package.json b/packages/alert/package.json index 0d80a652b..b1896c02b 100644 --- a/packages/alert/package.json +++ b/packages/alert/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/alert", - "version": "0.8.3-alpha.0", + "version": "0.8.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/avatar/CHANGELOG.md b/packages/avatar/CHANGELOG.md index 107f75450..76d159a00 100644 --- a/packages/avatar/CHANGELOG.md +++ b/packages/avatar/CHANGELOG.md @@ -16,6 +16,20 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.6.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + +## 0.6.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + ## 0.6.2 ### Patch Changes diff --git a/packages/avatar/package.json b/packages/avatar/package.json index 8895e368d..0d5b6af7a 100644 --- a/packages/avatar/package.json +++ b/packages/avatar/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/avatar", - "version": "0.6.3-alpha.0", + "version": "0.6.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/banner/CHANGELOG.md b/packages/banner/CHANGELOG.md index 710267ced..4e5ee2475 100644 --- a/packages/banner/CHANGELOG.md +++ b/packages/banner/CHANGELOG.md @@ -18,6 +18,22 @@ - @launchpad-ui/button@0.11.1-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.10.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.10.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + ## 0.10.2 ### Patch Changes diff --git a/packages/banner/package.json b/packages/banner/package.json index 8efc29650..dc07b501b 100644 --- a/packages/banner/package.json +++ b/packages/banner/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/banner", - "version": "0.10.3-alpha.0", + "version": "0.10.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/button/CHANGELOG.md b/packages/button/CHANGELOG.md index ef0fd71b7..7911c79fe 100644 --- a/packages/button/CHANGELOG.md +++ b/packages/button/CHANGELOG.md @@ -20,6 +20,20 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.11.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + +## 0.11.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + ## 0.11.2 ### Patch Changes diff --git a/packages/button/package.json b/packages/button/package.json index e94318977..c597a4da7 100644 --- a/packages/button/package.json +++ b/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/button", - "version": "0.11.3-alpha.0", + "version": "0.11.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/card/CHANGELOG.md b/packages/card/CHANGELOG.md index b078e9d1f..773461545 100644 --- a/packages/card/CHANGELOG.md +++ b/packages/card/CHANGELOG.md @@ -1,14 +1,6 @@ # @launchpad-ui/card -## 0.2.3-alpha.0 - -### Patch Changes - -- Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`e48d0df6`](https://github.com/launchdarkly/launchpad-ui/commit/e48d0df69e5085bc31c6378fe2eaad581a5eb687), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - - @launchpad-ui/tokens@0.9.0-alpha.1 - - @launchpad-ui/form@0.10.3-alpha.0 - -## 0.2.1-alpha.1 +## 0.2.4 ### Patch Changes @@ -22,6 +14,14 @@ - Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`e48d0df6`](https://github.com/launchdarkly/launchpad-ui/commit/e48d0df69e5085bc31c6378fe2eaad581a5eb687), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/form@0.10.1-alpha.0 + - @launchpad-ui/form@0.10.4 + +## 0.2.3 + +### Patch Changes + +- Updated dependencies [[`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/form@0.10.3 ## 0.2.2 diff --git a/packages/card/package.json b/packages/card/package.json index a7d91169c..25c5c0418 100644 --- a/packages/card/package.json +++ b/packages/card/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/card", - "version": "0.2.3-alpha.0", + "version": "0.2.4", "status": "alpha", "publishConfig": { "access": "public" diff --git a/packages/chip/CHANGELOG.md b/packages/chip/CHANGELOG.md index 4dfbee808..8a2da7cfc 100644 --- a/packages/chip/CHANGELOG.md +++ b/packages/chip/CHANGELOG.md @@ -16,6 +16,20 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.9.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + +## 0.9.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + ## 0.9.2 ### Patch Changes diff --git a/packages/chip/package.json b/packages/chip/package.json index 59a6a6875..a765d7dff 100644 --- a/packages/chip/package.json +++ b/packages/chip/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/chip", - "version": "0.9.3-alpha.0", + "version": "0.9.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/clipboard/CHANGELOG.md b/packages/clipboard/CHANGELOG.md index c789a3568..4958b7c0b 100644 --- a/packages/clipboard/CHANGELOG.md +++ b/packages/clipboard/CHANGELOG.md @@ -25,6 +25,21 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.11.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + +## 0.11.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.11.2 ### Patch Changes diff --git a/packages/clipboard/package.json b/packages/clipboard/package.json index bd5c85baf..41ec2b7f0 100644 --- a/packages/clipboard/package.json +++ b/packages/clipboard/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/clipboard", - "version": "0.11.3-alpha.0", + "version": "0.11.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/collapsible/CHANGELOG.md b/packages/collapsible/CHANGELOG.md index 962601053..f1b945047 100644 --- a/packages/collapsible/CHANGELOG.md +++ b/packages/collapsible/CHANGELOG.md @@ -18,6 +18,22 @@ - @launchpad-ui/button@0.11.1-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.1.35 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.1.34 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + ## 0.1.33 ### Patch Changes diff --git a/packages/collapsible/package.json b/packages/collapsible/package.json index 859afe4d8..637fc2dd3 100644 --- a/packages/collapsible/package.json +++ b/packages/collapsible/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/collapsible", - "version": "0.1.34-alpha.0", + "version": "0.1.35", "status": "alpha", "publishConfig": { "access": "public" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index fa209ce14..834cd657a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -116,6 +116,75 @@ - @launchpad-ui/toggle@0.7.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.47.4 + +### Patch Changes + +- [#1070](https://github.com/launchdarkly/launchpad-ui/pull/1070) [`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6) Thanks [@matthewferry](https://github.com/matthewferry)! - Add diamond icons + +- Updated dependencies []: + - @launchpad-ui/alert@0.8.4 + - @launchpad-ui/avatar@0.6.4 + - @launchpad-ui/banner@0.10.4 + - @launchpad-ui/button@0.11.4 + - @launchpad-ui/chip@0.9.4 + - @launchpad-ui/clipboard@0.11.4 + - @launchpad-ui/collapsible@0.1.35 + - @launchpad-ui/drawer@0.5.4 + - @launchpad-ui/dropdown@0.6.78 + - @launchpad-ui/filter@0.6.4 + - @launchpad-ui/form@0.10.4 + - @launchpad-ui/inline-edit@0.2.4 + - @launchpad-ui/menu@0.12.4 + - @launchpad-ui/modal@0.17.4 + - @launchpad-ui/navigation@0.12.4 + - @launchpad-ui/pagination@0.4.4 + - @launchpad-ui/select@0.4.4 + - @launchpad-ui/snackbar@0.4.4 + - @launchpad-ui/tag@0.3.4 + - @launchpad-ui/toast@0.3.4 + - @launchpad-ui/split-button@0.9.4 + - @launchpad-ui/card@0.2.4 + +## 0.47.3 + +### Patch Changes + +- [#1063](https://github.com/launchdarkly/launchpad-ui/pull/1063) [`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17) Thanks [@matthewferry](https://github.com/matthewferry)! - Feat: add org settings icons and minor updates to people and gear icons + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/inline-edit@0.2.3 + - @launchpad-ui/data-table@0.2.3 + - @launchpad-ui/focus-trap@0.1.13 + - @launchpad-ui/navigation@0.12.3 + - @launchpad-ui/pagination@0.4.3 + - @launchpad-ui/dropdown@0.6.77 + - @launchpad-ui/tab-list@0.5.3 + - @launchpad-ui/drawer@0.5.3 + - @launchpad-ui/filter@0.6.3 + - @launchpad-ui/select@0.4.3 + - @launchpad-ui/toggle@0.7.3 + - @launchpad-ui/modal@0.17.3 + - @launchpad-ui/form@0.10.3 + - @launchpad-ui/menu@0.12.3 + - @launchpad-ui/tag@0.3.3 + - @launchpad-ui/alert@0.8.3 + - @launchpad-ui/avatar@0.6.3 + - @launchpad-ui/banner@0.10.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/chip@0.9.3 + - @launchpad-ui/clipboard@0.11.3 + - @launchpad-ui/collapsible@0.1.34 + - @launchpad-ui/snackbar@0.4.3 + - @launchpad-ui/toast@0.3.3 + - @launchpad-ui/popover@0.11.3 + - @launchpad-ui/split-button@0.9.3 + - @launchpad-ui/card@0.2.3 + - @launchpad-ui/progress-bubbles@0.7.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.47.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 78b23a5c0..f6f50b57b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/core", - "version": "0.47.3-alpha.0", + "version": "0.47.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/core/stories/getting-started.stories.mdx b/packages/core/stories/getting-started.stories.mdx new file mode 100644 index 000000000..19a30b960 --- /dev/null +++ b/packages/core/stories/getting-started.stories.mdx @@ -0,0 +1,6 @@ +import { Meta } from '@storybook/blocks'; +import { Figma } from '@storybook/addon-designs/blocks'; + + + + diff --git a/packages/data-table/CHANGELOG.md b/packages/data-table/CHANGELOG.md index ce04211fb..c5bcd450a 100644 --- a/packages/data-table/CHANGELOG.md +++ b/packages/data-table/CHANGELOG.md @@ -16,6 +16,12 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/vars@0.2.4-alpha.0 +## 0.2.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.2.2 ### Patch Changes diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 432c8299a..83fd764fb 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -20,6 +20,25 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/progress@0.5.32-alpha.0 +## 0.5.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.5.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/focus-trap@0.1.13 + - @launchpad-ui/button@0.11.3 + ## 0.5.2 ### Patch Changes diff --git a/packages/drawer/package.json b/packages/drawer/package.json index fc7b5d326..17172220f 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/drawer", - "version": "0.5.3-alpha.0", + "version": "0.5.4", "status": "alpha", "publishConfig": { "access": "public" @@ -38,8 +38,8 @@ "@launchpad-ui/portal": "workspace:~", "@launchpad-ui/progress": "workspace:~", "@launchpad-ui/tokens": "workspace:~", - "@react-aria/interactions": "3.19.0", - "@react-aria/overlays": "3.18.0", + "@react-aria/interactions": "3.19.1", + "@react-aria/overlays": "3.18.1", "classix": "2.1.17", "framer-motion": "10.16.1" }, diff --git a/packages/dropdown/CHANGELOG.md b/packages/dropdown/CHANGELOG.md index 8141d0726..599778d7e 100644 --- a/packages/dropdown/CHANGELOG.md +++ b/packages/dropdown/CHANGELOG.md @@ -27,6 +27,25 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/popover@0.11.1-alpha.0 +## 0.6.78 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.6.77 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/popover@0.11.3 + ## 0.6.76 ### Patch Changes diff --git a/packages/dropdown/package.json b/packages/dropdown/package.json index d0d171481..35e7bf62f 100644 --- a/packages/dropdown/package.json +++ b/packages/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/dropdown", - "version": "0.6.77-alpha.0", + "version": "0.6.78", "status": "beta", "publishConfig": { "access": "public" @@ -35,7 +35,7 @@ "@launchpad-ui/icons": "workspace:~", "@launchpad-ui/popover": "workspace:~", "@launchpad-ui/tokens": "workspace:~", - "@react-aria/utils": "3.21.0", + "@react-aria/utils": "3.21.1", "classix": "2.1.17" }, "peerDependencies": { diff --git a/packages/filter/CHANGELOG.md b/packages/filter/CHANGELOG.md index 662944577..823dd485d 100644 --- a/packages/filter/CHANGELOG.md +++ b/packages/filter/CHANGELOG.md @@ -33,6 +33,29 @@ - @launchpad-ui/menu@0.12.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.6.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + - @launchpad-ui/dropdown@0.6.78 + - @launchpad-ui/menu@0.12.4 + +## 0.6.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/dropdown@0.6.77 + - @launchpad-ui/menu@0.12.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.6.2 ### Patch Changes diff --git a/packages/filter/package.json b/packages/filter/package.json index 829b40f8d..c6c7c8b84 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/filter", - "version": "0.6.3-alpha.0", + "version": "0.6.4", "status": "beta", "publishConfig": { "access": "public" @@ -38,7 +38,7 @@ "@launchpad-ui/menu": "workspace:~", "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", - "@react-aria/visually-hidden": "3.8.5", + "@react-aria/visually-hidden": "3.8.6", "classix": "2.1.17" }, "peerDependencies": { diff --git a/packages/focus-trap/CHANGELOG.md b/packages/focus-trap/CHANGELOG.md index f44d83f64..6c722f7c2 100644 --- a/packages/focus-trap/CHANGELOG.md +++ b/packages/focus-trap/CHANGELOG.md @@ -1,5 +1,11 @@ # @launchpad-ui/focus-trap +## 0.1.13 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.1.12 ### Patch Changes diff --git a/packages/focus-trap/package.json b/packages/focus-trap/package.json index 1b346c90a..f4e239b75 100644 --- a/packages/focus-trap/package.json +++ b/packages/focus-trap/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/focus-trap", - "version": "0.1.12", + "version": "0.1.13", "status": "beta", "publishConfig": { "access": "public" @@ -29,7 +29,7 @@ "test": "vitest run --coverage" }, "dependencies": { - "@react-aria/focus": "3.14.2" + "@react-aria/focus": "3.14.3" }, "peerDependencies": { "react": "18.2.0", diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 726020b1e..681b95b27 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -31,6 +31,25 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.10.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.10.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.10.2 ### Patch Changes diff --git a/packages/form/package.json b/packages/form/package.json index d0594aa76..1d52410b2 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/form", - "version": "0.10.3-alpha.0", + "version": "0.10.4", "status": "beta", "publishConfig": { "access": "public" @@ -36,10 +36,10 @@ "@launchpad-ui/icons": "workspace:~", "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", - "@react-aria/button": "3.8.3", - "@react-aria/i18n": "3.8.3", - "@react-aria/numberfield": "3.9.0", - "@react-aria/visually-hidden": "3.8.5", + "@react-aria/button": "3.8.4", + "@react-aria/i18n": "3.8.4", + "@react-aria/numberfield": "3.9.1", + "@react-aria/visually-hidden": "3.8.6", "@react-stately/numberfield": "3.6.2", "classix": "2.1.17" }, diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 06f6b7fdd..0c66173f9 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -14,6 +14,18 @@ - Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - @launchpad-ui/tokens@0.9.0-alpha.0 +## 0.14.4 + +### Patch Changes + +- [#1070](https://github.com/launchdarkly/launchpad-ui/pull/1070) [`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6) Thanks [@matthewferry](https://github.com/matthewferry)! - Add diamond icons + +## 0.14.3 + +### Patch Changes + +- [#1063](https://github.com/launchdarkly/launchpad-ui/pull/1063) [`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17) Thanks [@matthewferry](https://github.com/matthewferry)! - Feat: add org settings icons and minor updates to people and gear icons + ## 0.14.2 ### Patch Changes diff --git a/packages/icons/package.json b/packages/icons/package.json index 0cec872f2..e76419b9e 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/icons", - "version": "0.14.3-alpha.0", + "version": "0.14.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/icons/src/img/sprite.svg b/packages/icons/src/img/sprite.svg index c0741e3b5..f8a37f27c 100644 --- a/packages/icons/src/img/sprite.svg +++ b/packages/icons/src/img/sprite.svg @@ -49,6 +49,13 @@ clip-rule="evenodd" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1002,16 +1178,24 @@ /> + + diff --git a/packages/icons/src/types.ts b/packages/icons/src/types.ts index ef691a4b9..c9da9382c 100644 --- a/packages/icons/src/types.ts +++ b/packages/icons/src/types.ts @@ -6,6 +6,7 @@ const icons = [ 'alert-rhombus', 'analyze', 'application', + 'application-plus', 'approval-applied', 'approval-approved', 'approval-denied', @@ -62,6 +63,7 @@ const icons = [ 'clipboard-edit', 'clock', 'clock-alert', + 'clock-history', 'code-circle', 'code-circle-outline', 'confetti', @@ -75,6 +77,8 @@ const icons = [ 'device-mobile', 'device-server', 'devices', + 'diamond', + 'diamond-outline', 'document-question', 'door-exit', 'download', @@ -89,14 +93,18 @@ const icons = [ 'flag', 'flag-outline', 'flask', + 'folders', 'forward', 'gear', + 'gear-outline', 'group', + 'group-outline', 'half-circle', 'help', 'help-circle', 'help-circle-outline', 'hub', + 'id-card', 'inbox', 'inbox-outline', 'individual-target', @@ -115,10 +123,20 @@ const icons = [ 'money', 'more-horiz', 'more-vert', + 'network-cloud', 'notifications', + 'notifications-outline', + 'notifications-add', + 'notifications-gear', + 'notifications-tilt', 'pause', 'person', + 'person-outline', 'person-add', + 'person-check', + 'person-circle', + 'person-circle-outline', + 'person-gear', 'person-off', 'person-remove', 'play', diff --git a/packages/inline-edit/CHANGELOG.md b/packages/inline-edit/CHANGELOG.md index 6a0bd29a7..7bb210a8e 100644 --- a/packages/inline-edit/CHANGELOG.md +++ b/packages/inline-edit/CHANGELOG.md @@ -33,6 +33,26 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/vars@0.2.4-alpha.0 +## 0.2.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + - @launchpad-ui/form@0.10.4 + +## 0.2.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/form@0.10.3 + - @launchpad-ui/button@0.11.3 + ## 0.2.2 ### Patch Changes diff --git a/packages/inline-edit/package.json b/packages/inline-edit/package.json index 3c5285ac9..71694a817 100644 --- a/packages/inline-edit/package.json +++ b/packages/inline-edit/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/inline-edit", - "version": "0.2.3-alpha.0", + "version": "0.2.4", "status": "alpha", "publishConfig": { "access": "public" @@ -32,10 +32,10 @@ "test": "vitest run --coverage" }, "dependencies": { - "@react-aria/button": "3.8.3", - "@react-aria/focus": "3.14.2", - "@react-aria/interactions": "3.19.0", - "@react-aria/utils": "3.21.0", + "@react-aria/button": "3.8.4", + "@react-aria/focus": "3.14.3", + "@react-aria/interactions": "3.19.1", + "@react-aria/utils": "3.21.1", "@launchpad-ui/button": "workspace:~", "@launchpad-ui/form": "workspace:~", "@launchpad-ui/icons": "workspace:~", diff --git a/packages/markdown/package.json b/packages/markdown/package.json index 7c62783bd..e9614c45e 100644 --- a/packages/markdown/package.json +++ b/packages/markdown/package.json @@ -42,7 +42,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "html-react-parser": "4.2.0", + "html-react-parser": "5.0.4", "react": "18.2.0", "react-dom": "18.2.0" } diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md index 433d8949d..15e5d6642 100644 --- a/packages/menu/CHANGELOG.md +++ b/packages/menu/CHANGELOG.md @@ -39,6 +39,26 @@ - @launchpad-ui/popover@0.11.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.12.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/form@0.10.4 + +## 0.12.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/form@0.10.3 + - @launchpad-ui/popover@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.12.2 ### Patch Changes diff --git a/packages/menu/package.json b/packages/menu/package.json index e6bcd7f61..8a753a462 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/menu", - "version": "0.12.3-alpha.0", + "version": "0.12.4", "status": "beta", "publishConfig": { "access": "public" @@ -38,8 +38,8 @@ "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", "@radix-ui/react-slot": "^1.0.0", - "@react-aria/focus": "3.14.2", - "@react-aria/separator": "3.3.6", + "@react-aria/focus": "3.14.3", + "@react-aria/separator": "3.3.7", "classix": "2.1.17", "react-virtual": "2.10.4" }, diff --git a/packages/modal/CHANGELOG.md b/packages/modal/CHANGELOG.md index 24c868692..152f5550e 100644 --- a/packages/modal/CHANGELOG.md +++ b/packages/modal/CHANGELOG.md @@ -18,6 +18,25 @@ - @launchpad-ui/button@0.11.1-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.17.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.17.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/focus-trap@0.1.13 + - @launchpad-ui/button@0.11.3 + ## 0.17.2 ### Patch Changes diff --git a/packages/modal/package.json b/packages/modal/package.json index 34c483c21..9961d4456 100644 --- a/packages/modal/package.json +++ b/packages/modal/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/modal", - "version": "0.17.3-alpha.0", + "version": "0.17.4", "status": "beta", "publishConfig": { "access": "public" @@ -37,8 +37,8 @@ "@launchpad-ui/icons": "workspace:~", "@launchpad-ui/portal": "workspace:~", "@launchpad-ui/tokens": "workspace:~", - "@react-aria/interactions": "3.19.0", - "@react-aria/overlays": "3.18.0", + "@react-aria/interactions": "3.19.1", + "@react-aria/overlays": "3.18.1", "classix": "2.1.17", "framer-motion": "10.16.1" }, diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index 16a1b0644..555cbfab5 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -36,6 +36,30 @@ - @launchpad-ui/popover@0.11.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.12.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/chip@0.9.4 + - @launchpad-ui/dropdown@0.6.78 + - @launchpad-ui/menu@0.12.4 + +## 0.12.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/dropdown@0.6.77 + - @launchpad-ui/menu@0.12.3 + - @launchpad-ui/chip@0.9.3 + - @launchpad-ui/popover@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.12.2 ### Patch Changes diff --git a/packages/navigation/package.json b/packages/navigation/package.json index 0383e0f5c..75b25d0c5 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/navigation", - "version": "0.12.3-alpha.0", + "version": "0.12.4", "status": "beta", "publishConfig": { "access": "public" @@ -39,7 +39,7 @@ "@launchpad-ui/popover": "workspace:~", "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", - "@react-aria/utils": "3.21.0", + "@react-aria/utils": "3.21.1", "@react-stately/list": "3.10.0", "@react-types/shared": "3.21.0", "classix": "2.1.17", diff --git a/packages/pagination/CHANGELOG.md b/packages/pagination/CHANGELOG.md index 4533f3d82..ba5e2da3d 100644 --- a/packages/pagination/CHANGELOG.md +++ b/packages/pagination/CHANGELOG.md @@ -20,6 +20,24 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/progress@0.5.32-alpha.0 +## 0.4.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.4.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/pagination/package.json b/packages/pagination/package.json index b45ebefcd..c0276e2b7 100644 --- a/packages/pagination/package.json +++ b/packages/pagination/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/pagination", - "version": "0.4.3-alpha.0", + "version": "0.4.4", "status": "beta", "publishConfig": { "access": "public" @@ -36,7 +36,7 @@ "@launchpad-ui/icons": "workspace:~", "@launchpad-ui/progress": "workspace:~", "@launchpad-ui/tokens": "workspace:~", - "@react-aria/visually-hidden": "3.8.5", + "@react-aria/visually-hidden": "3.8.6", "classix": "2.1.17" }, "peerDependencies": { diff --git a/packages/popover/CHANGELOG.md b/packages/popover/CHANGELOG.md index eb37ea319..3270c0a90 100644 --- a/packages/popover/CHANGELOG.md +++ b/packages/popover/CHANGELOG.md @@ -22,6 +22,13 @@ - Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - @launchpad-ui/tokens@0.9.0-alpha.0 +## 0.11.3 + +### Patch Changes + +- Updated dependencies [[`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/focus-trap@0.1.13 + ## 0.11.2 ### Patch Changes diff --git a/packages/progress-bubbles/CHANGELOG.md b/packages/progress-bubbles/CHANGELOG.md index 579aa6e95..e92e5e676 100644 --- a/packages/progress-bubbles/CHANGELOG.md +++ b/packages/progress-bubbles/CHANGELOG.md @@ -23,6 +23,13 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/popover@0.11.1-alpha.0 +## 0.7.3 + +### Patch Changes + +- Updated dependencies []: + - @launchpad-ui/popover@0.11.3 + ## 0.7.2 ### Patch Changes diff --git a/packages/select/CHANGELOG.md b/packages/select/CHANGELOG.md index d4c2b44d9..3895dba29 100644 --- a/packages/select/CHANGELOG.md +++ b/packages/select/CHANGELOG.md @@ -32,6 +32,28 @@ - @launchpad-ui/popover@0.11.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.4.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + - @launchpad-ui/modal@0.17.4 + +## 0.4.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17), [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/modal@0.17.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/popover@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/select/package.json b/packages/select/package.json index 4afb46bbb..121e35bd3 100644 --- a/packages/select/package.json +++ b/packages/select/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/select", - "version": "0.4.3-alpha.0", + "version": "0.4.4", "status": "alpha", "publishConfig": { "access": "public" @@ -38,21 +38,21 @@ "@launchpad-ui/popover": "workspace:~", "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", - "@react-aria/button": "3.8.3", - "@react-aria/combobox": "3.7.0", - "@react-aria/interactions": "3.19.0", - "@react-aria/label": "3.7.1", - "@react-aria/listbox": "3.11.0", - "@react-aria/menu": "3.11.0", - "@react-aria/overlays": "3.18.0", - "@react-aria/utils": "3.21.0", - "@react-aria/focus": "3.14.2", - "@react-aria/gridlist": "3.7.0", - "@react-aria/select": "3.13.0", - "@react-aria/selection": "3.17.0", - "@react-aria/separator": "3.3.6", - "@react-aria/textfield": "3.12.1", - "@react-aria/visually-hidden": "3.8.5", + "@react-aria/button": "3.8.4", + "@react-aria/combobox": "3.7.1", + "@react-aria/interactions": "3.19.1", + "@react-aria/label": "3.7.2", + "@react-aria/listbox": "3.11.1", + "@react-aria/menu": "3.11.1", + "@react-aria/overlays": "3.18.1", + "@react-aria/utils": "3.21.1", + "@react-aria/focus": "3.14.3", + "@react-aria/gridlist": "3.7.1", + "@react-aria/select": "3.13.1", + "@react-aria/selection": "3.17.1", + "@react-aria/separator": "3.3.7", + "@react-aria/textfield": "3.12.2", + "@react-aria/visually-hidden": "3.8.6", "@react-stately/combobox": "3.7.1", "@react-stately/collections": "3.10.2", "@react-stately/data": "3.10.3", diff --git a/packages/snackbar/CHANGELOG.md b/packages/snackbar/CHANGELOG.md index 8f3fe66a9..973299ca5 100644 --- a/packages/snackbar/CHANGELOG.md +++ b/packages/snackbar/CHANGELOG.md @@ -22,6 +22,22 @@ - @launchpad-ui/button@0.11.1-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.4.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.4.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + ## 0.4.2 ### Patch Changes diff --git a/packages/snackbar/package.json b/packages/snackbar/package.json index b40622ba5..3231531e0 100644 --- a/packages/snackbar/package.json +++ b/packages/snackbar/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/snackbar", - "version": "0.4.3-alpha.0", + "version": "0.4.4", "status": "alpha", "publishConfig": { "access": "public" diff --git a/packages/split-button/CHANGELOG.md b/packages/split-button/CHANGELOG.md index 3989bffd3..7b85ed54c 100644 --- a/packages/split-button/CHANGELOG.md +++ b/packages/split-button/CHANGELOG.md @@ -35,6 +35,24 @@ - @launchpad-ui/popover@0.11.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.9.4 + +### Patch Changes + +- Updated dependencies []: + - @launchpad-ui/button@0.11.4 + - @launchpad-ui/dropdown@0.6.78 + +## 0.9.3 + +### Patch Changes + +- Updated dependencies [[`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6)]: + - @launchpad-ui/dropdown@0.6.77 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/popover@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.9.2 ### Patch Changes diff --git a/packages/split-button/package.json b/packages/split-button/package.json index b6e080253..ef68f550c 100644 --- a/packages/split-button/package.json +++ b/packages/split-button/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/split-button", - "version": "0.9.3-alpha.0", + "version": "0.9.4", "status": "beta", "publishConfig": { "access": "public" diff --git a/packages/tab-list/CHANGELOG.md b/packages/tab-list/CHANGELOG.md index 8703c5df2..94698428c 100644 --- a/packages/tab-list/CHANGELOG.md +++ b/packages/tab-list/CHANGELOG.md @@ -14,6 +14,12 @@ - Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - @launchpad-ui/tokens@0.9.0-alpha.0 +## 0.5.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.5.2 ### Patch Changes diff --git a/packages/tab-list/package.json b/packages/tab-list/package.json index 18f8a2460..f9702d5ff 100644 --- a/packages/tab-list/package.json +++ b/packages/tab-list/package.json @@ -32,7 +32,7 @@ "test": "vitest run --coverage" }, "dependencies": { - "@react-aria/tabs": "3.8.0", + "@react-aria/tabs": "3.8.1", "@react-stately/tabs": "3.6.1", "@react-types/shared": "3.21.0", "@react-types/tabs": "3.3.3", diff --git a/packages/tag/CHANGELOG.md b/packages/tag/CHANGELOG.md index 9c90ca4b8..e52af69a8 100644 --- a/packages/tag/CHANGELOG.md +++ b/packages/tag/CHANGELOG.md @@ -27,6 +27,25 @@ - @launchpad-ui/icons@0.14.1-alpha.0 - @launchpad-ui/tooltip@0.8.1-alpha.0 +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + - @launchpad-ui/button@0.11.4 + +## 0.3.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + - @launchpad-ui/button@0.11.3 + - @launchpad-ui/tooltip@0.8.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/tag/package.json b/packages/tag/package.json index d03ef6571..0e0632bdd 100644 --- a/packages/tag/package.json +++ b/packages/tag/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/tag", - "version": "0.3.3-alpha.0", + "version": "0.3.4", "status": "alpha", "publishConfig": { "access": "public" @@ -36,12 +36,12 @@ "@launchpad-ui/icons": "workspace:~", "@launchpad-ui/tokens": "workspace:~", "@launchpad-ui/tooltip": "workspace:~", - "@react-aria/focus": "3.14.2", - "@react-aria/interactions": "3.19.0", - "@react-aria/tag": "3.2.0", - "@react-aria/utils": "3.21.0", + "@react-aria/focus": "3.14.3", + "@react-aria/interactions": "3.19.1", + "@react-aria/tag": "3.2.1", + "@react-aria/utils": "3.21.1", "@react-stately/list": "3.10.0", - "@react-aria/selection": "3.17.0", + "@react-aria/selection": "3.17.1", "@react-types/shared": "3.21.0", "classix": "2.1.17" }, diff --git a/packages/toast/CHANGELOG.md b/packages/toast/CHANGELOG.md index 6d098265e..e42fd91f5 100644 --- a/packages/toast/CHANGELOG.md +++ b/packages/toast/CHANGELOG.md @@ -16,6 +16,20 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/icons@0.14.1-alpha.0 +## 0.3.4 + +### Patch Changes + +- Updated dependencies [[`bb8eed2f`](https://github.com/launchdarkly/launchpad-ui/commit/bb8eed2ff3fc04495109a44041e6591e0e8696d6)]: + - @launchpad-ui/icons@0.14.4 + +## 0.3.3 + +### Patch Changes + +- Updated dependencies [[`77903b21`](https://github.com/launchdarkly/launchpad-ui/commit/77903b21a8a714b27ec68e6d972f5897747c5d17)]: + - @launchpad-ui/icons@0.14.3 + ## 0.3.2 ### Patch Changes diff --git a/packages/toast/package.json b/packages/toast/package.json index 2794c2777..03e31106b 100644 --- a/packages/toast/package.json +++ b/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@launchpad-ui/toast", - "version": "0.3.3-alpha.0", + "version": "0.3.4", "status": "alpha", "publishConfig": { "access": "public" diff --git a/packages/toggle/CHANGELOG.md b/packages/toggle/CHANGELOG.md index 03595d6fb..501cae3f9 100644 --- a/packages/toggle/CHANGELOG.md +++ b/packages/toggle/CHANGELOG.md @@ -14,6 +14,12 @@ - Updated dependencies [[`00bee445`](https://github.com/launchdarkly/launchpad-ui/commit/00bee445065c0e48f31e1ca88105e5a418729c81), [`c041a984`](https://github.com/launchdarkly/launchpad-ui/commit/c041a984c3fd0c95f5e1e4a07416f6907ff75eac), [`3f9e1881`](https://github.com/launchdarkly/launchpad-ui/commit/3f9e1881f5d878ad6c0dc26ea1f8c5623605db53)]: - @launchpad-ui/tokens@0.9.0-alpha.0 +## 0.7.3 + +### Patch Changes + +- [#1052](https://github.com/launchdarkly/launchpad-ui/pull/1052) [`d4d424c9`](https://github.com/launchdarkly/launchpad-ui/commit/d4d424c99a5aafb5937dd9f9ae71693e4cf076f6) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependencies + ## 0.7.2 ### Patch Changes diff --git a/packages/toggle/package.json b/packages/toggle/package.json index 5dc3780c8..88a3bea1b 100644 --- a/packages/toggle/package.json +++ b/packages/toggle/package.json @@ -33,8 +33,8 @@ }, "dependencies": { "@launchpad-ui/tokens": "workspace:~", - "@react-aria/focus": "3.14.2", - "@react-aria/switch": "3.5.5", + "@react-aria/focus": "3.14.3", + "@react-aria/switch": "3.5.6", "@react-stately/toggle": "3.6.3", "classix": "2.1.17" }, diff --git a/packages/toggle/stories/Toggle.stories.css b/packages/toggle/stories/Toggle.stories.css index 6f50f34b4..be9cd0d77 100644 --- a/packages/toggle/stories/Toggle.stories.css +++ b/packages/toggle/stories/Toggle.stories.css @@ -3,8 +3,7 @@ grid-template-rows: 1fr; grid-template-columns: 5rem auto; grid-gap: 0.75rem; - justify-items: flex-start; - align-items: center; + place-items: center flex-start; } .Toggle-state-label { @@ -18,8 +17,7 @@ grid-template-rows: 1fr; grid-template-columns: 5rem auto; grid-gap: 0.75rem; - justify-items: flex-start; - align-items: center; + place-items: center flex-start; & h3 { font-size: 0.75rem; diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 8829dc5da..2d302ccb4 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -30,14 +30,14 @@ "./dist/contract.json": "./dist/contract.json" }, "scripts": { - "build": "ts-node --esm ./build.ts", + "build": "node --loader ts-node/esm ./build.ts", "clean": "rm -rf dist", "lint": "eslint '**/*.{ts,tsx,js}'", "test": "exit 0" }, "devDependencies": { "json-to-ts": "^1.7.0", - "style-dictionary": "^3.8.0", + "style-dictionary": "3.8.0", "style-dictionary-utils": "^2.0.1", "ts-node": "^11.0.0-beta.1", "yaml": "^2.3.1" diff --git a/packages/tokens/src/font.yaml b/packages/tokens/src/font.yaml index a033a5511..46ec660f8 100644 --- a/packages/tokens/src/font.yaml +++ b/packages/tokens/src/font.yaml @@ -5,7 +5,7 @@ font: monospace: value: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace display: - value: '"Audimat 3000 Regulier"' + value: Audimat\ 3000 Regulier size: 0: value: '{ size.10.value }' diff --git a/packages/tooltip/CHANGELOG.md b/packages/tooltip/CHANGELOG.md index e67595f1e..a71831a3d 100644 --- a/packages/tooltip/CHANGELOG.md +++ b/packages/tooltip/CHANGELOG.md @@ -23,6 +23,13 @@ - @launchpad-ui/tokens@0.9.0-alpha.0 - @launchpad-ui/popover@0.11.1-alpha.0 +## 0.8.3 + +### Patch Changes + +- Updated dependencies []: + - @launchpad-ui/popover@0.11.3 + ## 0.8.2 ### Patch Changes diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a521e2399..370b66fe8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,11 +18,11 @@ importers: specifier: ^2.26.0 version: 2.26.2 '@commitlint/cli': - specifier: ^17.8.0 - version: 17.8.0 + specifier: ^18.2.0 + version: 18.2.0(typescript@5.2.2) '@commitlint/config-conventional': - specifier: ^17.8.0 - version: 17.8.0 + specifier: ^18.1.0 + version: 18.1.0 '@etchteam/storybook-addon-status': specifier: ^4.2.4 version: 4.2.4(@types/react-dom@18.2.7)(@types/react@18.2.21) @@ -30,53 +30,59 @@ importers: specifier: ^1.39.0 version: 1.39.0 '@storybook/addon-a11y': - specifier: ^7.3.0 - version: 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-designs': + specifier: ^7.0.5 + version: 7.0.5(@storybook/addon-docs@7.4.0)(@storybook/addons@7.5.1)(@storybook/components@7.5.1)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.5.1)(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-essentials': - specifier: ^7.3.0 - version: 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) '@storybook/addon-interactions': - specifier: ^7.3.0 - version: 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) '@storybook/addons': - specifier: ^7.3.0 - version: 7.4.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(react-dom@18.2.0)(react@18.2.0) '@storybook/api': - specifier: ^7.3.0 - version: 7.4.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/blocks': + specifier: ^7.5.1 + version: 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) '@storybook/cli': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@storybook/client-api': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@storybook/client-logger': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@storybook/components': - specifier: ^7.3.0 - version: 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) '@storybook/core-client': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@storybook/core-events': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@storybook/react': - specifier: ^7.3.0 - version: 7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) + specifier: ^7.5.1 + version: 7.5.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) '@storybook/react-vite': - specifier: ^7.3.0 - version: 7.4.0(react-dom@18.2.0)(react@18.2.0)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9) + specifier: ^7.5.1 + version: 7.5.1(react-dom@18.2.0)(react@18.2.0)(rollup@3.28.1)(typescript@5.2.2)(vite@4.5.0) '@storybook/testing-library': specifier: ^0.2.0 version: 0.2.0 '@storybook/theming': - specifier: ^7.3.0 - version: 7.4.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^7.5.1 + version: 7.5.1(react-dom@18.2.0)(react@18.2.0) '@storybook/types': - specifier: ^7.3.0 - version: 7.4.0 + specifier: ^7.5.1 + version: 7.5.1 '@testing-library/dom': specifier: ^9.3.0 version: 9.3.1 @@ -90,8 +96,8 @@ importers: specifier: ^14.5.1 version: 14.5.1(@testing-library/dom@9.3.1) '@types/node': - specifier: ^18.18.3 - version: 18.18.3 + specifier: ^20.8.8 + version: 20.8.8 '@types/react': specifier: ^18.2.8 version: 18.2.21 @@ -102,20 +108,20 @@ importers: specifier: ^5.14.3 version: 5.14.9 '@typescript-eslint/eslint-plugin': - specifier: ^6.7.0 - version: 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.51.0)(typescript@5.2.2) + specifier: ^6.9.0 + version: 6.9.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.7.0 - version: 6.7.0(eslint@8.51.0)(typescript@5.2.2) + specifier: ^6.9.0 + version: 6.9.0(eslint@8.52.0)(typescript@5.2.2) '@vanilla-extract/css': specifier: ^1.13.0 version: 1.13.0 '@vanilla-extract/vite-plugin': specifier: ^3.9.0 - version: 3.9.0(@types/node@18.18.3)(ts-node@10.9.1)(vite@4.4.9) + version: 3.9.0(@types/node@20.8.8)(vite@4.5.0) '@vitejs/plugin-react-swc': specifier: ^3.4.0 - version: 3.4.0(vite@4.4.9) + version: 3.4.0(vite@4.5.0) '@vitest/coverage-v8': specifier: ^0.34.1 version: 0.34.3(vitest@0.34.3) @@ -123,8 +129,8 @@ importers: specifier: ^0.34.1 version: 0.34.3(vitest@0.34.3) chromatic: - specifier: ^7.4.0 - version: 7.4.0 + specifier: ^7.5.4 + version: 7.5.4 concurrently: specifier: ^8.2.0 version: 8.2.1 @@ -132,32 +138,32 @@ importers: specifier: ^4.3.1 version: 4.3.1 eslint: - specifier: ^8.51.0 - version: 8.51.0 + specifier: ^8.52.0 + version: 8.52.0 eslint-config-prettier: specifier: ^9.0.0 - version: 9.0.0(eslint@8.51.0) + version: 9.0.0(eslint@8.52.0) eslint-plugin-functional: specifier: ^6.0.0 - version: 6.0.0(eslint@8.51.0)(typescript@5.2.2) + version: 6.0.0(eslint@8.52.0)(typescript@5.2.2) eslint-plugin-import: - specifier: ^2.28.0 - version: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint@8.51.0) + specifier: ^2.29.0 + version: 2.29.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0) eslint-plugin-jsx-a11y: specifier: ^6.7.0 - version: 6.7.1(eslint@8.51.0) + version: 6.7.1(eslint@8.52.0) eslint-plugin-prettier: specifier: ^5.0.0 - version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3) + version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@3.0.3) eslint-plugin-react: specifier: ^7.33.0 - version: 7.33.2(eslint@8.51.0) + version: 7.33.2(eslint@8.52.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.51.0) + version: 4.6.0(eslint@8.52.0) eslint-plugin-testing-library: specifier: ^6.1.0 - version: 6.1.0(eslint@8.51.0)(typescript@5.2.2) + version: 6.1.0(eslint@8.52.0)(typescript@5.2.2) fast-glob: specifier: ^3.3.0 version: 3.3.1 @@ -174,8 +180,8 @@ importers: specifier: ^15.0.1 version: 15.0.1 nx: - specifier: ^16.10.0 - version: 16.10.0 + specifier: ^17.0.1 + version: 17.0.1 plop: specifier: ^4.0.0 version: 4.0.0 @@ -205,25 +211,25 @@ importers: version: 0.2.1(rollup@3.28.1) storybook-addon-pseudo-states: specifier: ^2.1.0 - version: 2.1.1(@storybook/components@7.4.0)(@storybook/core-events@7.4.0)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.4.0)(react-dom@18.2.0)(react@18.2.0) + version: 2.1.1(@storybook/components@7.5.1)(@storybook/core-events@7.5.1)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.5.1)(react-dom@18.2.0)(react@18.2.0) stylelint: - specifier: ^15.10.0 - version: 15.10.3 + specifier: ^15.11.0 + version: 15.11.0 stylelint-config-standard: specifier: ^34.0.0 - version: 34.0.0(stylelint@15.10.3) + version: 34.0.0(stylelint@15.11.0) stylelint-value-no-unknown-custom-properties: specifier: ^4.0.0 - version: 4.0.0(stylelint@15.10.3) + version: 4.0.0(stylelint@15.11.0) typescript: specifier: ^5.2.2 version: 5.2.2 typescript-plugin-css-modules: specifier: ^5.0.1 - version: 5.0.1(ts-node@10.9.1)(typescript@5.2.2) + version: 5.0.1(typescript@5.2.2) vite: - specifier: ^4.4.9 - version: 4.4.9(@types/node@18.18.3) + specifier: ^4.5.0 + version: 4.5.0(@types/node@20.8.8) vite-plugin-turbosnap: specifier: ^1.0.2 version: 1.0.2 @@ -255,17 +261,17 @@ importers: specifier: 3.11.2 version: 3.11.2(react@18.2.0) '@remix-run/css-bundle': - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.1.0 + version: 2.1.0 '@remix-run/node': - specifier: ^2.0.0 - version: 2.0.0(typescript@5.2.2) + specifier: ^2.1.0 + version: 2.1.0(typescript@5.2.2) '@remix-run/react': - specifier: ^2.0.0 - version: 2.0.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) + specifier: ^2.1.0 + version: 2.1.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) '@remix-run/serve': - specifier: ^2.0.0 - version: 2.0.0(typescript@5.2.2) + specifier: ^2.1.0 + version: 2.1.0(typescript@5.2.2) isbot: specifier: ^3.7.0 version: 3.7.0 @@ -277,14 +283,14 @@ importers: version: 18.2.0(react@18.2.0) devDependencies: '@remix-run/dev': - specifier: ^2.0.0 - version: 2.0.0(@remix-run/serve@2.0.0)(@types/node@18.18.3)(ts-node@10.9.1)(typescript@5.2.2) + specifier: ^2.1.0 + version: 2.1.0(@remix-run/serve@2.1.0)(@types/node@20.8.8)(typescript@5.2.2) '@remix-run/eslint-config': - specifier: ^2.0.0 - version: 2.0.0(eslint@8.51.0)(react@18.2.0)(typescript@5.2.2) + specifier: ^2.1.0 + version: 2.1.0(eslint@8.52.0)(react@18.2.0)(typescript@5.2.2) eslint: - specifier: ^8.51.0 - version: 8.51.0 + specifier: ^8.52.0 + version: 8.52.0 typescript: specifier: ^5.2.2 version: 5.2.2 @@ -700,11 +706,11 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/interactions': - specifier: 3.19.0 - version: 3.19.0(react@18.2.0) + specifier: 3.19.1 + version: 3.19.1(react@18.2.0) '@react-aria/overlays': - specifier: 3.18.0 - version: 3.18.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.18.1 + version: 3.18.1(react-dom@18.2.0)(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -734,8 +740,8 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/utils': - specifier: 3.21.0 - version: 3.21.0(react@18.2.0) + specifier: 3.21.1 + version: 3.21.1(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -768,8 +774,8 @@ importers: specifier: workspace:~ version: link:../tooltip '@react-aria/visually-hidden': - specifier: 3.8.5 - version: 3.8.5(react@18.2.0) + specifier: 3.8.6 + version: 3.8.6(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -784,8 +790,8 @@ importers: packages/focus-trap: dependencies: '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) devDependencies: react: specifier: 18.2.0 @@ -809,17 +815,17 @@ importers: specifier: workspace:~ version: link:../tooltip '@react-aria/button': - specifier: 3.8.3 - version: 3.8.3(react@18.2.0) + specifier: 3.8.4 + version: 3.8.4(react@18.2.0) '@react-aria/i18n': - specifier: 3.8.3 - version: 3.8.3(react@18.2.0) + specifier: 3.8.4 + version: 3.8.4(react@18.2.0) '@react-aria/numberfield': - specifier: 3.9.0 - version: 3.9.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.9.1 + version: 3.9.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/visually-hidden': - specifier: 3.8.5 - version: 3.8.5(react@18.2.0) + specifier: 3.8.6 + version: 3.8.6(react@18.2.0) '@react-stately/numberfield': specifier: 3.6.2 version: 3.6.2(react@18.2.0) @@ -887,17 +893,17 @@ importers: specifier: workspace:~ version: link:../vars '@react-aria/button': - specifier: 3.8.3 - version: 3.8.3(react@18.2.0) + specifier: 3.8.4 + version: 3.8.4(react@18.2.0) '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) '@react-aria/interactions': - specifier: 3.19.0 - version: 3.19.0(react@18.2.0) + specifier: 3.19.1 + version: 3.19.1(react@18.2.0) '@react-aria/utils': - specifier: 3.21.0 - version: 3.21.0(react@18.2.0) + specifier: 3.21.1 + version: 3.21.1(react@18.2.0) '@vanilla-extract/css': specifier: ^1.12.0 version: 1.13.0 @@ -931,8 +937,8 @@ importers: version: 9.1.0 devDependencies: html-react-parser: - specifier: 4.2.0 - version: 4.2.0(react@18.2.0) + specifier: 5.0.4 + version: 5.0.4(react@18.2.0) react: specifier: 18.2.0 version: 18.2.0 @@ -961,11 +967,11 @@ importers: specifier: ^1.0.0 version: 1.0.2(@types/react@18.2.21)(react@18.2.0) '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) '@react-aria/separator': - specifier: 3.3.6 - version: 3.3.6(react@18.2.0) + specifier: 3.3.7 + version: 3.3.7(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -998,11 +1004,11 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/interactions': - specifier: 3.19.0 - version: 3.19.0(react@18.2.0) + specifier: 3.19.1 + version: 3.19.1(react@18.2.0) '@react-aria/overlays': - specifier: 3.18.0 - version: 3.18.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.18.1 + version: 3.18.1(react-dom@18.2.0)(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -1041,8 +1047,8 @@ importers: specifier: workspace:~ version: link:../tooltip '@react-aria/utils': - specifier: 3.21.0 - version: 3.21.0(react@18.2.0) + specifier: 3.21.1 + version: 3.21.1(react@18.2.0) '@react-stately/list': specifier: 3.10.0 version: 3.10.0(react@18.2.0) @@ -1091,8 +1097,8 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/visually-hidden': - specifier: 3.8.5 - version: 3.8.5(react@18.2.0) + specifier: 3.8.6 + version: 3.8.6(react@18.2.0) classix: specifier: 2.1.17 version: 2.1.17 @@ -1200,50 +1206,50 @@ importers: specifier: workspace:~ version: link:../tooltip '@react-aria/button': - specifier: 3.8.3 - version: 3.8.3(react@18.2.0) + specifier: 3.8.4 + version: 3.8.4(react@18.2.0) '@react-aria/combobox': - specifier: 3.7.0 - version: 3.7.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.7.1 + version: 3.7.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) '@react-aria/gridlist': - specifier: 3.7.0 - version: 3.7.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.7.1 + version: 3.7.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/interactions': - specifier: 3.19.0 - version: 3.19.0(react@18.2.0) + specifier: 3.19.1 + version: 3.19.1(react@18.2.0) '@react-aria/label': - specifier: 3.7.1 - version: 3.7.1(react@18.2.0) + specifier: 3.7.2 + version: 3.7.2(react@18.2.0) '@react-aria/listbox': - specifier: 3.11.0 - version: 3.11.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.11.1 + version: 3.11.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/menu': - specifier: 3.11.0 - version: 3.11.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.11.1 + version: 3.11.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/overlays': - specifier: 3.18.0 - version: 3.18.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.18.1 + version: 3.18.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/select': - specifier: 3.13.0 - version: 3.13.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.13.1 + version: 3.13.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/selection': - specifier: 3.17.0 - version: 3.17.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.17.1 + version: 3.17.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/separator': - specifier: 3.3.6 - version: 3.3.6(react@18.2.0) + specifier: 3.3.7 + version: 3.3.7(react@18.2.0) '@react-aria/textfield': - specifier: 3.12.1 - version: 3.12.1(react@18.2.0) + specifier: 3.12.2 + version: 3.12.2(react@18.2.0) '@react-aria/utils': - specifier: 3.21.0 - version: 3.21.0(react@18.2.0) + specifier: 3.21.1 + version: 3.21.1(react@18.2.0) '@react-aria/visually-hidden': - specifier: 3.8.5 - version: 3.8.5(react@18.2.0) + specifier: 3.8.6 + version: 3.8.6(react@18.2.0) '@react-stately/collections': specifier: 3.10.2 version: 3.10.2(react@18.2.0) @@ -1391,8 +1397,8 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/tabs': - specifier: 3.8.0 - version: 3.8.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.8.1 + version: 3.8.1(react-dom@18.2.0)(react@18.2.0) '@react-stately/tabs': specifier: 3.6.1 version: 3.6.1(react@18.2.0) @@ -1447,20 +1453,20 @@ importers: specifier: workspace:~ version: link:../tooltip '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) '@react-aria/interactions': - specifier: 3.19.0 - version: 3.19.0(react@18.2.0) + specifier: 3.19.1 + version: 3.19.1(react@18.2.0) '@react-aria/selection': - specifier: 3.17.0 - version: 3.17.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.17.1 + version: 3.17.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/tag': - specifier: 3.2.0 - version: 3.2.0(react-dom@18.2.0)(react@18.2.0) + specifier: 3.2.1 + version: 3.2.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/utils': - specifier: 3.21.0 - version: 3.21.0(react@18.2.0) + specifier: 3.21.1 + version: 3.21.1(react@18.2.0) '@react-stately/list': specifier: 3.10.0 version: 3.10.0(react@18.2.0) @@ -1506,11 +1512,11 @@ importers: specifier: workspace:~ version: link:../tokens '@react-aria/focus': - specifier: 3.14.2 - version: 3.14.2(react@18.2.0) + specifier: 3.14.3 + version: 3.14.3(react@18.2.0) '@react-aria/switch': - specifier: 3.5.5 - version: 3.5.5(react@18.2.0) + specifier: 3.5.6 + version: 3.5.6(react@18.2.0) '@react-stately/toggle': specifier: 3.6.3 version: 3.6.3(react@18.2.0) @@ -1534,14 +1540,14 @@ importers: specifier: ^1.7.0 version: 1.7.0 style-dictionary: - specifier: ^3.8.0 + specifier: 3.8.0 version: 3.8.0 style-dictionary-utils: specifier: ^2.0.1 version: 2.0.1(color2k@2.0.2)(json5@2.2.3)(prettier@2.8.8)(style-dictionary@3.8.0) ts-node: specifier: ^11.0.0-beta.1 - version: 11.0.0-beta.1(@types/node@18.18.3)(typescript@5.2.2) + version: 11.0.0-beta.1(@types/node@20.8.10)(typescript@5.2.2) yaml: specifier: ^2.3.1 version: 2.3.2 @@ -1648,7 +1654,7 @@ packages: - supports-color dev: true - /@babel/eslint-parser@7.22.11(@babel/core@7.22.11)(eslint@8.51.0): + /@babel/eslint-parser@7.22.11(@babel/core@7.22.11)(eslint@8.52.0): resolution: {integrity: sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: @@ -1657,7 +1663,7 @@ packages: dependencies: '@babel/core': 7.22.11 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.51.0 + eslint: 8.52.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true @@ -1924,6 +1930,7 @@ packages: /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.11): resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -1935,6 +1942,7 @@ packages: /@babel/plugin-proposal-nullish-coalescing-operator@7.18.6(@babel/core@7.22.11): resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -1946,6 +1954,7 @@ packages: /@babel/plugin-proposal-optional-chaining@7.21.0(@babel/core@7.22.11): resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: @@ -3215,46 +3224,45 @@ packages: dev: true optional: true - /@commitlint/cli@17.8.0: - resolution: {integrity: sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==} - engines: {node: '>=v14'} + /@commitlint/cli@18.2.0(typescript@5.2.2): + resolution: {integrity: sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==} + engines: {node: '>=v18'} hasBin: true dependencies: - '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.8.0 - '@commitlint/load': 17.8.0 - '@commitlint/read': 17.5.1 - '@commitlint/types': 17.4.4 + '@commitlint/format': 18.1.0 + '@commitlint/lint': 18.1.0 + '@commitlint/load': 18.2.0(typescript@5.2.2) + '@commitlint/read': 18.1.0 + '@commitlint/types': 18.1.0 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.7.2 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' + - typescript dev: true - /@commitlint/config-conventional@17.8.0: - resolution: {integrity: sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==} - engines: {node: '>=v14'} + /@commitlint/config-conventional@18.1.0: + resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} + engines: {node: '>=v18'} dependencies: - conventional-changelog-conventionalcommits: 6.1.0 + conventional-changelog-conventionalcommits: 7.0.2 dev: true - /@commitlint/config-validator@17.6.7: - resolution: {integrity: sha512-vJSncmnzwMvpr3lIcm0I8YVVDJTzyjy7NZAeXbTXy+MPUdAr9pKyyg7Tx/ebOQ9kqzE6O9WT6jg2164br5UdsQ==} - engines: {node: '>=v14'} + /@commitlint/config-validator@18.1.0: + resolution: {integrity: sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.1.0 ajv: 8.12.0 dev: true - /@commitlint/ensure@17.6.7: - resolution: {integrity: sha512-mfDJOd1/O/eIb/h4qwXzUxkmskXDL9vNPnZ4AKYKiZALz4vHzwMxBSYtyL2mUIDeU9DRSpEUins8SeKtFkYHSw==} - engines: {node: '>=v14'} + /@commitlint/ensure@18.1.0: + resolution: {integrity: sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.1.0 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -3262,123 +3270,120 @@ packages: lodash.upperfirst: 4.3.1 dev: true - /@commitlint/execute-rule@17.4.0: - resolution: {integrity: sha512-LIgYXuCSO5Gvtc0t9bebAMSwd68ewzmqLypqI2Kke1rqOqqDbMpYcYfoPfFlv9eyLIh4jocHWwCK5FS7z9icUA==} - engines: {node: '>=v14'} + /@commitlint/execute-rule@18.1.0: + resolution: {integrity: sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==} + engines: {node: '>=v18'} dev: true - /@commitlint/format@17.4.4: - resolution: {integrity: sha512-+IS7vpC4Gd/x+uyQPTAt3hXs5NxnkqAZ3aqrHd5Bx/R9skyCAWusNlNbw3InDbAK6j166D9asQM8fnmYIa+CXQ==} - engines: {node: '>=v14'} + /@commitlint/format@18.1.0: + resolution: {integrity: sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.1.0 chalk: 4.1.2 dev: true - /@commitlint/is-ignored@17.8.0: - resolution: {integrity: sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==} - engines: {node: '>=v14'} + /@commitlint/is-ignored@18.1.0: + resolution: {integrity: sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.1.0 semver: 7.5.4 dev: true - /@commitlint/lint@17.8.0: - resolution: {integrity: sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==} - engines: {node: '>=v14'} + /@commitlint/lint@18.1.0: + resolution: {integrity: sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==} + engines: {node: '>=v18'} dependencies: - '@commitlint/is-ignored': 17.8.0 - '@commitlint/parse': 17.7.0 - '@commitlint/rules': 17.7.0 - '@commitlint/types': 17.4.4 + '@commitlint/is-ignored': 18.1.0 + '@commitlint/parse': 18.1.0 + '@commitlint/rules': 18.1.0 + '@commitlint/types': 18.1.0 dev: true - /@commitlint/load@17.8.0: - resolution: {integrity: sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==} - engines: {node: '>=v14'} + /@commitlint/load@18.2.0(typescript@5.2.2): + resolution: {integrity: sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==} + engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 17.6.7 - '@commitlint/execute-rule': 17.4.0 - '@commitlint/resolve-extends': 17.6.7 - '@commitlint/types': 17.4.4 - '@types/node': 20.5.1 + '@commitlint/config-validator': 18.1.0 + '@commitlint/execute-rule': 18.1.0 + '@commitlint/resolve-extends': 18.1.0 + '@commitlint/types': 18.1.0 + '@types/node': 18.18.3 chalk: 4.1.2 cosmiconfig: 8.2.0 - cosmiconfig-typescript-loader: 4.4.0(@types/node@20.5.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.2.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.3)(cosmiconfig@8.2.0)(typescript@5.2.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 resolve-from: 5.0.0 - ts-node: 10.9.1(@types/node@18.18.3)(typescript@5.2.2) - typescript: 5.2.2 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' + - typescript dev: true - /@commitlint/message@17.4.2: - resolution: {integrity: sha512-3XMNbzB+3bhKA1hSAWPCQA3lNxR4zaeQAQcHj0Hx5sVdO6ryXtgUBGGv+1ZCLMgAPRixuc6en+iNAzZ4NzAa8Q==} - engines: {node: '>=v14'} + /@commitlint/message@18.1.0: + resolution: {integrity: sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==} + engines: {node: '>=v18'} dev: true - /@commitlint/parse@17.7.0: - resolution: {integrity: sha512-dIvFNUMCUHqq5Abv80mIEjLVfw8QNuA4DS7OWip4pcK/3h5wggmjVnlwGCDvDChkw2TjK1K6O+tAEV78oxjxag==} - engines: {node: '>=v14'} + /@commitlint/parse@18.1.0: + resolution: {integrity: sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==} + engines: {node: '>=v18'} dependencies: - '@commitlint/types': 17.4.4 + '@commitlint/types': 18.1.0 conventional-changelog-angular: 6.0.0 - conventional-commits-parser: 4.0.0 + conventional-commits-parser: 5.0.0 dev: true - /@commitlint/read@17.5.1: - resolution: {integrity: sha512-7IhfvEvB//p9aYW09YVclHbdf1u7g7QhxeYW9ZHSO8Huzp8Rz7m05aCO1mFG7G8M+7yfFnXB5xOmG18brqQIBg==} - engines: {node: '>=v14'} + /@commitlint/read@18.1.0: + resolution: {integrity: sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==} + engines: {node: '>=v18'} dependencies: - '@commitlint/top-level': 17.4.0 - '@commitlint/types': 17.4.4 + '@commitlint/top-level': 18.1.0 + '@commitlint/types': 18.1.0 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@17.6.7: - resolution: {integrity: sha512-PfeoAwLHtbOaC9bGn/FADN156CqkFz6ZKiVDMjuC2N5N0740Ke56rKU7Wxdwya8R8xzLK9vZzHgNbuGhaOVKIg==} - engines: {node: '>=v14'} + /@commitlint/resolve-extends@18.1.0: + resolution: {integrity: sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==} + engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 17.6.7 - '@commitlint/types': 17.4.4 + '@commitlint/config-validator': 18.1.0 + '@commitlint/types': 18.1.0 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 resolve-global: 1.0.0 dev: true - /@commitlint/rules@17.7.0: - resolution: {integrity: sha512-J3qTh0+ilUE5folSaoK91ByOb8XeQjiGcdIdiB/8UT1/Rd1itKo0ju/eQVGyFzgTMYt8HrDJnGTmNWwcMR1rmA==} - engines: {node: '>=v14'} + /@commitlint/rules@18.1.0: + resolution: {integrity: sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==} + engines: {node: '>=v18'} dependencies: - '@commitlint/ensure': 17.6.7 - '@commitlint/message': 17.4.2 - '@commitlint/to-lines': 17.4.0 - '@commitlint/types': 17.4.4 + '@commitlint/ensure': 18.1.0 + '@commitlint/message': 18.1.0 + '@commitlint/to-lines': 18.1.0 + '@commitlint/types': 18.1.0 execa: 5.1.1 dev: true - /@commitlint/to-lines@17.4.0: - resolution: {integrity: sha512-LcIy/6ZZolsfwDUWfN1mJ+co09soSuNASfKEU5sCmgFCvX5iHwRYLiIuoqXzOVDYOy7E7IcHilr/KS0e5T+0Hg==} - engines: {node: '>=v14'} + /@commitlint/to-lines@18.1.0: + resolution: {integrity: sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==} + engines: {node: '>=v18'} dev: true - /@commitlint/top-level@17.4.0: - resolution: {integrity: sha512-/1loE/g+dTTQgHnjoCy0AexKAEFyHsR2zRB4NWrZ6lZSMIxAhBJnmCqwao7b4H8888PsfoTBCLBYIw8vGnej8g==} - engines: {node: '>=v14'} + /@commitlint/top-level@18.1.0: + resolution: {integrity: sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==} + engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types@17.4.4: - resolution: {integrity: sha512-amRN8tRLYOsxRr6mTnGGGvB5EmW/4DDjLMgiwK3CCVEmN6Sr/6xePGEpWaspKkckILuUORCwe6VfDBw6uj4axQ==} - engines: {node: '>=v14'} + /@commitlint/types@18.1.0: + resolution: {integrity: sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==} + engines: {node: '>=v18'} dependencies: chalk: 4.1.2 dev: true @@ -3430,15 +3435,6 @@ packages: '@csstools/css-tokenizer': 2.2.1 dev: true - /@csstools/css-parser-algorithms@2.3.1(@csstools/css-tokenizer@2.2.0): - resolution: {integrity: sha512-xrvsmVUtefWMWQsGgFffqWSK03pZ1vfDki4IVIIUxxDKnGBzqNgv0A7SB1oXtVNEkcVO8xi1ZrTL29HhSu5kGA==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-tokenizer': ^2.2.0 - dependencies: - '@csstools/css-tokenizer': 2.2.0 - dev: true - /@csstools/css-parser-algorithms@2.3.2(@csstools/css-tokenizer@2.2.1): resolution: {integrity: sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==} engines: {node: ^14 || ^16 || >=18} @@ -3448,27 +3444,11 @@ packages: '@csstools/css-tokenizer': 2.2.1 dev: true - /@csstools/css-tokenizer@2.2.0: - resolution: {integrity: sha512-wErmsWCbsmig8sQKkM6pFhr/oPha1bHfvxsUY5CYSQxwyhA9Ulrs8EqCgClhg4Tgg2XapVstGqSVcz0xOYizZA==} - engines: {node: ^14 || ^16 || >=18} - dev: true - /@csstools/css-tokenizer@2.2.1: resolution: {integrity: sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==} engines: {node: ^14 || ^16 || >=18} dev: true - /@csstools/media-query-list-parser@2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0): - resolution: {integrity: sha512-V/OUXYX91tAC1CDsiY+HotIcJR+vPtzrX8pCplCpT++i8ThZZsq5F5dzZh/bDM3WUOjrvC1ljed1oSJxMfjqhw==} - engines: {node: ^14 || ^16 || >=18} - peerDependencies: - '@csstools/css-parser-algorithms': ^2.3.1 - '@csstools/css-tokenizer': ^2.2.0 - dependencies: - '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) - '@csstools/css-tokenizer': 2.2.0 - dev: true - /@csstools/media-query-list-parser@2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1): resolution: {integrity: sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==} engines: {node: ^14 || ^16 || >=18} @@ -4204,13 +4184,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.52.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.51.0 + eslint: 8.52.0 eslint-visitor-keys: 3.4.3 dev: true @@ -4236,20 +4216,20 @@ packages: - supports-color dev: true - /@eslint/js@8.51.0: - resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} + /@eslint/js@8.52.0: + resolution: {integrity: sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true /@etchteam/storybook-addon-status@4.2.4(@types/react-dom@18.2.7)(@types/react@18.2.21): resolution: {integrity: sha512-WkSz82WPqcqOBjB6MkLED4kIZU6jX61skBDh+/D8cedvSEQnPhQVMfxO0fnnzwhDsbqR7IXpPQPGx3hHPpi54A==} dependencies: - '@storybook/api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -4262,6 +4242,22 @@ packages: resolution: {integrity: sha512-cEee/Z+I12mZcFJshKcCqC8tuX5hG3s+d+9nZ3LabqKF1vKdF41B92pJVCBggjAGORAeOzyyDDKrZwIkLffeOQ==} dev: true + /@figspec/components@1.0.2: + resolution: {integrity: sha512-rTjjH7wvM55ZuX+MRVPND1cs4Z4JspJvKc9lzGxm/8gD4dLfgeFztQuNy+daGglaxcGXLXTuJ2oJtZ0/lmRKmw==} + dependencies: + lit: 2.8.0 + dev: true + + /@figspec/react@1.0.3(react@18.2.0): + resolution: {integrity: sha512-r683qOko+5CbT48Ox280fMx2MNAtaFPgCNJvldOqN3YtmAzlcTT+YSxd3OahA+kjXGGrnzDbUgeTOX1cPLII+g==} + peerDependencies: + react: ^16.14.0 || ^17.0.0 || ^18.0.0 || 18 + dependencies: + '@figspec/components': 1.0.2 + '@lit-labs/react': 1.2.1 + react: 18.2.0 + dev: true + /@floating-ui/core@1.5.0: resolution: {integrity: sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==} dependencies: @@ -4334,11 +4330,11 @@ packages: '@hapi/hoek': 9.3.0 dev: true - /@humanwhocodes/config-array@0.11.11: - resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} + /@humanwhocodes/config-array@0.11.13: + resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': 1.2.1 + '@humanwhocodes/object-schema': 2.0.1 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -4350,8 +4346,8 @@ packages: engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema@1.2.1: - resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} + /@humanwhocodes/object-schema@2.0.1: + resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} dev: true /@internationalized/date@3.5.0: @@ -4450,7 +4446,7 @@ packages: dependencies: '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.18.3 + '@types/node': 20.8.8 '@types/yargs': 16.0.5 chalk: 4.1.2 dev: true @@ -4462,16 +4458,16 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.18.3 + '@types/node': 20.8.8 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true - /@joshwooding/vite-plugin-react-docgen-typescript@0.2.1(typescript@5.2.2)(vite@4.4.9): - resolution: {integrity: sha512-ou4ZJSXMMWHqGS4g8uNRbC5TiTWxAgQZiVucoUrOCWuPrTbkpJbmVyIi9jU72SBry7gQtuMEDp4YR8EEXAg7VQ==} + /@joshwooding/vite-plugin-react-docgen-typescript@0.3.0(typescript@5.2.2)(vite@4.5.0): + resolution: {integrity: sha512-2D6y7fNvFmsLmRt6UCOFJPvFoPMJGT0Uh1Wg0RaigUp7kdQPs6yYn8Dmx6GZkOH/NW0yMTwRz/p0SRMMRo50vA==} peerDependencies: typescript: '>= 4.3.x' - vite: ^3.0.0 || ^4.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 peerDependenciesMeta: typescript: optional: true @@ -4481,7 +4477,7 @@ packages: magic-string: 0.27.0 react-docgen-typescript: 2.2.2(typescript@5.2.2) typescript: 5.2.2 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) dev: true /@jridgewell/gen-mapping@0.3.3: @@ -4529,6 +4525,20 @@ packages: resolution: {integrity: sha512-dfLbk+PwWvFzSxwk3n5ySL0hfBog779o8h68wK/7/APo/7cgyWp5jcXockbxdk5kFRkbeXWm4Fbi9FrdN381sA==} dev: true + /@lit-labs/react@1.2.1: + resolution: {integrity: sha512-DiZdJYFU0tBbdQkfwwRSwYyI/mcWkg3sWesKRsHUd4G+NekTmmeq9fzsurvcKTNVa0comNljwtg4Hvi1ds3V+A==} + dev: true + + /@lit-labs/ssr-dom-shim@1.1.2: + resolution: {integrity: sha512-jnOD+/+dSrfTWYfSXBXlo5l5f0q1UuJo3tkbMDCYA2lKUYq79jaxqtGEvnRoh049nt1vdo1+45RinipU6FGY2g==} + dev: true + + /@lit/reactive-element@1.6.3: + resolution: {integrity: sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==} + dependencies: + '@lit-labs/ssr-dom-shim': 1.1.2 + dev: true + /@ljharb/through@2.3.9: resolution: {integrity: sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==} engines: {node: '>= 0.4'} @@ -4668,11 +4678,11 @@ packages: which: 3.0.1 dev: true - /@nrwl/tao@16.10.0: - resolution: {integrity: sha512-QNAanpINbr+Pod6e1xNgFbzK1x5wmZl+jMocgiEFXZ67KHvmbD6MAQQr0MMz+GPhIu7EE4QCTLTyCEMlAG+K5Q==} + /@nrwl/tao@17.0.1: + resolution: {integrity: sha512-UtqLJi3kCtGFY4voZ78FfQ/t3av7F9gYgWkG9/WquDmXzUMNufPgsnIX4wwzvyeifwy1ocEA0APsUfRX63d5rw==} hasBin: true dependencies: - nx: 16.10.0 + nx: 17.0.1 tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' @@ -4680,8 +4690,8 @@ packages: - debug dev: true - /@nx/nx-darwin-arm64@16.10.0: - resolution: {integrity: sha512-YF+MIpeuwFkyvM5OwgY/rTNRpgVAI/YiR0yTYCZR+X3AAvP775IVlusNgQ3oedTBRUzyRnI4Tknj1WniENFsvQ==} + /@nx/nx-darwin-arm64@17.0.1: + resolution: {integrity: sha512-Ksgrtck+vZtdh4mFw+IF4ECh4VGQktuHZNT7MwzKQTzLc7gQgjt3OyC97rDWoTb8qgUNc857Hor6ZAZpqHkItA==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -4689,8 +4699,8 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@16.10.0: - resolution: {integrity: sha512-ypi6YxwXgb0kg2ixKXE3pwf5myVNUgWf1CsV5OzVccCM8NzheMO51KDXTDmEpXdzUsfT0AkO1sk5GZeCjhVONg==} + /@nx/nx-darwin-x64@17.0.1: + resolution: {integrity: sha512-QBGRDwh9xxBAeOI9WUgiihOqnJ3WUlNtIajf3rsH0A9UpU2hPg/7rTSzLRSJHScEPeB9ICLRoiCRnvoZ1iuQMQ==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -4698,8 +4708,8 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@16.10.0: - resolution: {integrity: sha512-UeEYFDmdbbDkTQamqvtU8ibgu5jQLgFF1ruNb/U4Ywvwutw2d4ruOMl2e0u9hiNja9NFFAnDbvzrDcMo7jYqYw==} + /@nx/nx-freebsd-x64@17.0.1: + resolution: {integrity: sha512-r7cCVBdypTK73b5uPiewIQSq9klSEabcYJkhOP5H0Kzdb3n5G8eJrQBLopoXXqnkxIZnfzvIV/ATssr7nIGJJg==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -4707,8 +4717,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@16.10.0: - resolution: {integrity: sha512-WV3XUC2DB6/+bz1sx+d1Ai9q2Cdr+kTZRN50SOkfmZUQyEBaF6DRYpx/a4ahhxH3ktpNfyY8Maa9OEYxGCBkQA==} + /@nx/nx-linux-arm-gnueabihf@17.0.1: + resolution: {integrity: sha512-s0EGuEMvib+yxji+A/C5BDzOe03GczVtB8ArSKWUxwSGq2jv7ybTXgZK0VdJc0odhzXu6zpwy6mEm1ZAGfshDw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -4716,8 +4726,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@16.10.0: - resolution: {integrity: sha512-aWIkOUw995V3ItfpAi5FuxQ+1e9EWLS1cjWM1jmeuo+5WtaKToJn5itgQOkvSlPz+HSLgM3VfXMvOFALNk125g==} + /@nx/nx-linux-arm64-gnu@17.0.1: + resolution: {integrity: sha512-gB4gdBrnXh4XXqk6RC+GBDnDNZ3UnCnQRTvyVZUtlDZnJ7j9FYbNTZB+m/zoQGweBpCDYAYnpx+bJ7sK1lVwlg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -4725,8 +4735,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@16.10.0: - resolution: {integrity: sha512-uO6Gg+irqpVcCKMcEPIQcTFZ+tDI02AZkqkP7koQAjniLEappd8DnUBSQdcn53T086pHpdc264X/ZEpXFfrKWQ==} + /@nx/nx-linux-arm64-musl@17.0.1: + resolution: {integrity: sha512-h2258DDRwV10bp3ygmaBxLVnV/gUXo9fQc5yBLgJD679RcyhtQNIW76pCtqqJAb/ErzxJAj6s90YxQdtnnScqQ==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -4734,8 +4744,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@16.10.0: - resolution: {integrity: sha512-134PW/u/arNFAQKpqMJniC7irbChMPz+W+qtyKPAUXE0XFKPa7c1GtlI/wK2dvP9qJDZ6bKf0KtA0U/m2HMUOA==} + /@nx/nx-linux-x64-gnu@17.0.1: + resolution: {integrity: sha512-KrmkK3CcROGgjO5yOtHgVa9Add2UTjrJnPGFcBES4nm6+7ZDCDwll7ukYCsPy6cwx6hhC5aHrKCARc0oTRmjOQ==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -4743,8 +4753,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@16.10.0: - resolution: {integrity: sha512-q8sINYLdIJxK/iUx9vRk5jWAWb/2O0PAbOJFwv4qkxBv4rLoN7y+otgCZ5v0xfx/zztFgk/oNY4lg5xYjIso2Q==} + /@nx/nx-linux-x64-musl@17.0.1: + resolution: {integrity: sha512-qMWAPb+dH50bkM/LgCLhgOMC1Ie0A7lEl4KsJGQcib7CE9l7ntdRso9osJGkBtmidpohL5LbfRb3W4DJunz6Vg==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -4752,8 +4762,8 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@16.10.0: - resolution: {integrity: sha512-moJkL9kcqxUdJSRpG7dET3UeLIciwrfP08mzBQ12ewo8K8FzxU8ZUsTIVVdNrwt01CXOdXoweGfdQLjJ4qTURA==} + /@nx/nx-win32-arm64-msvc@17.0.1: + resolution: {integrity: sha512-nVsZIqUnqYeo3fkrxjivy2mHW+wbORaJPv2donxPJDCFjXgn1gPsQenKl1wlkeetw+TDCOLQmt09wMkDfpFO2w==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -4761,8 +4771,8 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@16.10.0: - resolution: {integrity: sha512-5iV2NKZnzxJwZZ4DM5JVbRG/nkhAbzEskKaLBB82PmYGKzaDHuMHP1lcPoD/rtYMlowZgNA/RQndfKvPBPwmXA==} + /@nx/nx-win32-x64-msvc@17.0.1: + resolution: {integrity: sha512-0W1Hk7tbAOrou6ScTRo6hlZiIIBt0ECdn6rALEDWN4lNKheu0pb2gHZO/hSYMwGj3XUpNvApvUCCdcSTBjegRQ==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -5372,14 +5382,14 @@ packages: resolution: {integrity: sha512-Ba7HmkFgfQxZqqaeIWWkNK0rEhpxVQHIoVyW1YDSkGsGIXzcaW4deC8B0pZrNSSyLTdIk7y+5olKt5+g0GmFIQ==} dev: false - /@react-aria/button@3.8.3(react@18.2.0): - resolution: {integrity: sha512-e7J97j0meHUhQy0YmJh+kLTl0vUJSoD9mmdnlHIXm1RRcBkH9CDScECUuyPetB330nUvS03eTN6pQ5OmrFtJTQ==} + /@react-aria/button@3.8.4(react@18.2.0): + resolution: {integrity: sha512-rTGZk5zu+lQNjfij2fwnw2PAgBgzNLi3zbMw1FL5/XwVx+lEH2toeqKLoqULtd7nSxskYuQz56VhmjUok6Qkmg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/toggle': 3.6.3(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5403,24 +5413,24 @@ packages: react: 18.2.0 dev: false - /@react-aria/combobox@3.7.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rrTptAsugPzcO7MqWMIuSpoNYpLBUOaGeRD6pOiNNPm/lAooZSYQg1AxM2m7pdE2gQQsiLInRbq/KvcfYMnDfQ==} + /@react-aria/combobox@3.7.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-37no1b3sRI9mDh3MpMPWNt0Q8QdoRipnx12Vx5Uvtb0PA23hwOWDquICzs157SoJpXP49/+eH6LiA0uTsqwVuQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/listbox': 3.11.0(react-dom@18.2.0)(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/listbox': 3.11.1(react-dom@18.2.0)(react@18.2.0) '@react-aria/live-announcer': 3.3.1 - '@react-aria/menu': 3.11.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/overlays': 3.18.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/textfield': 3.12.1(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/menu': 3.11.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/overlays': 3.18.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/textfield': 3.12.2(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/combobox': 3.7.1(react@18.2.0) - '@react-stately/layout': 3.13.2(react@18.2.0) + '@react-stately/layout': 3.13.3(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/combobox': 3.8.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5442,18 +5452,31 @@ packages: react: 18.2.0 dev: false + /@react-aria/focus@3.14.3(react@18.2.0): + resolution: {integrity: sha512-gvO/frZ7SxyfyHJYC+kRsUXnXct8hGHKlG1TwbkzCCXim9XIPKDgRzfNGuFfj0i8ZpR9xmsjOBUkHZny0uekFA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + clsx: 1.2.1 + react: 18.2.0 + dev: false + /@react-aria/grid@3.8.3(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Q1n6LP5JHxKW1rScDILrgDhGlRn/JJSD1mCutdZA3smi1dIlHm6smS4Cpy6Zl7RRppzeIC5fcy+QotpgF26oZg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) '@react-aria/live-announcer': 3.3.1 - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/grid': 3.8.2(react@18.2.0) '@react-stately/selection': 3.14.0(react@18.2.0) @@ -5466,18 +5489,42 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/gridlist@3.7.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-3hyskES7TldMiub/eWMTx3hvl7CDO2Jc9UW5+kbqFqtp/E0tVoXtIRAqFC6JsWzlgu3rFUkHm8sfjXprOOIkuQ==} + /@react-aria/grid@3.8.4(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-UxEz98Z6yxVAOq7QSZ9OmSsvMwxJDVl7dVRwUHeqWxNprk9o5GGCLjhMv948XBUEnOvLV2qgtI7UoGzSdliUJA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/grid': 3.8.3(react-dom@18.2.0)(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/live-announcer': 3.3.1 + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-stately/collections': 3.10.2(react@18.2.0) + '@react-stately/grid': 3.8.2(react@18.2.0) + '@react-stately/selection': 3.14.0(react@18.2.0) + '@react-stately/virtualizer': 3.6.4(react@18.2.0) + '@react-types/checkbox': 3.5.2(react@18.2.0) + '@react-types/grid': 3.2.2(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@react-aria/gridlist@3.7.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-XnU8mTc/KrwHsGayQm0u5aoaDzdZ8DftKSSfyBEqLiCaibKFqMADb987SOY5+IVGEtYkxDRn1Reo52U0Fs4mxg==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 + dependencies: + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/grid': 3.8.4(react-dom@18.2.0)(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/list': 3.10.0(react@18.2.0) '@react-types/checkbox': 3.5.2(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5496,7 +5543,23 @@ packages: '@internationalized/number': 3.3.0 '@internationalized/string': 3.1.1 '@react-aria/ssr': 3.8.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + dev: false + + /@react-aria/i18n@3.8.4(react@18.2.0): + resolution: {integrity: sha512-YlTJn7YJlUxds/T5dNtme551qc118NoDQhK+IgGpzcmPQ3xSnwBAQP4Zwc7wCpAU+xEwnNcsGw+L1wJd49He/A==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@internationalized/date': 3.5.0 + '@internationalized/message': 3.1.1 + '@internationalized/number': 3.3.0 + '@internationalized/string': 3.1.1 + '@react-aria/ssr': 3.8.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 react: 18.2.0 @@ -5508,7 +5571,19 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: '@react-aria/ssr': 3.8.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + dev: false + + /@react-aria/interactions@3.19.1(react@18.2.0): + resolution: {integrity: sha512-2QFOvq/rJfMGEezmtYcGcJmfaD16kHKcSTLFrZ8aeBK6hYFddGVZJZk+dXf+G7iNaffa8rMt6uwzVe/malJPBA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/ssr': 3.8.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 react: 18.2.0 @@ -5519,24 +5594,36 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/label': 3.8.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + dev: false + + /@react-aria/label@3.7.2(react@18.2.0): + resolution: {integrity: sha512-rS0xQy+4RH1+JLESzLZd9H285McjNNf2kKwBhzU0CW3akjlu7gqaMKEJhX9MlpPDIVOUc2oEObGdU3UMmqa8ew==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/label': 3.8.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 react: 18.2.0 dev: false - /@react-aria/listbox@3.11.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-N82ISTmnUWsp2Bmo/Kjy+3l/1/CSfRl/y6U3vUMZzEc+v4ptgWscUoWMpqzDrBpYhbVx1RdFuFJYOYOv4M5QYQ==} + /@react-aria/listbox@3.11.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-AkguQaIkqpP5oe++EZqYHowD7FfeQs+yY0QZVSsVPpNExcBug8/GcXvhSclcOxdh6ekZg4Wwcq7K0zhuTSOPzg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/label': 3.7.1(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/label': 3.7.2(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/list': 3.10.0(react@18.2.0) '@react-types/listbox': 3.4.5(react@18.2.0) @@ -5552,18 +5639,18 @@ packages: '@swc/helpers': 0.5.1 dev: false - /@react-aria/menu@3.11.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-rPHMHPkmdJdatxlvV4lYFA4z5d9HSlBS9b0LUsL5iheoyXIgdiD/WF4y6W5ye+j4ZnZTO1lA6hIopIcSE/G/vg==} + /@react-aria/menu@3.11.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1eVVDrGnSExaL7e8IiaM9ndWTjT23rsnQGUK3p66R1Ojs8Q5rPBuJpP74rsmIpYiKOCr8WyZunjm5Fjv5KfA5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/overlays': 3.18.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/overlays': 3.18.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/menu': 3.5.6(react@18.2.0) '@react-stately/tree': 3.7.3(react@18.2.0) @@ -5575,18 +5662,18 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/numberfield@3.9.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-BsHr4WfyE4AqLiQp6n562ufHPjMRsCwNHleUjKCKONjb/bnOrjsXa8DohvG+bFjIYhof/hlhdPQ07+QqzTsk3A==} + /@react-aria/numberfield@3.9.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-s9LM5YUzZpbOn5KldUS2JmkDNOA9obVmm8TofICH+z6RnReznp72NLPn0IwblRnocmMOIvGINT55Tz50BmbfNA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) '@react-aria/live-announcer': 3.3.1 - '@react-aria/spinbutton': 3.5.3(react-dom@18.2.0)(react@18.2.0) - '@react-aria/textfield': 3.12.1(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/spinbutton': 3.5.4(react-dom@18.2.0)(react@18.2.0) + '@react-aria/textfield': 3.12.2(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/numberfield': 3.6.2(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/numberfield': 3.6.1(react@18.2.0) @@ -5597,18 +5684,18 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/overlays@3.18.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-2y1QlDgR3CNN0koFFreSFlWgMuzhdZQ9CAVw6vUJaL5qZcIcS8H/1AzjNj81/sGrY2+iSauPpLNOh37lqDkKqQ==} + /@react-aria/overlays@3.18.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-C74eZbTp3OA/gXy9/+4iPrZiz7g27Zy6Q1+plbg5QTLpsFLBt2Ypy9jTTANNRZfW7a5NW/Bnw9WIRjCdtTBRXw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) '@react-aria/ssr': 3.8.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) - '@react-aria/visually-hidden': 3.8.5(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-aria/visually-hidden': 3.8.6(react@18.2.0) '@react-stately/overlays': 3.6.3(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/overlays': 3.8.3(react@18.2.0) @@ -5618,20 +5705,20 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/select@3.13.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-78a4uT/ugdHtNoAgwD2BRrK7lQWs/v2v9YO2veLFBJx49bbb5Bv3DvZ7jpIyY7DvCTwwgXxgMeff6b/2us0Mtw==} + /@react-aria/select@3.13.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-tWWOnMnrV1nlZzdO04Ntvf5GCJ6MPkg8Gwv6y0klDDjt12Qyc7J8INluW5A4eMUdtxCkWdaiEsXjyYBHT14ILQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/label': 3.7.1(react@18.2.0) - '@react-aria/listbox': 3.11.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/menu': 3.11.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) - '@react-aria/visually-hidden': 3.8.5(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/label': 3.7.2(react@18.2.0) + '@react-aria/listbox': 3.11.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/menu': 3.11.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-aria/visually-hidden': 3.8.6(react@18.2.0) '@react-stately/select': 3.5.5(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/select': 3.8.4(react@18.2.0) @@ -5647,10 +5734,10 @@ packages: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/selection': 3.14.0(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5659,26 +5746,44 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/separator@3.3.6(react@18.2.0): - resolution: {integrity: sha512-OcGs6v8/iIlQWr1pnkyl2KeC9o9N/UlVBL5j71kvb5vsbmgj2hu4Hu/Nih1fiAusSYKPSz/qODsZYAxuEwmIIg==} + /@react-aria/selection@3.17.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-g5gkSc/M+zJiVgWbUpKN095ea0D4fxdluH9ZcXxN4AAvcrVfEJyAnMmWOIKRebN8xR0KPfNRnKB7E6jld2tbuQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-stately/collections': 3.10.2(react@18.2.0) + '@react-stately/selection': 3.14.0(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + + /@react-aria/separator@3.3.7(react@18.2.0): + resolution: {integrity: sha512-5XjDhvGVmGHxxOrXLFCQhOs75v579nPTaSlrKhG/5BjTN3JrByAtuNAw8XZf3HbtiCRZnnL2bKdVbHBjmbuvDw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 react: 18.2.0 dev: false - /@react-aria/spinbutton@3.5.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-f1802nJuJ/jDIpjZiQsj6jtpl0rXxb00briB54Zxeu6l+6OSQwyeMK/bcZo4n1fT/3qIu/WmVigZgDhjiYcucQ==} + /@react-aria/spinbutton@3.5.4(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-W5dhUOjyBIgd8d4z526fW/HXQ+BdFceeGyvNAXoYBi/1gt3KqN/6CZgskG7OQEufxCOWc9e4A2eWNwvkQVJvWg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/i18n': 3.8.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) '@react-aria/live-announcer': 3.3.1 - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 @@ -5696,12 +5801,12 @@ packages: react: 18.2.0 dev: false - /@react-aria/switch@3.5.5(react@18.2.0): - resolution: {integrity: sha512-5s20Jb5fYhgsctmmeydSoVB1IJmsHQ3BQ9fp4mlCr723lPMH9iEhBScCWqxi4b7DcJ9JBDUmbf65eyzh122JBQ==} + /@react-aria/switch@3.5.6(react@18.2.0): + resolution: {integrity: sha512-W6H/0TFa72MJY02AatUERt5HKgaDTF8lOaTjNNmS6U6U20+//uvrVCqcBof8OMe4M60mQpkp7Bd6756CJAMX1w==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/toggle': 3.8.1(react@18.2.0) + '@react-aria/toggle': 3.8.2(react@18.2.0) '@react-stately/toggle': 3.6.3(react@18.2.0) '@react-types/switch': 3.4.2(react@18.2.0) '@swc/helpers': 0.5.1 @@ -5735,17 +5840,17 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/tabs@3.8.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-G0LHKZoHXdspuMsogZh60EnO8K8xuSCO+0zspx2aoMT3ES5SpcSO9kZIfOiMDB5rJM6UpZGcZQV6YJv+ec02ww==} + /@react-aria/tabs@3.8.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-3kRd5rYKclmW9lllcANq0oun2d1pZq7Onma95laYfrWtPBZ3YDVKOkujGSqdfSQAFVshWBjl2Q03yyvcRiwzbQ==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/list': 3.10.0(react@18.2.0) '@react-stately/tabs': 3.6.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5755,18 +5860,18 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/tag@3.2.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-DMoXF3ryoWgRMYGquUoctlpRoUqQdyNkphdprH+09wteU0Xe/VId4dB8AfUowD4WBqiEDEvzw84li8Flod28Iw==} + /@react-aria/tag@3.2.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-i7Mj3IhB91sGp3NS6iNBVh25W+LR2XXpTmtn3OS4R62q3Oalw/1PKqPWqFc73Lb5IWF5rj3eh2yTf+rerWf3dw==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 dependencies: - '@react-aria/gridlist': 3.7.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/i18n': 3.8.3(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/label': 3.7.1(react@18.2.0) - '@react-aria/selection': 3.17.0(react-dom@18.2.0)(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/gridlist': 3.7.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/i18n': 3.8.4(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/label': 3.7.2(react@18.2.0) + '@react-aria/selection': 3.17.1(react-dom@18.2.0)(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/list': 3.10.0(react@18.2.0) '@react-types/button': 3.9.0(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5775,14 +5880,14 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@react-aria/textfield@3.12.1(react@18.2.0): - resolution: {integrity: sha512-TOSpkspRvudUyYanvKjnZzj1q1MoyMUAtSDE+sn5IrB5R4XmwuIR9Wm3s8UxPJ/Wcnrb322s4k6J+7YpR5haWQ==} + /@react-aria/textfield@3.12.2(react@18.2.0): + resolution: {integrity: sha512-wRg8LJjZV6o4S/LRFqxs5waGDTiuIa/CRN+/X37Fu7GeZFeK0IBvWjKPlXLe7gMswaFqRmTKnQCU42mzUdDK1g==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/label': 3.7.1(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/label': 3.7.2(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@react-types/textfield': 3.8.1(react@18.2.0) '@swc/helpers': 0.5.1 @@ -5794,9 +5899,9 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/focus': 3.14.2(react@18.2.0) - '@react-aria/interactions': 3.19.0(react@18.2.0) - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-stately/toggle': 3.6.3(react@18.2.0) '@react-types/checkbox': 3.5.2(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) @@ -5805,20 +5910,49 @@ packages: react: 18.2.0 dev: false - /@react-aria/utils@3.21.0(react@18.2.0): - resolution: {integrity: sha512-0ZNaXgvbWnqqiG7FB0qhAIENN7CmBU30AnyTzz5ZZgvJexUJkhd2GMjvTqrBZ6zSjeMpUEIKg5PUA1eptGRPww==} + /@react-aria/toggle@3.8.2(react@18.2.0): + resolution: {integrity: sha512-0+RmlOQtyRmU+Dd9qM9od4DPpITC7jqA+n3aZn732XtCsosz5gPGbhFuLbSdWRZ42FQgqo7pZQWaDRZpJPkipA==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/ssr': 3.8.0(react@18.2.0) - '@react-stately/utils': 3.8.0(react@18.2.0) + '@react-aria/focus': 3.14.3(react@18.2.0) + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-stately/toggle': 3.6.3(react@18.2.0) + '@react-types/checkbox': 3.5.2(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) + '@react-types/switch': 3.4.2(react@18.2.0) '@swc/helpers': 0.5.1 - clsx: 1.2.1 react: 18.2.0 dev: false - /@react-aria/visually-hidden@3.8.5(react@18.2.0): + /@react-aria/utils@3.21.0(react@18.2.0): + resolution: {integrity: sha512-0ZNaXgvbWnqqiG7FB0qhAIENN7CmBU30AnyTzz5ZZgvJexUJkhd2GMjvTqrBZ6zSjeMpUEIKg5PUA1eptGRPww==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/ssr': 3.8.0(react@18.2.0) + '@react-stately/utils': 3.8.0(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + clsx: 1.2.1 + react: 18.2.0 + dev: false + + /@react-aria/utils@3.21.1(react@18.2.0): + resolution: {integrity: sha512-tySfyWHXOhd/b6JSrSOl7krngEXN3N6pi1hCAXObRu3+MZlaZOMDf/j18aoteaIF2Jpv8HMWUJUJtQKGmBJGRA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/ssr': 3.8.0(react@18.2.0) + '@react-stately/utils': 3.8.0(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + clsx: 1.2.1 + react: 18.2.0 + dev: false + + /@react-aria/visually-hidden@3.8.5(react@18.2.0): resolution: {integrity: sha512-uJcYQ3FSuJIIvaRXrTdYl/EFMDML0WV5A8nl7IrO5AMTa2HG9CG04ufeFj2BH48gbbgzlRsiYM41SRSaKjYqBg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 @@ -5831,6 +5965,19 @@ packages: react: 18.2.0 dev: false + /@react-aria/visually-hidden@3.8.6(react@18.2.0): + resolution: {integrity: sha512-6DmS/JLbK9KgU/ClK1WjwOyvpn8HtwYn+uisMLdP7HlCm692peYOkXDR1jqYbHL4GlyLCD0JLI+/xGdVh5aR/w==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/interactions': 3.19.1(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + clsx: 1.2.1 + react: 18.2.0 + dev: false + /@react-stately/checkbox@3.5.1(react@18.2.0): resolution: {integrity: sha512-j+EbHpZgS8J2LbysbVDK3vQAJc7YZHOjHRX20auEzVmulAFKwkRpevo/R5gEL4EpOz4bRyu+BH/jbssHXG+Ezw==} peerDependencies: @@ -5898,14 +6045,14 @@ packages: react: 18.2.0 dev: false - /@react-stately/layout@3.13.2(react@18.2.0): - resolution: {integrity: sha512-eucSC74XYhCJAUXLgj7FQgi85wXKkg3HFqanKh9qGOJGVH9vB/sbguV9syAOkeeWWfJFRMjAKSlRZOiPLG/x/A==} + /@react-stately/layout@3.13.3(react@18.2.0): + resolution: {integrity: sha512-AZ2Sm7iSRcRsNATXg7bjbPpZIjV3z7bHAJtICWA1wHieVVSV1FFoyDyiXdDTIOxyuGeytNPaxtGfPpFZia9Wsg==} peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: '@react-stately/collections': 3.10.2(react@18.2.0) '@react-stately/table': 3.11.2(react@18.2.0) - '@react-stately/virtualizer': 3.6.3(react@18.2.0) + '@react-stately/virtualizer': 3.6.4(react@18.2.0) '@react-types/grid': 3.2.2(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@react-types/table': 3.9.0(react@18.2.0) @@ -6060,7 +6207,18 @@ packages: peerDependencies: react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 dependencies: - '@react-aria/utils': 3.21.0(react@18.2.0) + '@react-aria/utils': 3.21.1(react@18.2.0) + '@react-types/shared': 3.21.0(react@18.2.0) + '@swc/helpers': 0.5.1 + react: 18.2.0 + dev: false + + /@react-stately/virtualizer@3.6.4(react@18.2.0): + resolution: {integrity: sha512-lf3+FDRnyLyY1IhLfwA6GuE/9F3nIEc5p245NkUSN1ngKlXI5PvLHNatiVbONC3wt90abkpMK+WMhu2S/B+4lA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || 18 + dependencies: + '@react-aria/utils': 3.21.1(react@18.2.0) '@react-types/shared': 3.21.0(react@18.2.0) '@swc/helpers': 0.5.1 react: 18.2.0 @@ -6202,17 +6360,17 @@ packages: react: 18.2.0 dev: false - /@remix-run/css-bundle@2.0.0: - resolution: {integrity: sha512-fwCqWUxRD6gJVJXeCF14knJzUjtPUPQi9sdFCF8Wzg3gNba6p1rgA4333oDaJdlRPfaXK3dgGojIpI1hgMMo8w==} + /@remix-run/css-bundle@2.1.0: + resolution: {integrity: sha512-HkLQzfJFbg0yLUPvczSsdOHuK1dfTYl+egOSsJ0WYY0PNSKxjlFAI4v1ZKyPrgllVdVeqUWVtmPCjwdcYdlxjw==} engines: {node: '>=18.0.0'} dev: false - /@remix-run/dev@2.0.0(@remix-run/serve@2.0.0)(@types/node@18.18.3)(ts-node@10.9.1)(typescript@5.2.2): - resolution: {integrity: sha512-cdUOuywlC6uHZPGhK+ASGBBKXUUtz94OFsAmRziu7lH7I3GZJ7llExlM+FtkQYEdD0u00/1FSnv2xjXAq/sHzw==} + /@remix-run/dev@2.1.0(@remix-run/serve@2.1.0)(@types/node@20.8.8)(typescript@5.2.2): + resolution: {integrity: sha512-Hn5lw46F+a48dp5uHKe68ckaHgdStW4+PmLod+LMFEqrMbkF0j4XD1ousebxlv989o0Uy/OLgfRMgMy4cBOvHg==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: - '@remix-run/serve': ^2.0.0 + '@remix-run/serve': ^2.1.0 typescript: ^5.1.0 peerDependenciesMeta: '@remix-run/serve': @@ -6229,10 +6387,10 @@ packages: '@babel/traverse': 7.22.11 '@mdx-js/mdx': 2.3.0 '@npmcli/package-json': 4.0.1 - '@remix-run/serve': 2.0.0(typescript@5.2.2) - '@remix-run/server-runtime': 2.0.0(typescript@5.2.2) + '@remix-run/serve': 2.1.0(typescript@5.2.2) + '@remix-run/server-runtime': 2.1.0(typescript@5.2.2) '@types/mdx': 2.0.7 - '@vanilla-extract/integration': 6.2.2(@types/node@18.18.3) + '@vanilla-extract/integration': 6.2.2(@types/node@20.8.8) arg: 5.0.2 cacache: 17.1.4 chalk: 4.1.2 @@ -6256,10 +6414,10 @@ packages: picocolors: 1.0.0 picomatch: 2.3.1 pidtree: 0.6.0 - postcss: 8.4.29 - postcss-discard-duplicates: 5.1.0(postcss@8.4.29) - postcss-load-config: 4.0.1(postcss@8.4.29)(ts-node@10.9.1) - postcss-modules: 6.0.0(postcss@8.4.29) + postcss: 8.4.31 + postcss-discard-duplicates: 5.1.0(postcss@8.4.31) + postcss-load-config: 4.0.1(postcss@8.4.31) + postcss-modules: 6.0.0(postcss@8.4.31) prettier: 2.8.8 pretty-ms: 7.0.1 react-refresh: 0.14.0 @@ -6286,8 +6444,8 @@ packages: - utf-8-validate dev: true - /@remix-run/eslint-config@2.0.0(eslint@8.51.0)(react@18.2.0)(typescript@5.2.2): - resolution: {integrity: sha512-zGkP8BGKDU41TkWnWMqkz/OsNacYoqiTAGzc8PzkmILdEHFfj6IFiseCLMdzZppYFLoZQGo8/Lpe1b7IidxDOg==} + /@remix-run/eslint-config@2.1.0(eslint@8.52.0)(react@18.2.0)(typescript@5.2.2): + resolution: {integrity: sha512-yfeUnHpUG+XveujMi6QODKMGhs5CvKWCKzASU397BPXiPWbMv6r2acfODSWK64ZdBMu9hcLbOb42GBFydVQeHA==} engines: {node: '>=18.0.0'} peerDependencies: eslint: ^8.0.0 @@ -6298,22 +6456,22 @@ packages: optional: true dependencies: '@babel/core': 7.22.11 - '@babel/eslint-parser': 7.22.11(@babel/core@7.22.11)(eslint@8.51.0) + '@babel/eslint-parser': 7.22.11(@babel/core@7.22.11)(eslint@8.52.0) '@babel/preset-react': 7.22.5(@babel/core@7.22.11) '@rushstack/eslint-patch': 1.3.3 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/parser': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + eslint: 8.52.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.51.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.51.0) - eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.51.0)(typescript@5.2.2) - eslint-plugin-jest-dom: 4.0.3(eslint@8.51.0) - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.51.0) - eslint-plugin-node: 11.1.0(eslint@8.51.0) - eslint-plugin-react: 7.33.2(eslint@8.51.0) - eslint-plugin-react-hooks: 4.6.0(eslint@8.51.0) - eslint-plugin-testing-library: 5.11.1(eslint@8.51.0)(typescript@5.2.2) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.29.0)(eslint@8.52.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0) + eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.52.0)(typescript@5.2.2) + eslint-plugin-jest-dom: 4.0.3(eslint@8.52.0) + eslint-plugin-jsx-a11y: 6.7.1(eslint@8.52.0) + eslint-plugin-node: 11.1.0(eslint@8.52.0) + eslint-plugin-react: 7.33.2(eslint@8.52.0) + eslint-plugin-react-hooks: 4.6.0(eslint@8.52.0) + eslint-plugin-testing-library: 5.11.1(eslint@8.52.0)(typescript@5.2.2) react: 18.2.0 typescript: 5.2.2 transitivePeerDependencies: @@ -6322,8 +6480,8 @@ packages: - supports-color dev: true - /@remix-run/express@2.0.0(express@4.18.2)(typescript@5.2.2): - resolution: {integrity: sha512-wNu+ajtSzcjju+zsAA3uaKCuwwpYKLnE8RI5mgA0Cr/KMnkJxKO6QZN4q1GkB65GyWezemhi/xCFJecy1Q8UXg==} + /@remix-run/express@2.1.0(express@4.18.2)(typescript@5.2.2): + resolution: {integrity: sha512-R5myPowQx6LYWY3+EqP42q19MOCT3+ZGwb2f0UKNs9a34R8U3nFpGWL7saXryC+To+EasujEScc8rTQw5Pftog==} engines: {node: '>=18.0.0'} peerDependencies: express: ^4.17.1 @@ -6332,12 +6490,12 @@ packages: typescript: optional: true dependencies: - '@remix-run/node': 2.0.0(typescript@5.2.2) + '@remix-run/node': 2.1.0(typescript@5.2.2) express: 4.18.2 typescript: 5.2.2 - /@remix-run/node@2.0.0(typescript@5.2.2): - resolution: {integrity: sha512-wICp1W3Aue6CojlfSQZoKCQYnJ+7U/kk0poqQr6+CNihY5QPStzOce3hNYwB9NweagbZsMf80x47m6ef6a9psQ==} + /@remix-run/node@2.1.0(typescript@5.2.2): + resolution: {integrity: sha512-TeSgjXnZUUlmw5FVpBVnXY7MLpracjdnwFNwoJE5NQkiUEFnGD/Yhvk4F2fOCkszqc2Z25KRclc5noweyiFu6Q==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -6345,8 +6503,8 @@ packages: typescript: optional: true dependencies: - '@remix-run/server-runtime': 2.0.0(typescript@5.2.2) - '@remix-run/web-fetch': 4.4.0 + '@remix-run/server-runtime': 2.1.0(typescript@5.2.2) + '@remix-run/web-fetch': 4.4.1 '@remix-run/web-file': 3.1.0 '@remix-run/web-stream': 1.1.0 '@web3-storage/multipart-parser': 1.0.0 @@ -6355,8 +6513,8 @@ packages: stream-slice: 0.1.2 typescript: 5.2.2 - /@remix-run/react@2.0.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2): - resolution: {integrity: sha512-h/xXrwupxXoWGvEC1JnDeh9D7lfLTQNiKaEXvWKZwlfNuKeI8nIKXpy+JDDHhloUybe4tpMKztyCqdNCYqfKWQ==} + /@remix-run/react@2.1.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2): + resolution: {integrity: sha512-DeYgfsvNxHqNn29sGA3XsZCciMKo2EFTQ9hHkuVPTsJXC4ipHr6Dja1j6UzZYPe/ZuKppiuTjueWCQlE2jOe1w==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0.0 || 18 @@ -6366,25 +6524,30 @@ packages: typescript: optional: true dependencies: - '@remix-run/router': 1.9.0 - '@remix-run/server-runtime': 2.0.0(typescript@5.2.2) + '@remix-run/router': 1.10.0 + '@remix-run/server-runtime': 2.1.0(typescript@5.2.2) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router-dom: 6.16.0(react-dom@18.2.0)(react@18.2.0) + react-router-dom: 6.17.0(react-dom@18.2.0)(react@18.2.0) typescript: 5.2.2 dev: false + /@remix-run/router@1.10.0: + resolution: {integrity: sha512-Lm+fYpMfZoEucJ7cMxgt4dYt8jLfbpwRCzAjm9UgSLOkmlqo9gupxt6YX3DY0Fk155NT9l17d/ydi+964uS9Lw==} + engines: {node: '>=14.0.0'} + /@remix-run/router@1.9.0: resolution: {integrity: sha512-bV63itrKBC0zdT27qYm6SDZHlkXwFL1xMBuhkn+X7l0+IIhNaH5wuuvZKp6eKhCD4KFhujhfhCT1YxXW6esUIA==} engines: {node: '>=14.0.0'} + dev: false - /@remix-run/serve@2.0.0(typescript@5.2.2): - resolution: {integrity: sha512-/KGWq6wyXw0ad6osngS+7mW+C7jNKbKnkEaQ7NRBT8AO5pD5S/OUoVeOWQm/4QJYbBQ+wawF2QN4qmbK5l1MfA==} + /@remix-run/serve@2.1.0(typescript@5.2.2): + resolution: {integrity: sha512-XHI+vPYz217qrg1QcV38TTPlEBTzMJzAt0SImPutyF0S2IBrZGZIFMEsspI0i0wNvdcdQz1IqmSx+mTghzW8eQ==} engines: {node: '>=18.0.0'} hasBin: true dependencies: - '@remix-run/express': 2.0.0(express@4.18.2)(typescript@5.2.2) - '@remix-run/node': 2.0.0(typescript@5.2.2) + '@remix-run/express': 2.1.0(express@4.18.2)(typescript@5.2.2) + '@remix-run/node': 2.1.0(typescript@5.2.2) chokidar: 3.5.3 compression: 1.7.4 express: 4.18.2 @@ -6395,8 +6558,8 @@ packages: - supports-color - typescript - /@remix-run/server-runtime@2.0.0(typescript@5.2.2): - resolution: {integrity: sha512-HaNszj/mp/A1Qz5sVupVIXqDyeEni3nwW5iKDqGAqv0n8E6FRkzEhOtAJypRABcKWBq0M9VM3fm6IO0vaMti8Q==} + /@remix-run/server-runtime@2.1.0(typescript@5.2.2): + resolution: {integrity: sha512-Uz69yF4Gu6F3VYQub3JgDo9godN8eDMeZclkadBTAWN7bYLonu0ChR/GlFxS35OLeF7BDgudxOSZob0nE1WHNg==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -6404,13 +6567,12 @@ packages: typescript: optional: true dependencies: - '@remix-run/router': 1.9.0 + '@remix-run/router': 1.10.0 '@types/cookie': 0.4.1 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.4.2 set-cookie-parser: 2.6.0 source-map: 0.7.4 - type-fest: 4.3.1 typescript: 5.2.2 /@remix-run/web-blob@3.1.0: @@ -6419,10 +6581,11 @@ packages: '@remix-run/web-stream': 1.1.0 web-encoding: 1.1.5 - /@remix-run/web-fetch@4.4.0: - resolution: {integrity: sha512-j6vswnGteHd3N5Y2lb5sRKP+NxChVCd1goXRDAanTMFfgxsCV/1ItlJFY8G/F4AESkDydcZ6tz6gAsttkGDiMA==} + /@remix-run/web-fetch@4.4.1: + resolution: {integrity: sha512-xMceEGn2kvfeWS91nHSOhEQHPGgjFnmDVpWFZrbWPVdiTByMZIn421/tdSF6Kd1RsNsY+5Iwt3JFEKZHAcMQHw==} engines: {node: ^10.17 || >=12.3} dependencies: + '@remix-run/web-blob': 3.1.0 '@remix-run/web-file': 3.1.0 '@remix-run/web-form-data': 3.1.0 '@remix-run/web-stream': 1.1.0 @@ -6483,8 +6646,8 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@storybook/addon-a11y@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-nqYZNweFtYZq1m1TisktqzulFgWXWmH43j5n3H6Rw/UKOWygpVzRVl4q4aiLgst+zOfLTLLW8kiJNxFJRbbu0A==} + /@storybook/addon-a11y@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-BzmSIhgqR+WSS5gqSOyzFACs20Nv0Wk9b4lpUWw5zEqZkXy1PFAUyRQ65kD9Tdjc1O2KL2Zi1h/gi0O6dWldMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6494,17 +6657,17 @@ packages: react-dom: optional: true dependencies: - '@storybook/addon-highlight': 7.4.0 - '@storybook/channels': 7.4.0 - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/addon-highlight': 7.5.1 + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 - axe-core: 4.7.2 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 + axe-core: 4.8.2 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -6514,8 +6677,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-actions@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-0lHLLUlrGE7CBFrfmAXrBKu7fUIsiQlnNekuE3cIAjSgVR481bJEzYHUUoMATqpPC4GGErBdP1CZxVDDwWV8jA==} + /@storybook/addon-actions@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-GieD3ru6EslKvwol1cE4lvszQCLB/AkQdnLofnqy1nnYso+hRxmPAw9/O+pWfpUBFdjXsQ7GX09+wEUpOJzepw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6525,14 +6688,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 dequal: 2.0.3 lodash: 4.17.21 polished: 4.2.2 @@ -6548,8 +6711,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-backgrounds@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-cEO/Tp/eRE+5bf1FGN4wKLqLDBv3EYp9enJyXV7B3cFdciqtoE7VJPZuFZkzjJN1rRcOKSZp8g5agsx+x9uNGQ==} + /@storybook/addon-backgrounds@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-XZoyJw/WoUlVvQHPTbSAZjKy2SEUjaSmAWgcRync25vp+q0obthjx6UnZHEUuH8Ud07HA3FYzlFtMicH5y/OIQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6559,14 +6722,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 memoizerific: 1.11.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -6576,8 +6739,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-controls@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-tYDfqpTR+c9y4kElmr3aWNHPot6kYd+nruYb697LpkCdy4lFErqSo0mhvPyZfMZp2KEajfp6YJAurhQWbvbj/A==} + /@storybook/addon-controls@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-Xag1e7TZo04LjUenfobkShpKMxTtwa4xM4bXQA8LjaAGZQ7jipbQ4PE73a17K59S2vqq89VAhkuMJWiyaOFqpw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6587,16 +6750,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/blocks': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-common': 7.4.0 - '@storybook/core-events': 7.4.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/node-logger': 7.4.0 - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 + '@storybook/blocks': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 7.5.1 + '@storybook/core-events': 7.5.1 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/node-logger': 7.5.1 + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 lodash: 4.17.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) @@ -6608,6 +6771,34 @@ packages: - supports-color dev: true + /@storybook/addon-designs@7.0.5(@storybook/addon-docs@7.4.0)(@storybook/addons@7.5.1)(@storybook/components@7.5.1)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.5.1)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-yB1YwkVhnTI28mS+00avAf7vPAppZi2pdXQF91725g+RoiM7llY87q+c1z2/YiQNQYNm2QXpYcrcYiLQzyr0NQ==} + peerDependencies: + '@storybook/addon-docs': ^7.0.0 + '@storybook/addons': ^7.0.0 + '@storybook/components': ^7.0.0 + '@storybook/manager-api': ^7.0.0 + '@storybook/preview-api': ^7.0.0 + '@storybook/theming': ^7.0.0 + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + dependencies: + '@figspec/react': 1.0.3(react@18.2.0) + '@storybook/addon-docs': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addons': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.4.0 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + /@storybook/addon-docs@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-LJE92LUeVTgi8W4tLBEbSvCqF54snmBfTFCr46vhCFov2CE2VBgEvIX1XT3dfUgYUOtPu3RXR2C89fYgU6VYZw==} peerDependencies: @@ -6642,25 +6833,59 @@ packages: - supports-color dev: true - /@storybook/addon-essentials@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-nZmNM9AKw2JXxnYUXyFKLeUF/cL7Z9E1WTeZyOFTDtU2aITRt8+LvaepwjchtPqu2B0GcQxLB5FRDdhy0I19nw==} + /@storybook/addon-docs@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-+wE67oWIhGK9+kv2sxoY2KDXm3v62RfEgxiksdhtffTP/joOK3p88S0lO+8g0G4xfNGUnBhPtzGMuUxWwaH2Pw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addon-actions': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-backgrounds': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-controls': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-docs': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-highlight': 7.4.0 - '@storybook/addon-measure': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-outline': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-toolbars': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/addon-viewport': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-common': 7.4.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/node-logger': 7.4.0 - '@storybook/preview-api': 7.4.0 + '@jest/transform': 29.6.4 + '@mdx-js/react': 2.3.0(react@18.2.0) + '@storybook/blocks': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/csf-plugin': 7.5.1 + '@storybook/csf-tools': 7.5.1 + '@storybook/global': 5.0.0 + '@storybook/mdx2-csf': 1.1.0 + '@storybook/node-logger': 7.5.1 + '@storybook/postinstall': 7.5.1 + '@storybook/preview-api': 7.5.1 + '@storybook/react-dom-shim': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 + fs-extra: 11.1.1 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + remark-external-links: 8.0.0 + remark-slug: 6.1.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - encoding + - supports-color + dev: true + + /@storybook/addon-essentials@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-/jaUZXV+mE/2G5PgEpFKm4lFEHluWn6GFR/pg+hphvHOzBGA3Y75JMgUfJ5CDYHB1dAVSf9JrPOd8Eb1tpESfA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/addon-actions': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-backgrounds': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-controls': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-docs': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-highlight': 7.5.1 + '@storybook/addon-measure': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-outline': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-toolbars': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/addon-viewport': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 7.5.1 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/node-logger': 7.5.1 + '@storybook/preview-api': 7.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 @@ -6671,16 +6896,16 @@ packages: - supports-color dev: true - /@storybook/addon-highlight@7.4.0: - resolution: {integrity: sha512-kpYSb3oXI9t/1+aRJhToDZ0/1W4mu+SzTBfv9Bl2d/DogEkFzgJricoy5LtvS5EpcXUmKO1FJsw/DCm9buSL2g==} + /@storybook/addon-highlight@7.5.1: + resolution: {integrity: sha512-js9OV17kpjRowuaGAPfI9aOn/zzt8P589ACZE+/eYBO9jT65CADwAUxg//Uq0/he+Ac9495pcK3BcYyDeym7/g==} dependencies: - '@storybook/core-events': 7.4.0 + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/preview-api': 7.4.0 + '@storybook/preview-api': 7.5.1 dev: true - /@storybook/addon-interactions@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-nEWP+Ib0Y/ShXfpCm40FBTbBy1/MT8XxTEAhcNN+3ZJ07Vhhkrb8GMlWHTKQv2PyghEVBYEoPFHhElUJQOe00g==} + /@storybook/addon-interactions@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-m9yohFYil+UBwYKFxHYdsAsn8PBCPl6HY/FSgfrDc5PiqT1Ya7paXopimyy9ok+VQt/RC8sEWIm809ONEoxosw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6690,16 +6915,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-common': 7.4.0 - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-common': 7.5.1 + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/instrumenter': 7.4.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 + '@storybook/instrumenter': 7.5.1 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 jest-mock: 27.5.1 polished: 4.2.2 react: 18.2.0 @@ -6712,8 +6937,8 @@ packages: - supports-color dev: true - /@storybook/addon-measure@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-8YjBqm6jPOBgkRn9YnJkLN0+ghgJiukdHOa0VB3qhiT+oww4ZOZ7mc2aQRwXQoFb05UbVVG9UNxE7lhyTyaG2w==} + /@storybook/addon-measure@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-yR6oELJe0UHYxRijd1YMuGaQRlZ3uABjmrXaFCPnd6agahgTwIJLiK4XamtkVur//LaiJMvtmM2XXrkJ1BvNJw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6723,13 +6948,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/types': 7.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) tiny-invariant: 1.3.1 @@ -6738,8 +6963,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-outline@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-CCAWFC3bfkmYPzFjOemfH/kjpqJOHt+SdJgBKmwujDy+zum0DHlUL/7rd+U32cEpezCA8bapd0hlWn59C4agHQ==} + /@storybook/addon-outline@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-IMi5Bo34/Q5YUG5uD8ZUTBwlpGrkDIV+PUgkyNIbmn9OgozoCH80Fs7YlGluRFODQISpHwio9qvSFRGdSNT56A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6749,13 +6974,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/types': 7.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) ts-dedent: 2.2.0 @@ -6764,8 +6989,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-toolbars@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-00PDLchlQXI3ZClQHU0YQBfikAAxHOhVNv2QKW54yFKmxPl+P2c/VIeir9LcPhA04smKrJTD1u+Nszd66A9xAA==} + /@storybook/addon-toolbars@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-T88hEEQicV6eCovr5TN2nFgKt7wU0o7pAunP5cU01iiVRj63+oQiVIBB8Xtm4tN+/DsqtyP0BTa6rFwt2ULy8A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6775,11 +7000,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -6787,8 +7012,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-viewport@7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Bfoilf9eJV/C7tR8XHDxz3h8JlZ+iggoESp2Tc0bW9tlRvz+PsCqeyHhF/IgHY+gLnPal2PkK/PIM+ruO45HXA==} + /@storybook/addon-viewport@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-L57lOGB3LfKgAdLinaZojRQ9W9w2RC0iP9bVaXwrRVeJdpNayfuW4Kh1C8dmacZroB4Zp2U/nEjkSmdcp6uUWg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6798,13 +7023,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) memoizerific: 1.11.3 prop-types: 15.8.1 react: 18.2.0 @@ -6814,21 +7039,21 @@ packages: - '@types/react-dom' dev: true - /@storybook/addons@7.4.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-obeYFtICbJRqE41t5Fk0wxCPp4BMKxPVyZ8GxNpKD0sRsZfD+/5k2oSwMzdl8pWkm43zzz0aqqhrP5UJzAi66Q==} + /@storybook/addons@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-/AdQYqZ1aHHmMrJL68suo1IdyQzRQX7W1sQ3o40juqr/REIpiSZMMSuBcQ6wKXP1NxHMJXEDdb/iSN31Z6DiLg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/preview-api': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/types': 7.5.1 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/api@7.4.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-L6CT3YCuUov9VHZUSA0euNuPB1Kczd2qVDgBzw8CFjQLei06ELoGCWFPS1X1HtY7d9BC+UjhU16uA4pjt833yw==} + /@storybook/api@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-z5HrwXnBdfr8q5CO3E9oL0H+joixyuQ2nod+UPqd5QYE/GzpyWHTzpW6CxSCDX2wL60KEsfc/7T0CE12Gx4XMA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -6838,8 +7063,8 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -6882,13 +7107,51 @@ packages: - supports-color dev: true - /@storybook/builder-manager@7.4.0: - resolution: {integrity: sha512-4fuxVzBIBbZh2aVBizSOU5EJ8b74IhR6x2TAZjifZZf5Gdxgfgio8sAyrrd/C78vrFOFhFEgmQhMqZRuCLHxvQ==} + /@storybook/blocks@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7b69p6kDdgmlejEMM2mW6/Lz4OmU/R3Qr+TpKnPcV5iS7ADxRQEQCTEMoQ5RyLJf0vDRh/7Ljn/RMo8Ux3X7JA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 + '@storybook/csf': 0.1.1 + '@storybook/docs-tools': 7.5.1 + '@storybook/global': 5.0.0 + '@storybook/manager-api': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/preview-api': 7.5.1 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 + '@types/lodash': 4.14.197 + color-convert: 2.0.1 + dequal: 2.0.3 + lodash: 4.17.21 + markdown-to-jsx: 7.3.2(react@18.2.0) + memoizerific: 1.11.3 + polished: 4.2.2 + react: 18.2.0 + react-colorful: 5.6.1(react-dom@18.2.0)(react@18.2.0) + react-dom: 18.2.0(react@18.2.0) + telejson: 7.2.0 + tocbot: 4.21.1 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + - encoding + - supports-color + dev: true + + /@storybook/builder-manager@7.5.1: + resolution: {integrity: sha512-a02kg/DCcYgiTz+7rw4KdvQzif+2lZ+NIFF5U5u8SDoCQuoe3wRT6QBrFYQTxJexA4WfO6cpyRLDJ1rx6NLo8A==} dependencies: '@fal-works/esbuild-plugin-global-externals': 2.1.2 - '@storybook/core-common': 7.4.0 - '@storybook/manager': 7.4.0 - '@storybook/node-logger': 7.4.0 + '@storybook/core-common': 7.5.1 + '@storybook/manager': 7.5.1 + '@storybook/node-logger': 7.5.1 '@types/ejs': 3.1.2 '@types/find-cache-dir': 3.2.1 '@yarnpkg/esbuild-plugin-pnp': 3.0.0-rc.15(esbuild@0.18.20) @@ -6906,12 +7169,12 @@ packages: - supports-color dev: true - /@storybook/builder-vite@7.4.0(typescript@5.2.2)(vite@4.4.9): - resolution: {integrity: sha512-2hE+Q5zoSFQvmiPKsRaZWUX5v6vRaSp0+kgZo3EOg0DvAACiC/Cd+sdnv7wxigvSnVRMbWvBVguPyePRjke8KA==} + /@storybook/builder-vite@7.5.1(typescript@5.2.2)(vite@4.5.0): + resolution: {integrity: sha512-fsF4LsxroVvjBJoI5AvRA6euhpYrb5euii5kPzrsWXLOn6gDBK0jQ0looep/io7J45MisDjRTPp14A02pi1bkw==} peerDependencies: '@preact/preset-vite': '*' typescript: '>= 4.3.x' - vite: ^3.0.0 || ^4.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 vite-plugin-glimmerx: '*' peerDependenciesMeta: '@preact/preset-vite': @@ -6921,15 +7184,14 @@ packages: vite-plugin-glimmerx: optional: true dependencies: - '@storybook/channels': 7.4.0 - '@storybook/client-logger': 7.4.0 - '@storybook/core-common': 7.4.0 - '@storybook/csf-plugin': 7.4.0 - '@storybook/mdx2-csf': 1.1.0 - '@storybook/node-logger': 7.4.0 - '@storybook/preview': 7.4.0 - '@storybook/preview-api': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/core-common': 7.5.1 + '@storybook/csf-plugin': 7.5.1 + '@storybook/node-logger': 7.5.1 + '@storybook/preview': 7.5.1 + '@storybook/preview-api': 7.5.1 + '@storybook/types': 7.5.1 '@types/find-cache-dir': 3.2.1 browser-assert: 1.2.1 es-module-lexer: 0.9.3 @@ -6937,11 +7199,9 @@ packages: find-cache-dir: 3.3.2 fs-extra: 11.1.1 magic-string: 0.30.3 - remark-external-links: 8.0.0 - remark-slug: 6.1.0 rollup: 3.28.1 typescript: 5.2.2 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - encoding - supports-color @@ -6958,21 +7218,33 @@ packages: tiny-invariant: 1.3.1 dev: true - /@storybook/cli@7.4.0: - resolution: {integrity: sha512-yn27cn3LzhTqpEVX6CzUz13KTJ3jPLA2eM4bO1t7SYUqpDlzw3lET9DIcYIaUAIiL+0r2Js3jW2BsyN/5KmO5w==} + /@storybook/channels@7.5.1: + resolution: {integrity: sha512-7hTGHqvtdFTqRx8LuCznOpqPBYfUeMUt/0IIp7SFuZT585yMPxrYoaK//QmLEWnPb80B8HVTSQi7caUkJb32LA==} + dependencies: + '@storybook/client-logger': 7.5.1 + '@storybook/core-events': 7.5.1 + '@storybook/global': 5.0.0 + qs: 6.11.2 + telejson: 7.2.0 + tiny-invariant: 1.3.1 + dev: true + + /@storybook/cli@7.5.1: + resolution: {integrity: sha512-qKIJs8gqXTy0eSEbt0OW5nsJqiV/2+N1eWoiBiIxoZ+8b0ACXIAUcE/N6AsEDUqIq8AMK7lebqjEfIAt2Sp7Mg==} hasBin: true dependencies: '@babel/core': 7.22.11 '@babel/preset-env': 7.22.14(@babel/core@7.22.11) '@babel/types': 7.22.11 '@ndelangen/get-tarball': 3.0.9 - '@storybook/codemod': 7.4.0 - '@storybook/core-common': 7.4.0 - '@storybook/core-server': 7.4.0 - '@storybook/csf-tools': 7.4.0 - '@storybook/node-logger': 7.4.0 - '@storybook/telemetry': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/codemod': 7.5.1 + '@storybook/core-common': 7.5.1 + '@storybook/core-events': 7.5.1 + '@storybook/core-server': 7.5.1 + '@storybook/csf-tools': 7.5.1 + '@storybook/node-logger': 7.5.1 + '@storybook/telemetry': 7.5.1 + '@storybook/types': 7.5.1 '@types/semver': 7.5.1 '@yarnpkg/fslib': 2.10.3 '@yarnpkg/libzip': 2.3.0 @@ -7009,11 +7281,11 @@ packages: - utf-8-validate dev: true - /@storybook/client-api@7.4.0: - resolution: {integrity: sha512-Zmmq/fjr166L+BpgHo16Xbx/4GvaMtbwvEv1JWj/DTYlWuK3gS1Fl/cZ0gDwtNxZIgpVI09N42cbsMfHuFNUVA==} + /@storybook/client-api@7.5.1: + resolution: {integrity: sha512-oP/f5Bq7G4IXfjWShDA912YmJIb1VMe25ekqzHxTkRctu1Ng7feDQoooCHMng7Kyk7A1rm5vtSgF7W2ELR0Uug==} dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/preview-api': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/preview-api': 7.5.1 dev: true /@storybook/client-logger@7.4.0: @@ -7022,16 +7294,22 @@ packages: '@storybook/global': 5.0.0 dev: true - /@storybook/codemod@7.4.0: - resolution: {integrity: sha512-XqNhv5bec+L7TJ5tXdsMalmJazwaFMVVxoNlnb0f9zKhovAEF2F6hl6+Pnd2avRomH9+1q7EM+GwrTCAvzAfzg==} + /@storybook/client-logger@7.5.1: + resolution: {integrity: sha512-XxbLvg0aQRoBrzxYLcVYCbjDkGbkU8Rfb74XbV2CLiO2bIbFPmA1l1Nwbp+wkCGA+O6Z1zwzSl6wcKKqZ6XZCg==} + dependencies: + '@storybook/global': 5.0.0 + dev: true + + /@storybook/codemod@7.5.1: + resolution: {integrity: sha512-PqHGOz/CZnRG9pWgshezCacu524CrXOJrCOwMUP9OMpH0Jk/NhBkHaBZrB8wMjn5hekTj0UmRa/EN8wJm9CCUQ==} dependencies: '@babel/core': 7.22.11 '@babel/preset-env': 7.22.14(@babel/core@7.22.11) '@babel/types': 7.22.11 '@storybook/csf': 0.1.1 - '@storybook/csf-tools': 7.4.0 - '@storybook/node-logger': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/csf-tools': 7.5.1 + '@storybook/node-logger': 7.5.1 + '@storybook/types': 7.5.1 '@types/cross-spawn': 6.0.2 cross-spawn: 7.0.3 globby: 11.1.0 @@ -7066,11 +7344,34 @@ packages: - '@types/react-dom' dev: true - /@storybook/core-client@7.4.0: - resolution: {integrity: sha512-AhysJS2HnydB8Jc+BMVzK5VLHa1liJjxroNsd+ZTgGUhD7R8wvozrswQgY4MLFtcaLwN/wDWlK2YavSBqmc94Q==} + /@storybook/components@7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-fdzzxGBV/Fj9pYwfYL3RZsVUHeBqlfLMBP/L6mPmjaZSwHFqkaRZZUajZc57lCtI+TOy2gY6WH3cPavEtqtgLw==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/preview-api': 7.4.0 + '@radix-ui/react-select': 1.2.2(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-toolbar': 1.0.4(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + use-resize-observer: 9.1.0(react-dom@18.2.0)(react@18.2.0) + util-deprecate: 1.0.2 + transitivePeerDependencies: + - '@types/react' + - '@types/react-dom' + dev: true + + /@storybook/core-client@7.5.1: + resolution: {integrity: sha512-K651UnNKkW8U078CH5rcUqf0siGcfEhwya2yQN5RBb/H78HSLBLdYgzKqxaKtmz+S8DFyWhrgbXZLdBjavozJg==} + dependencies: + '@storybook/client-logger': 7.5.1 + '@storybook/preview-api': 7.5.1 dev: true /@storybook/core-common@7.4.0: @@ -7103,32 +7404,69 @@ packages: - supports-color dev: true + /@storybook/core-common@7.5.1: + resolution: {integrity: sha512-/rQ0/xvxFHSGCgIkK74HrgDMnzfYtDYTCoSod/qCTojfs9aciX+JYgvo5ChPnI/LEKWwxRTkrE7pl2u5+C4XGA==} + dependencies: + '@storybook/core-events': 7.5.1 + '@storybook/node-logger': 7.5.1 + '@storybook/types': 7.5.1 + '@types/find-cache-dir': 3.2.1 + '@types/node': 18.18.3 + '@types/node-fetch': 2.6.4 + '@types/pretty-hrtime': 1.0.1 + chalk: 4.1.2 + esbuild: 0.18.20 + esbuild-register: 3.5.0(esbuild@0.18.20) + file-system-cache: 2.3.0 + find-cache-dir: 3.3.2 + find-up: 5.0.0 + fs-extra: 11.1.1 + glob: 10.3.4 + handlebars: 4.7.8 + lazy-universal-dotenv: 4.0.0 + node-fetch: 2.7.0 + picomatch: 2.3.1 + pkg-dir: 5.0.0 + pretty-hrtime: 1.0.3 + resolve-from: 5.0.0 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@storybook/core-events@7.4.0: resolution: {integrity: sha512-JavEo4dw7TQdF5pSKjk4RtqLgsG2R/eWRI8vZ3ANKa0ploGAnQR/eMTfSxf6TUH3ElBWLJhi+lvUCkKXPQD+dw==} dependencies: ts-dedent: 2.2.0 dev: true - /@storybook/core-server@7.4.0: - resolution: {integrity: sha512-AcbfXatHVx1by4R2CiPIMgjQlOL3sUbVarkhmgUcL0AWT0zC0SCQWUZdo22en+jZhAraazgXyLGNCVP7A+6Tqg==} + /@storybook/core-events@7.5.1: + resolution: {integrity: sha512-2eyaUhTfmEEqOEZVoCXVITCBn6N7QuZCG2UNxv0l//ED+7MuMiFhVw7kS7H3WOVk65R7gb8qbKFTNX8HFTgBHg==} + dependencies: + ts-dedent: 2.2.0 + dev: true + + /@storybook/core-server@7.5.1: + resolution: {integrity: sha512-DD4BXCH91aZJoFuu0cQwG1ZUmE59kG5pazuE3S89zH1GwKS1jWyeAv4EwEfvynT5Ah1ctd8QdCZCSXVzjq0qcw==} dependencies: '@aw-web-design/x-default-browser': 1.4.126 '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-manager': 7.4.0 - '@storybook/channels': 7.4.0 - '@storybook/core-common': 7.4.0 - '@storybook/core-events': 7.4.0 + '@storybook/builder-manager': 7.5.1 + '@storybook/channels': 7.5.1 + '@storybook/core-common': 7.5.1 + '@storybook/core-events': 7.5.1 '@storybook/csf': 0.1.1 - '@storybook/csf-tools': 7.4.0 + '@storybook/csf-tools': 7.5.1 '@storybook/docs-mdx': 0.1.0 '@storybook/global': 5.0.0 - '@storybook/manager': 7.4.0 - '@storybook/node-logger': 7.4.0 - '@storybook/preview-api': 7.4.0 - '@storybook/telemetry': 7.4.0 - '@storybook/types': 7.4.0 + '@storybook/manager': 7.5.1 + '@storybook/node-logger': 7.5.1 + '@storybook/preview-api': 7.5.1 + '@storybook/telemetry': 7.5.1 + '@storybook/types': 7.5.1 '@types/detect-port': 1.3.3 - '@types/node': 16.18.46 + '@types/node': 18.18.3 '@types/pretty-hrtime': 1.0.1 '@types/semver': 7.5.1 better-opn: 3.0.2 @@ -7146,7 +7484,6 @@ packages: prompts: 2.4.2 read-pkg-up: 7.0.1 semver: 7.5.4 - serve-favicon: 2.5.0 telejson: 7.2.0 tiny-invariant: 1.3.1 ts-dedent: 2.2.0 @@ -7170,6 +7507,15 @@ packages: - supports-color dev: true + /@storybook/csf-plugin@7.5.1: + resolution: {integrity: sha512-jhV2aCZhSIXUiQDcHtuCg3dyYMzjYHTwLb4cJtkNw4sXqQoTGydTSWYwWigcHFfKGoyQp82rSgE1hE4YYx6iew==} + dependencies: + '@storybook/csf-tools': 7.5.1 + unplugin: 1.4.0 + transitivePeerDependencies: + - supports-color + dev: true + /@storybook/csf-tools@7.4.0: resolution: {integrity: sha512-bKyOmWPyvT50Neq2wCRr2PmVGLVVm6pOw8WL5t5jueD8sRRzo9QdfhEkqmuSyqdsBdt3SiJKL5oA6dqY5Vl9ww==} dependencies: @@ -7186,6 +7532,22 @@ packages: - supports-color dev: true + /@storybook/csf-tools@7.5.1: + resolution: {integrity: sha512-YChGbT1/odLS4RLb2HtK7ixM7mH5s7G5nOsWGKXalbza4SFKZIU2UzllEUsA+X8YfxMHnCD5TC3xLfK0ByxmzQ==} + dependencies: + '@babel/generator': 7.22.10 + '@babel/parser': 7.22.14 + '@babel/traverse': 7.22.11 + '@babel/types': 7.22.11 + '@storybook/csf': 0.1.1 + '@storybook/types': 7.5.1 + fs-extra: 11.1.1 + recast: 0.23.4 + ts-dedent: 2.2.0 + transitivePeerDependencies: + - supports-color + dev: true + /@storybook/csf@0.1.1: resolution: {integrity: sha512-4hE3AlNVxR60Wc5KSC68ASYzUobjPqtSKyhV6G+ge0FIXU55N5nTY7dXGRZHQGDBPq+XqchMkIdlkHPRs8nTHg==} dependencies: @@ -7210,18 +7572,32 @@ packages: - supports-color dev: true + /@storybook/docs-tools@7.5.1: + resolution: {integrity: sha512-tDtQGeKU5Kc2XoqZ5vpeGQrOkRg2UoDiSRS6cLy+M/sMB03Annq0ZngnJXaMiv0DLi2zpWSgWqPgYA3TJTZHBw==} + dependencies: + '@storybook/core-common': 7.5.1 + '@storybook/preview-api': 7.5.1 + '@storybook/types': 7.5.1 + '@types/doctrine': 0.0.3 + doctrine: 3.0.0 + lodash: 4.17.21 + transitivePeerDependencies: + - encoding + - supports-color + dev: true + /@storybook/global@5.0.0: resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} dev: true - /@storybook/instrumenter@7.4.0: - resolution: {integrity: sha512-jZKxLK0lGKxY8LEul6GP7s+PDlNuXT4JU6MnPY9+SVSo23lP0pAOxo/ojV8WTLf48tcoyL3ztSfbYhxnaJvBfw==} + /@storybook/instrumenter@7.5.1: + resolution: {integrity: sha512-bxRoWVVLlevqTFappXj1JfZlvEceBiBPdQQqTTeeA09VL3UyFWDpPFRn8Wf2C43Vt4V18w+krMyb1KfTk37ROQ==} dependencies: - '@storybook/channels': 7.4.0 - '@storybook/client-logger': 7.4.0 - '@storybook/core-events': 7.4.0 + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/core-events': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/preview-api': 7.4.0 + '@storybook/preview-api': 7.5.1 dev: true /@storybook/manager-api@7.4.0(react-dom@18.2.0)(react@18.2.0): @@ -7249,8 +7625,33 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/manager@7.4.0: - resolution: {integrity: sha512-uOSdPBEBKg8WORUZ5HKHb4KnKcTyA5j5Q8MWy/NBaRd22JR3fQkZiKuHer9WJIOQTU+fb6KDmzhZbCTKg5Euog==} + /@storybook/manager-api@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ygwJywluhhE1dpA0jC2D/3NFhMXzFCt+iW4m3cOwexYTuiDWF66AbGOFBx9peE7Wk/Z9doKkf9E3v11enwaidA==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/core-events': 7.5.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/router': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 + dequal: 2.0.3 + lodash: 4.17.21 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + semver: 7.5.4 + store2: 2.14.2 + telejson: 7.2.0 + ts-dedent: 2.2.0 + dev: true + + /@storybook/manager@7.5.1: + resolution: {integrity: sha512-Jo83sj7KvsZ78vvqjH72ErmQ31Frx6GBLbpeYXZtbAXWl0/LHsxAEVz0Mke+DixzWDyP0/cn+Nw8QUfA+Oz1fg==} dev: true /@storybook/mdx2-csf@1.1.0: @@ -7261,10 +7662,18 @@ packages: resolution: {integrity: sha512-tWSWkYyAvp6SxjIBaTklg29avzv/3Lv4c0dOG2o5tz79PyZkq9v6sQtwLLoI8EJA9Mo8Z08vaJp8NZyDQ9RCuA==} dev: true + /@storybook/node-logger@7.5.1: + resolution: {integrity: sha512-xRMdL5YPe8C9sgJ1R0QD3YbiLjDGrfQk91+GplRD8N9FVCT5dki55Bv5Kp0FpemLYYg6uxAZL5nHmsZHKDKQoA==} + dev: true + /@storybook/postinstall@7.4.0: resolution: {integrity: sha512-ZVBZggqkuj7ysfuHSCd/J7ovWV06zY9uWf+VU+Zw7ZeojDT8QHFrCurPsN7D9679j9vRU1/kSzqvAiStALS33g==} dev: true + /@storybook/postinstall@7.5.1: + resolution: {integrity: sha512-+LFUe2nNbmmLPKNt34RXSSC1r40yGGOoP/qlaPFwNOgQN2AZUrfqk6ZYnw6LjmcuHpQInZ4y4WDgbzg6QQL3+w==} + dev: true + /@storybook/preview-api@7.4.0: resolution: {integrity: sha512-ndXO0Nx+eE7ktVE4EqHpQZ0guX7yYBdruDdJ7B739C0+OoPWsJN7jAzUqq0NXaBcYrdaU5gTy+KnWJUt8R+OyA==} dependencies: @@ -7284,8 +7693,27 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/preview@7.4.0: - resolution: {integrity: sha512-R4LMTvUrVAbcUetRbAXpY3frkwD0eysqHrByiR73040+ngzDwtZOBAy0JfO3jw3WrWv2dn3kWlao5aEwVc9Exw==} + /@storybook/preview-api@7.5.1: + resolution: {integrity: sha512-8xjUbuGmHLmw8tfTUCjXSvMM9r96JaexPFmHdwW6XLe71KKdWp8u96vRDRE5648cd+/of15OjaRtakRKqluA/A==} + dependencies: + '@storybook/channels': 7.5.1 + '@storybook/client-logger': 7.5.1 + '@storybook/core-events': 7.5.1 + '@storybook/csf': 0.1.1 + '@storybook/global': 5.0.0 + '@storybook/types': 7.5.1 + '@types/qs': 6.9.8 + dequal: 2.0.3 + lodash: 4.17.21 + memoizerific: 1.11.3 + qs: 6.11.2 + synchronous-promise: 2.0.17 + ts-dedent: 2.2.0 + util-deprecate: 1.0.2 + dev: true + + /@storybook/preview@7.5.1: + resolution: {integrity: sha512-nfZC103z9Cy27FrJKUr2IjDuVt8Mvn1Z5gZ0TtJihoK7sfLTv29nd/XU9zzrb/epM3o8UEzc63xZZsMaToDbAw==} dev: true /@storybook/react-dom-shim@7.4.0(react-dom@18.2.0)(react@18.2.0): @@ -7298,25 +7726,34 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/react-vite@7.4.0(react-dom@18.2.0)(react@18.2.0)(rollup@3.28.1)(typescript@5.2.2)(vite@4.4.9): - resolution: {integrity: sha512-ps1FUyD2j0plCSprBI8z6RvavMvcDarIMFNofV48vSjVFzenRmgJfSbYywTnw7NusplJyZlYqldHreDzwVX1dQ==} + /@storybook/react-dom-shim@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-bzTIfLm91O9h3rPYJLtRbmsPARerY3z7MoyvadGp8TikvIvf+WyT/vHujw+20SxnqiZVq5Jv65FFlxc46GGB1Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + + /@storybook/react-vite@7.5.1(react-dom@18.2.0)(react@18.2.0)(rollup@3.28.1)(typescript@5.2.2)(vite@4.5.0): + resolution: {integrity: sha512-996/CtOqTjDWMKBGcHG8pwIVlORnoknLD+OTkPXl+aAl9oM9jUtc7psVKLJKGHSHTlVElM2wMTwIHnJ4yeP7bw==} engines: {node: '>=16'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - vite: ^3.0.0 || ^4.0.0 + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.2.1(typescript@5.2.2)(vite@4.4.9) + '@joshwooding/vite-plugin-react-docgen-typescript': 0.3.0(typescript@5.2.2)(vite@4.5.0) '@rollup/pluginutils': 5.0.4(rollup@3.28.1) - '@storybook/builder-vite': 7.4.0(typescript@5.2.2)(vite@4.4.9) - '@storybook/react': 7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) - '@vitejs/plugin-react': 3.1.0(vite@4.4.9) - ast-types: 0.14.2 + '@storybook/builder-vite': 7.5.1(typescript@5.2.2)(vite@4.5.0) + '@storybook/react': 7.5.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2) + '@vitejs/plugin-react': 3.1.0(vite@4.5.0) magic-string: 0.30.3 react: 18.2.0 - react-docgen: 6.0.0-alpha.3 + react-docgen: 6.0.4 react-dom: 18.2.0(react@18.2.0) - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - '@preact/preset-vite' - encoding @@ -7326,8 +7763,8 @@ packages: - vite-plugin-glimmerx dev: true - /@storybook/react@7.4.0(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2): - resolution: {integrity: sha512-QWsFw/twsNkcWI6brW06sugQQ5dV+fJm4IrEeI28cA4cBHK9G9HKOwCHoXDUWikzZx48XYMpNfs/WyIkuGmEqg==} + /@storybook/react@7.5.1(react-dom@18.2.0)(react@18.2.0)(typescript@5.2.2): + resolution: {integrity: sha512-IG97c30fFSmPyGpJ1awHC/+9XnCTqleeOQwROXjroMHSm8m/JTWpHMVLyM1x7b6VAnBhNHWJ+oXLZe/hXkXfpA==} engines: {node: '>=16.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 @@ -7337,16 +7774,16 @@ packages: typescript: optional: true dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/core-client': 7.4.0 - '@storybook/docs-tools': 7.4.0 + '@storybook/client-logger': 7.5.1 + '@storybook/core-client': 7.5.1 + '@storybook/docs-tools': 7.5.1 '@storybook/global': 5.0.0 - '@storybook/preview-api': 7.4.0 - '@storybook/react-dom-shim': 7.4.0(react-dom@18.2.0)(react@18.2.0) - '@storybook/types': 7.4.0 + '@storybook/preview-api': 7.5.1 + '@storybook/react-dom-shim': 7.5.1(react-dom@18.2.0)(react@18.2.0) + '@storybook/types': 7.5.1 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 - '@types/node': 16.18.46 + '@types/node': 18.18.3 acorn: 7.4.1 acorn-jsx: 5.3.2(acorn@7.4.1) acorn-walk: 7.2.0 @@ -7379,12 +7816,25 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true - /@storybook/telemetry@7.4.0: - resolution: {integrity: sha512-oxCB3kIbpiDWuXEtQhk/j6t1/h0KKWAuvxmcwGPxwhEvj/uNtoM+f1qhoDID9waxNo4AccU9Px+1ZJQ+2ejcDg==} + /@storybook/router@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-BvKo+IxWwo3dfIG1+vLtZLT4qqkNHL5GTIozTyX04uqt9ByYZL6SJEzxEa1Xn6Qq/fbdQwzCanNHbTlwiTMf7Q==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 7.4.0 - '@storybook/core-common': 7.4.0 - '@storybook/csf-tools': 7.4.0 + '@storybook/client-logger': 7.5.1 + memoizerific: 1.11.3 + qs: 6.11.2 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + + /@storybook/telemetry@7.5.1: + resolution: {integrity: sha512-z9PGouNqvZ2F7vD79qDF4PN7iW3kE3MO7YX0iKTmzgLi4ImKuXIJRF04GRH8r+WYghnbomAyA4o6z9YJMdNuVw==} + dependencies: + '@storybook/client-logger': 7.5.1 + '@storybook/core-common': 7.5.1 + '@storybook/csf-tools': 7.5.1 chalk: 4.1.2 detect-package-manager: 2.0.1 fetch-retry: 5.0.6 @@ -7417,6 +7867,20 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: true + /@storybook/theming@7.5.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ETLAOn10hI4Mkmjsr0HGcM6HbzaURrrPBYmfXOrdbrzEVN+AHW4FlvP9d8fYyP1gdjPE1F39XvF0jYgt1zXiHQ==} + peerDependencies: + react: ^16.8.0 || ^17.0.0 || ^18.0.0 || 18 + react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + dependencies: + '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) + '@storybook/client-logger': 7.5.1 + '@storybook/global': 5.0.0 + memoizerific: 1.11.3 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: true + /@storybook/types@7.4.0: resolution: {integrity: sha512-XyzYkmeklywxvElPrIWLczi/PWtEdgTL6ToT3++FVxptsC2LZKS3Ue+sBcQ9xRZhkRemw4HQHwed5EW3dO8yUg==} dependencies: @@ -7427,6 +7891,15 @@ packages: file-system-cache: 2.3.0 dev: true + /@storybook/types@7.5.1: + resolution: {integrity: sha512-ZcMSaqFNx1E+G00nRDUi8kKL7gxJVlnCvbKLNj3V85guy4DkIYAZr31yDqze07gDWbjvKoHIp3tKpgE+2i8upQ==} + dependencies: + '@storybook/channels': 7.5.1 + '@types/babel__core': 7.20.1 + '@types/express': 4.17.17 + file-system-cache: 2.3.0 + dev: true + /@swc/core-darwin-arm64@1.3.88: resolution: {integrity: sha512-Nb7kKydSQK3FE90pw/GPRFmAkquDQcTixLijNcki2xFBXh/DcGdFUPE/GShQjk8gtQelj2vqZrsGs/GZPGA1mA==} engines: {node: '>=10'} @@ -7652,14 +8125,6 @@ packages: resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} engines: {node: '>= 10'} - /@tsconfig/node10@1.0.9: - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - dev: true - - /@tsconfig/node12@1.0.11: - resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - dev: true - /@tsconfig/node14@1.0.3: resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} dev: true @@ -7719,7 +8184,7 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/chai-subset@1.3.3: @@ -7735,7 +8200,7 @@ packages: /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/cookie@0.4.1: @@ -7744,7 +8209,7 @@ packages: /@types/cross-spawn@6.0.2: resolution: {integrity: sha512-KuwNhp3eza+Rhu8IFI5HUXRP0LIhqH5cAjubUvGXXthh4YYBuP2ntwEX+Cz8GJoZUHlKo247wPWOfA9LYEq4cw==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/debug@4.1.8: @@ -7761,6 +8226,10 @@ packages: resolution: {integrity: sha512-w5jZ0ee+HaPOaX25X2/2oGR/7rgAQSYII7X7pp0m9KgBfMP7uKfMfTvcpl5Dj+eDBbpxKGiqE+flqDr6XTd2RA==} dev: true + /@types/doctrine@0.0.6: + resolution: {integrity: sha512-KlEqPtaNBHBJ2/fVA4yLdD0Tc8zw34pKU4K5SHBIEwtLJ8xxumIC1xeG+4S+/9qhVj2MqC7O3Ld8WvDG4HqlgA==} + dev: true + /@types/dompurify@3.0.3: resolution: {integrity: sha512-odiGr/9/qMqjcBOe5UhcNLOFHSYmKFOyr+bJ/Xu3Qp4k1pNPAlNLUVNNLcLfjQI7+W7ObX58EdD3H+3p3voOvA==} dependencies: @@ -7796,7 +8265,7 @@ packages: /@types/express-serve-static-core@4.17.36: resolution: {integrity: sha512-zbivROJ0ZqLAtMzgzIUC4oNqDG9iF0lSsAqpOD9kbs5xcIM3dTiyuHvBc7R8MtWBp3AAWGaovJa+wzWPjLYW7Q==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 '@types/qs': 6.9.8 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -7823,13 +8292,13 @@ packages: resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/graceful-fs@4.1.6: resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/hast@2.3.5: @@ -7890,7 +8359,7 @@ packages: resolution: {integrity: sha512-GUUFIP1wHuB6DEg65hkgJdqqmEeK5Vj+Wy5Tza26F9FuaHhtm4BxN00N3PhVUdCcryY9pn3SkcXGGQDLBisAPQ==} dependencies: '@types/fined': 1.1.3 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/lodash@4.14.197: @@ -7934,7 +8403,7 @@ packages: /@types/node-fetch@2.6.4: resolution: {integrity: sha512-1ZX9fcN4Rvkvgv4E6PAY5WXUFWFcRWxZa3EW83UjycOB9ljJCedb2CupIP4RZMEwF/M3eTcCihbBRgwtGbg5Rg==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 form-data: 3.0.1 dev: true @@ -7950,8 +8419,16 @@ packages: resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} dev: true - /@types/node@20.5.1: - resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} + /@types/node@20.8.10: + resolution: {integrity: sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==} + dependencies: + undici-types: 5.26.5 + dev: true + + /@types/node@20.8.8: + resolution: {integrity: sha512-YRsdVxq6OaLfmR9Hy816IMp33xOBjfyOgUd77ehqg96CFywxAPbDbXvAsuN2KVg2HOT8Eh6uAfU+l4WffwPVrQ==} + dependencies: + undici-types: 5.25.3 dev: true /@types/normalize-package-data@2.4.1: @@ -8006,6 +8483,10 @@ packages: '@types/scheduler': 0.16.3 csstype: 3.1.2 + /@types/resolve@1.20.4: + resolution: {integrity: sha512-BKGK0T1VgB1zD+PwQR4RRf0ais3NyvH1qjLUrHI5SEiccYaJrhLstLuoXFWJ+2Op9whGizSPUMGPJY/Qtb/A2w==} + dev: true + /@types/scheduler@0.16.3: resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} @@ -8017,7 +8498,7 @@ packages: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/serve-static@1.15.2: @@ -8025,7 +8506,7 @@ packages: dependencies: '@types/http-errors': 2.0.1 '@types/mime': 3.0.1 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/stack-utils@2.0.1: @@ -8041,12 +8522,11 @@ packages: /@types/through@0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /@types/trusted-types@2.0.3: resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} - dev: false /@types/unist@2.0.8: resolution: {integrity: sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==} @@ -8068,7 +8548,7 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8080,12 +8560,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 5.62.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@5.2.2) '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -8096,8 +8576,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==} + /@typescript-eslint/eslint-plugin@6.9.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0)(typescript@5.2.2): + resolution: {integrity: sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -8108,13 +8588,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.0 - '@typescript-eslint/parser': 6.7.0(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.7.0 - '@typescript-eslint/type-utils': 6.7.0(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.0(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.0 + '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.9.0 + '@typescript-eslint/type-utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.9.0 debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -8125,7 +8605,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@5.62.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/parser@5.62.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8139,14 +8619,14 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.7.0(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==} + /@typescript-eslint/parser@6.9.0(eslint@8.52.0)(typescript@5.2.2): + resolution: {integrity: sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8155,12 +8635,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.7.0 - '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.0 + '@typescript-eslint/scope-manager': 6.9.0 + '@typescript-eslint/types': 6.9.0 + '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.9.0 debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color @@ -8182,15 +8662,15 @@ packages: '@typescript-eslint/visitor-keys': 6.5.0 dev: true - /@typescript-eslint/scope-manager@6.7.0: - resolution: {integrity: sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==} + /@typescript-eslint/scope-manager@6.9.0: + resolution: {integrity: sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/visitor-keys': 6.7.0 + '@typescript-eslint/types': 6.9.0 + '@typescript-eslint/visitor-keys': 6.9.0 dev: true - /@typescript-eslint/type-utils@5.62.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@5.62.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -8201,16 +8681,16 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 tsutils: 3.21.0(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.5.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.5.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-f7OcZOkRivtujIBQ4yrJNIuwyCQO1OjocVqntl9dgSIZAdKqicj3xFDqDOzHDlGCZX990LqhLQXWRnQvsapq8A==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8221,17 +8701,17 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.5.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.5.0(eslint@8.52.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 ts-api-utils: 1.0.2(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.7.0(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==} + /@typescript-eslint/type-utils@6.9.0(eslint@8.52.0)(typescript@5.2.2): + resolution: {integrity: sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8240,10 +8720,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) + '@typescript-eslint/utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.51.0 + eslint: 8.52.0 ts-api-utils: 1.0.2(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: @@ -8260,8 +8740,8 @@ packages: engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@6.7.0: - resolution: {integrity: sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==} + /@typescript-eslint/types@6.9.0: + resolution: {integrity: sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==} engines: {node: ^16.0.0 || >=18.0.0} dev: true @@ -8307,8 +8787,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2): - resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==} + /@typescript-eslint/typescript-estree@6.9.0(typescript@5.2.2): + resolution: {integrity: sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -8316,8 +8796,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/visitor-keys': 6.7.0 + '@typescript-eslint/types': 6.9.0 + '@typescript-eslint/visitor-keys': 6.9.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -8328,19 +8808,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.62.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/utils@5.62.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.1 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.2.2) - eslint: 8.51.0 + eslint: 8.52.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -8348,38 +8828,38 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.5.0(eslint@8.51.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.5.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-9nqtjkNykFzeVtt9Pj6lyR9WEdd8npPhhIPM992FWVkZuS6tmxHfGVnlUcjpUP2hv8r4w35nT33mlxd+Be1ACQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.1 '@typescript-eslint/scope-manager': 6.5.0 '@typescript-eslint/types': 6.5.0 '@typescript-eslint/typescript-estree': 6.5.0(typescript@5.2.2) - eslint: 8.51.0 + eslint: 8.52.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.7.0(eslint@8.51.0)(typescript@5.2.2): - resolution: {integrity: sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==} + /@typescript-eslint/utils@6.9.0(eslint@8.52.0)(typescript@5.2.2): + resolution: {integrity: sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.1 - '@typescript-eslint/scope-manager': 6.7.0 - '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/scope-manager': 6.9.0 + '@typescript-eslint/types': 6.9.0 + '@typescript-eslint/typescript-estree': 6.9.0(typescript@5.2.2) + eslint: 8.52.0 semver: 7.5.4 transitivePeerDependencies: - supports-color @@ -8402,14 +8882,18 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.7.0: - resolution: {integrity: sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==} + /@typescript-eslint/visitor-keys@6.9.0: + resolution: {integrity: sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.0 + '@typescript-eslint/types': 6.9.0 eslint-visitor-keys: 3.4.3 dev: true + /@ungap/structured-clone@1.2.0: + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + dev: true + /@vanilla-extract/babel-plugin-debug-ids@1.0.3: resolution: {integrity: sha512-vm4jYu1xhSa6ofQ9AhIpR3DkAp4c+eoR1Rpm8/TQI4DmWbmGbOjYRcqV0aWsfaIlNhN4kFuxFMKBNN9oG6iRzA==} dependencies: @@ -8433,7 +8917,7 @@ packages: media-query-parser: 2.0.2 outdent: 0.8.0 - /@vanilla-extract/integration@6.2.2(@types/node@18.18.3): + /@vanilla-extract/integration@6.2.2(@types/node@20.8.8): resolution: {integrity: sha512-gV3qPFjFap1+IrPeuFy+tEZOq7l7ifJf1ik/kluDWhPr1ffsFG9puq1/jjJ4rod1BIC79Q5ZWPNvBInHyxfCew==} dependencies: '@babel/core': 7.22.11 @@ -8447,8 +8931,8 @@ packages: lodash: 4.17.21 mlly: 1.4.1 outdent: 0.8.0 - vite: 4.4.9(@types/node@18.18.3) - vite-node: 0.28.5(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) + vite-node: 0.28.5(@types/node@20.8.8) transitivePeerDependencies: - '@types/node' - less @@ -8471,16 +8955,16 @@ packages: '@vanilla-extract/css': 1.13.0 dev: false - /@vanilla-extract/vite-plugin@3.9.0(@types/node@18.18.3)(ts-node@10.9.1)(vite@4.4.9): + /@vanilla-extract/vite-plugin@3.9.0(@types/node@20.8.8)(vite@4.5.0): resolution: {integrity: sha512-Q2HYAyEJ93Uy7GHQPPiP8SXwPMHGpd4d0YnrIQqB0YZccYbGJR/WFIln9Dmbzx2pdngQUoOfhwEg6kJF8sQrog==} peerDependencies: vite: ^2.2.3 || ^3.0.0 || ^4.0.3 dependencies: - '@vanilla-extract/integration': 6.2.2(@types/node@18.18.3) + '@vanilla-extract/integration': 6.2.2(@types/node@20.8.8) outdent: 0.8.0 postcss: 8.4.31 - postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1) - vite: 4.4.9(@types/node@18.18.3) + postcss-load-config: 3.1.4(postcss@8.4.31) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - '@types/node' - less @@ -8493,18 +8977,18 @@ packages: - ts-node dev: true - /@vitejs/plugin-react-swc@3.4.0(vite@4.4.9): + /@vitejs/plugin-react-swc@3.4.0(vite@4.5.0): resolution: {integrity: sha512-m7UaA4Uvz82N/0EOVpZL4XsFIakRqrFKeSNxa1FBLSXGvWrWRBwmZb4qxk+ZIVAZcW3c3dn5YosomDgx62XWcQ==} peerDependencies: vite: ^4 dependencies: '@swc/core': 1.3.88 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - '@swc/helpers' dev: true - /@vitejs/plugin-react@3.1.0(vite@4.4.9): + /@vitejs/plugin-react@3.1.0(vite@4.5.0): resolution: {integrity: sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -8515,7 +8999,7 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.22.5(@babel/core@7.22.11) magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - supports-color dev: true @@ -8894,6 +9378,17 @@ packages: is-string: 1.0.7 dev: true + /array-includes@3.1.7: + resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 + is-string: 1.0.7 + dev: true + /array-slice@1.1.0: resolution: {integrity: sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==} engines: {node: '>=0.10.0'} @@ -8925,6 +9420,16 @@ packages: es-shim-unscopables: 1.0.0 dev: true + /array.prototype.flat@1.3.2: + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + dev: true + /array.prototype.flatmap@1.3.1: resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} @@ -8935,6 +9440,16 @@ packages: es-shim-unscopables: 1.0.0 dev: true + /array.prototype.flatmap@1.3.2: + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + es-shim-unscopables: 1.0.0 + dev: true + /array.prototype.reduce@1.0.6: resolution: {integrity: sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==} engines: {node: '>= 0.4'} @@ -8990,13 +9505,6 @@ packages: resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} dev: true - /ast-types@0.14.2: - resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} - engines: {node: '>=4'} - dependencies: - tslib: 2.6.2 - dev: true - /ast-types@0.15.2: resolution: {integrity: sha512-c27loCv9QkZinsa5ProX751khO9DJl/AcB5c2KNtA6NRvHKS0PgLfcftz72KVq504vB0Gku5s2kUZzDBvQWvHg==} engines: {node: '>=4'} @@ -9077,8 +9585,8 @@ packages: - debug dev: true - /axios@1.5.0: - resolution: {integrity: sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==} + /axios@1.6.0: + resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} dependencies: follow-redirects: 1.15.2 form-data: 4.0.0 @@ -9329,38 +9837,19 @@ packages: /bundle-name@3.0.0: resolution: {integrity: sha512-PKA4BeSvBpQKQ8iPOGCSiell+N8P+Tf1DlwqmYhpe2gAhKPHn8EYOxVT+ShuGmhg8lN8XiSlS80yiExKXrURlw==} - engines: {node: '>=12'} - dependencies: - run-applescript: 5.0.0 - dev: true - - /bytes@3.0.0: - resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} - engines: {node: '>= 0.8'} - - /bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} - - /c8@7.14.0: - resolution: {integrity: sha512-i04rtkkcNcCf7zsQcSv/T9EbUn4RXQ6mropeMcjFOsQXQ0iGLAr/xT6TImQg4+U9hmNpN9XdvPkjUL1IzbgxJw==} - engines: {node: '>=10.12.0'} - hasBin: true - dependencies: - '@bcoe/v8-coverage': 0.2.3 - '@istanbuljs/schema': 0.1.3 - find-up: 5.0.0 - foreground-child: 2.0.0 - istanbul-lib-coverage: 3.2.0 - istanbul-lib-report: 3.0.1 - istanbul-reports: 3.1.6 - rimraf: 3.0.2 - test-exclude: 6.0.0 - v8-to-istanbul: 9.1.0 - yargs: 16.2.0 - yargs-parser: 20.2.9 + engines: {node: '>=12'} + dependencies: + run-applescript: 5.0.0 dev: true + /bytes@3.0.0: + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} + engines: {node: '>= 0.8'} + + /bytes@3.1.2: + resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} + engines: {node: '>= 0.8'} + /cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -9557,8 +10046,8 @@ packages: engines: {node: '>=10'} dev: true - /chromatic@7.4.0: - resolution: {integrity: sha512-ORsoNgXiAxIEvbdVEqOu4lMZuVMGoM3kiO/toTrAEdh0ej9jIMm2VYqvGVdYGgIWO0xOD9Bn6A34gGeqCsZ1lQ==} + /chromatic@7.5.4: + resolution: {integrity: sha512-DiBwsn8yABN6SFSeEf5gTbwGIqhfP+rjrAQENgeLFDUV3vX3tGdI8oVgseaeCwk8tn08ZukrmB/k3ZG9RPJPTA==} hasBin: true dev: true @@ -9637,14 +10126,6 @@ packages: wrap-ansi: 6.2.0 dev: true - /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: true - /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} @@ -9719,10 +10200,6 @@ packages: engines: {node: '>=16'} dev: true - /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: true - /commander@6.2.1: resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} engines: {node: '>= 6'} @@ -9819,22 +10296,22 @@ packages: compare-func: 2.0.0 dev: true - /conventional-changelog-conventionalcommits@6.1.0: - resolution: {integrity: sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==} - engines: {node: '>=14'} + /conventional-changelog-conventionalcommits@7.0.2: + resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} + engines: {node: '>=16'} dependencies: compare-func: 2.0.0 dev: true - /conventional-commits-parser@4.0.0: - resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} - engines: {node: '>=14'} + /conventional-commits-parser@5.0.0: + resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} + engines: {node: '>=16'} hasBin: true dependencies: JSONStream: 1.3.5 - is-text-path: 1.0.1 - meow: 8.1.2 - split2: 3.2.2 + is-text-path: 2.0.0 + meow: 12.1.1 + split2: 4.2.0 dev: true /convert-source-map@1.9.0: @@ -9869,25 +10346,24 @@ packages: /core-js-compat@3.32.1: resolution: {integrity: sha512-GSvKDv4wE0bPnQtjklV101juQ85g6H3rm5PDP20mqlS5j0kXF3pP97YvAu5hl+uFHqMictp3b2VxOHljWMAtuA==} dependencies: - browserslist: 4.21.10 + browserslist: 4.22.1 dev: true /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig-typescript-loader@4.4.0(@types/node@20.5.1)(cosmiconfig@8.2.0)(ts-node@10.9.1)(typescript@5.2.2): - resolution: {integrity: sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==} - engines: {node: '>=v14.21.3'} + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.3)(cosmiconfig@8.2.0)(typescript@5.2.2): + resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} + engines: {node: '>=v16'} peerDependencies: '@types/node': '*' - cosmiconfig: '>=7' - ts-node: '>=10' + cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 20.5.1 + '@types/node': 18.18.3 cosmiconfig: 8.2.0 - ts-node: 10.9.1(@types/node@18.18.3)(typescript@5.2.2) + jiti: 1.21.0 typescript: 5.2.2 dev: true @@ -9901,10 +10377,6 @@ packages: path-type: 4.0.0 dev: true - /create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} - dev: true - /cross-spawn@5.1.0: resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} dependencies: @@ -9937,9 +10409,9 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /css-functions-list@3.2.0: - resolution: {integrity: sha512-d/jBMPyYybkkLVypgtGv12R+pIFw4/f/IHtCTxWpZc8ofTYOPigIgmA6vu5rMHartZC+WuXhBUHfnyNUIQSYrg==} - engines: {node: '>=12.22'} + /css-functions-list@3.2.1: + resolution: {integrity: sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==} + engines: {node: '>=12 || >=16'} dev: true /css-has-pseudo@6.0.0(postcss@8.4.31): @@ -10650,6 +11122,17 @@ packages: - supports-color dev: true + /esbuild-register@3.5.0(esbuild@0.18.20): + resolution: {integrity: sha512-+4G/XmakeBAsvJuDugJvtyF1x+XJT4FMocynNpxrvEBViirpfUn2PgNpCHedfWhF4WokNsO/OvMKrmJOIJsI5A==} + peerDependencies: + esbuild: '>=0.12 <1' + dependencies: + debug: 4.3.4 + esbuild: 0.18.20 + transitivePeerDependencies: + - supports-color + dev: true + /esbuild@0.17.6: resolution: {integrity: sha512-TKFRp9TxrJDdRWfSsSERKEovm6v30iHnrjlcGhLBOtReE28Yp1VSBRfO3GTaOFMoxsNerx4TjrhzSuma9ha83Q==} engines: {node: '>=12'} @@ -10750,13 +11233,13 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier@9.0.0(eslint@8.51.0): + /eslint-config-prettier@9.0.0(eslint@8.52.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.51.0 + eslint: 8.52.0 dev: true /eslint-import-resolver-node@0.3.7: @@ -10773,13 +11256,13 @@ packages: resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} dependencies: debug: 3.2.7 - is-core-module: 2.13.0 + is-core-module: 2.13.1 resolve: 1.22.4 transitivePeerDependencies: - supports-color dev: true - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.51.0): + /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.29.0)(eslint@8.52.0): resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -10788,9 +11271,9 @@ packages: dependencies: debug: 4.3.4 enhanced-resolve: 5.15.0 - eslint: 8.51.0 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.51.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.51.0) + eslint: 8.52.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.52.0) + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0) fast-glob: 3.3.1 get-tsconfig: 4.7.0 is-core-module: 2.13.0 @@ -10802,7 +11285,7 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.51.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.6.0)(eslint@8.52.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -10823,16 +11306,16 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.51.0 + eslint: 8.52.0 eslint-import-resolver-node: 0.3.7 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.28.1)(eslint@8.51.0) + eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.7)(eslint-plugin-import@2.29.0)(eslint@8.52.0) transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -10853,15 +11336,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.51.0 + eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -10882,26 +11365,26 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.7.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.51.0 + eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-es@3.0.1(eslint@8.51.0): + /eslint-plugin-es@3.0.1(eslint@8.52.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.51.0 + eslint: 8.52.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: true - /eslint-plugin-functional@6.0.0(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-functional@6.0.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-jOUHUMA9cN2CIpgPj93fW1vTI3c95ZYUHMPJxEJL4KAtFkJDcT/9/YlfyrLOBxHkAcwBhJ29HSmeC/CUnN0k3g==} engines: {node: '>=16.10.0'} peerDependencies: @@ -10911,11 +11394,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 6.5.0(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.5.0(eslint@8.52.0)(typescript@5.2.2) deepmerge-ts: 5.1.0 escape-string-regexp: 4.0.0 - eslint: 8.51.0 - is-immutable-type: 2.0.1(eslint@8.51.0)(typescript@5.2.2) + eslint: 8.52.0 + is-immutable-type: 2.0.1(eslint@8.52.0)(typescript@5.2.2) semver: 7.5.4 ts-api-utils: 1.0.2(typescript@5.2.2) typescript: 5.2.2 @@ -10923,8 +11406,8 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@5.62.0)(eslint@8.51.0): - resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0): + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -10933,18 +11416,18 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - array-includes: 3.1.6 + '@typescript-eslint/parser': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.51.0 + eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) - has: 1.0.3 - is-core-module: 2.13.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.62.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) + hasown: 2.0.0 + is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.7 @@ -10958,8 +11441,8 @@ packages: - supports-color dev: true - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.0)(eslint@8.51.0): - resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.0)(eslint@8.52.0): + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -10968,18 +11451,18 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.7.0(eslint@8.51.0)(typescript@5.2.2) - array-includes: 3.1.6 + '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) + array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 - array.prototype.flat: 1.3.1 - array.prototype.flatmap: 1.3.1 + array.prototype.flat: 1.3.2 + array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.51.0 + eslint: 8.52.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) - has: 1.0.3 - is-core-module: 2.13.0 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.9.0)(eslint-import-resolver-node@0.3.9)(eslint@8.52.0) + hasown: 2.0.0 + is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.7 @@ -10993,7 +11476,7 @@ packages: - supports-color dev: true - /eslint-plugin-jest-dom@4.0.3(eslint@8.51.0): + /eslint-plugin-jest-dom@4.0.3(eslint@8.52.0): resolution: {integrity: sha512-9j+n8uj0+V0tmsoS7bYC7fLhQmIvjRqRYEcbDSi+TKPsTThLLXCyj5swMSSf/hTleeMktACnn+HFqXBr5gbcbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6', yarn: '>=1'} peerDependencies: @@ -11001,11 +11484,11 @@ packages: dependencies: '@babel/runtime': 7.22.11 '@testing-library/dom': 8.20.1 - eslint: 8.51.0 + eslint: 8.52.0 requireindex: 1.2.0 dev: true - /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-jest@26.9.0(@typescript-eslint/eslint-plugin@5.62.0)(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-TWJxWGp1J628gxh2KhaH1H1paEdgE2J61BBF1I59c6xWeL5+D1BzMxGDN/nXAfX+aSkR5u80K+XhskK6Gwq9ng==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -11018,15 +11501,15 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.51.0)(typescript@5.2.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.52.0)(typescript@5.2.2) + '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + eslint: 8.52.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.51.0): + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.52.0): resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: @@ -11041,7 +11524,7 @@ packages: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.51.0 + eslint: 8.52.0 has: 1.0.3 jsx-ast-utils: 3.3.5 language-tags: 1.0.5 @@ -11051,14 +11534,14 @@ packages: semver: 6.3.1 dev: true - /eslint-plugin-node@11.1.0(eslint@8.51.0): + /eslint-plugin-node@11.1.0(eslint@8.52.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=5.16.0' dependencies: - eslint: 8.51.0 - eslint-plugin-es: 3.0.1(eslint@8.51.0) + eslint: 8.52.0 + eslint-plugin-es: 3.0.1(eslint@8.52.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 @@ -11066,7 +11549,7 @@ packages: semver: 6.3.1 dev: true - /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.51.0)(prettier@3.0.3): + /eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.0.0)(eslint@8.52.0)(prettier@3.0.3): resolution: {integrity: sha512-AgaZCVuYDXHUGxj/ZGu1u8H8CYgDY3iG6w5kUFw4AzMVXzB7VvbKgYR4nATIN+OvUrghMbiDLeimVjVY5ilq3w==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -11080,23 +11563,23 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.51.0 - eslint-config-prettier: 9.0.0(eslint@8.51.0) + eslint: 8.52.0 + eslint-config-prettier: 9.0.0(eslint@8.52.0) prettier: 3.0.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.5 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.51.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.52.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.51.0 + eslint: 8.52.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.51.0): + /eslint-plugin-react@7.33.2(eslint@8.52.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -11107,7 +11590,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.14 - eslint: 8.51.0 + eslint: 8.52.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -11121,27 +11604,27 @@ packages: string.prototype.matchall: 4.0.9 dev: true - /eslint-plugin-testing-library@5.11.1(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-testing-library@5.11.1(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-5eX9e1Kc2PqVRed3taaLnAAqPZGEX75C+M/rXzUAI3wIg/ZxzUm1OVAwfe/O+vE+6YXOLetSe9g5GKD2ecXipw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + eslint: 8.52.0 transitivePeerDependencies: - supports-color - typescript dev: true - /eslint-plugin-testing-library@6.1.0(eslint@8.51.0)(typescript@5.2.2): + /eslint-plugin-testing-library@6.1.0(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-r7kE+az3tbp8vyRwfyAGZ6V/xw+XvdWFPicIo6jbOPZoossOFDeHizARqPGV6gEkyF8hyCFhhH3mlQOGS3N5Sg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0, npm: '>=6'} peerDependencies: eslint: ^7.5.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/utils': 5.62.0(eslint@8.52.0)(typescript@5.2.2) + eslint: 8.52.0 transitivePeerDependencies: - supports-color - typescript @@ -11185,18 +11668,19 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.51.0: - resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} + /eslint@8.52.0: + resolution: {integrity: sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@eslint-community/regexpp': 4.8.0 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.51.0 - '@humanwhocodes/config-array': 0.11.11 + '@eslint/js': 8.52.0 + '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 + '@ungap/structured-clone': 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -11270,17 +11754,6 @@ packages: engines: {node: '>=4.0'} dev: true - /estree-to-babel@3.2.1: - resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} - engines: {node: '>=8.3.0'} - dependencies: - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 - c8: 7.14.0 - transitivePeerDependencies: - - supports-color - dev: true - /estree-util-attach-comments@2.1.1: resolution: {integrity: sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==} dependencies: @@ -11348,7 +11821,7 @@ packages: resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==} engines: {node: '>= 0.8'} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.10 require-like: 0.1.2 dev: true @@ -11581,6 +12054,13 @@ packages: flat-cache: 3.1.0 dev: true + /file-entry-cache@7.0.1: + resolution: {integrity: sha512-uLfFktPmRetVCbHe5UPuekWrQ6hENufnA46qEGbfACkK5drjTTdQYUragRgMjHldcbYG+nslUerqMPjbBSHXjQ==} + engines: {node: '>=12.0.0'} + dependencies: + flat-cache: 3.1.1 + dev: true + /file-system-cache@2.3.0: resolution: {integrity: sha512-l4DMNdsIPsVnKrgEXbJwDJsA5mB8rGwHYERMgqQx/xAUtChPJMre1bXBzDEqqVbWv9AIbFezXMxeEkZDSrXUOQ==} dependencies: @@ -11697,6 +12177,15 @@ packages: rimraf: 3.0.2 dev: true + /flat-cache@3.1.1: + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} + engines: {node: '>=12.0.0'} + dependencies: + flatted: 3.2.9 + keyv: 4.5.3 + rimraf: 3.0.2 + dev: true + /flat@5.0.2: resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} hasBin: true @@ -11706,6 +12195,10 @@ packages: resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: true + /flatted@3.2.9: + resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} + dev: true + /flow-parser@0.215.1: resolution: {integrity: sha512-qq3rdRToqwesrddyXf+Ml8Tuf7TdoJS+EMbJgC6fHAVoBCXjb4mHelNd3J+jD8ts0bSHX81FG3LN7Qn/dcl6pA==} engines: {node: '>=0.4.0'} @@ -11738,14 +12231,6 @@ packages: for-in: 1.0.2 dev: true - /foreground-child@2.0.0: - resolution: {integrity: sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==} - engines: {node: '>=8.0.0'} - dependencies: - cross-spawn: 7.0.3 - signal-exit: 3.0.7 - dev: true - /foreground-child@3.1.1: resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} engines: {node: '>=14'} @@ -11881,6 +12366,10 @@ packages: /function-bind@1.1.1: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: true + /function.prototype.name@1.1.6: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} @@ -12240,6 +12729,13 @@ packages: minimalistic-assert: 1.0.1 dev: true + /hasown@2.0.0: + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: true + /hast-util-to-estree@2.3.3: resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==} dependencies: @@ -12298,8 +12794,8 @@ packages: lru-cache: 7.18.3 dev: true - /html-dom-parser@4.0.0: - resolution: {integrity: sha512-TUa3wIwi80f5NF8CVWzkopBVqVAtlawUzJoLwVLHns0XSJGynss4jiY0mTWpiDOsuyw+afP+ujjMgRh9CoZcXw==} + /html-dom-parser@5.0.4: + resolution: {integrity: sha512-azy8THLKd4Ar0OVJpEgX+MSjYvKdNDWlGiRBIlovMqEQYMAnLLXBhhiSwjylDD3RDdcCYT8Utg6uoRDeLHUyHg==} dependencies: domhandler: 5.0.3 htmlparser2: 9.0.0 @@ -12315,16 +12811,16 @@ packages: resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} dev: true - /html-react-parser@4.2.0(react@18.2.0): - resolution: {integrity: sha512-gzU55AS+FI6qD7XaKe5BLuLFM2Xw0/LodfMWZlxV9uOHe7LCD5Lukx/EgYuBI3c0kLu0XlgFXnSzO0qUUn3Vrg==} + /html-react-parser@5.0.4(react@18.2.0): + resolution: {integrity: sha512-ByG9ORLsfCjr7nrmyRIVyMAXlPjdv7xaV78tlPa5y5JqzrgY195kpF6FKAZ22pWmpsFcFVkh7Lq/pUANoeonGQ==} peerDependencies: react: 0.14 || 15 || 16 || 17 || 18 dependencies: domhandler: 5.0.3 - html-dom-parser: 4.0.0 + html-dom-parser: 5.0.4 react: 18.2.0 - react-property: 2.0.0 - style-to-js: 1.1.3 + react-property: 2.0.2 + style-to-js: 1.1.8 dev: true /html-tags@3.3.1: @@ -12417,15 +12913,6 @@ packages: dependencies: safer-buffer: 2.1.2 - /icss-utils@5.1.0(postcss@8.4.29): - resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.29 - dev: true - /icss-utils@5.1.0(postcss@8.4.31): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} @@ -12502,6 +12989,10 @@ packages: resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} dev: true + /inline-style-parser@0.2.2: + resolution: {integrity: sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ==} + dev: true + /inquirer@9.2.10: resolution: {integrity: sha512-tVVNFIXU8qNHoULiazz612GFl+yqNfjMTbLuViNJE/d860Qxrd3NMrse8dm40VUQLOQeULvaQF8lpAhvysjeyA==} engines: {node: '>=14.18.0'} @@ -12652,6 +13143,12 @@ packages: has: 1.0.3 dev: true + /is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + dependencies: + hasown: 2.0.0 + dev: true + /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} @@ -12720,14 +13217,14 @@ packages: resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} dev: true - /is-immutable-type@2.0.1(eslint@8.51.0)(typescript@5.2.2): + /is-immutable-type@2.0.1(eslint@8.52.0)(typescript@5.2.2): resolution: {integrity: sha512-SNO0yWLzSN+oYb8adM4AvsPYSCqElmjcXUNemryDLo0r5M54oMs/6R4cvKLc9QtIs/nRuc3ahlgJoMdGfcHLwQ==} peerDependencies: eslint: '*' typescript: '>=4.7.4' dependencies: - '@typescript-eslint/type-utils': 6.5.0(eslint@8.51.0)(typescript@5.2.2) - eslint: 8.51.0 + '@typescript-eslint/type-utils': 6.5.0(eslint@8.52.0)(typescript@5.2.2) + eslint: 8.52.0 ts-api-utils: 1.0.2(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: @@ -12897,11 +13394,11 @@ packages: has-symbols: 1.0.3 dev: true - /is-text-path@1.0.1: - resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} - engines: {node: '>=0.10.0'} + /is-text-path@2.0.0: + resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} + engines: {node: '>=8'} dependencies: - text-extensions: 1.9.0 + text-extensions: 2.4.0 dev: true /is-typed-array@1.1.12: @@ -13100,7 +13597,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.6 - '@types/node': 18.18.3 + '@types/node': 20.8.8 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -13143,7 +13640,7 @@ packages: engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: '@jest/types': 27.5.1 - '@types/node': 18.18.3 + '@types/node': 20.8.8 dev: true /jest-regex-util@29.6.3: @@ -13156,7 +13653,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 18.18.3 + '@types/node': 20.8.8 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -13167,12 +13664,17 @@ packages: resolution: {integrity: sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 jest-util: 29.6.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true + /jiti@1.21.0: + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + hasBin: true + dev: true + /joi@17.10.1: resolution: {integrity: sha512-vIiDxQKmRidUVp8KngT8MZSOcmRVm2zV7jbMjNYWuHcJWI0bUck3nRTGQjhpPlQenIQIBC5Vp9AhcnHbWQqafw==} dependencies: @@ -13385,8 +13887,8 @@ packages: engines: {node: '>=6'} dev: true - /known-css-properties@0.28.0: - resolution: {integrity: sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==} + /known-css-properties@0.29.0: + resolution: {integrity: sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==} dev: true /language-subtag-registry@0.3.22: @@ -13500,6 +14002,28 @@ packages: wrap-ansi: 8.1.0 dev: true + /lit-element@3.3.3: + resolution: {integrity: sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA==} + dependencies: + '@lit-labs/ssr-dom-shim': 1.1.2 + '@lit/reactive-element': 1.6.3 + lit-html: 2.8.0 + dev: true + + /lit-html@2.8.0: + resolution: {integrity: sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==} + dependencies: + '@types/trusted-types': 2.0.3 + dev: true + + /lit@2.8.0: + resolution: {integrity: sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==} + dependencies: + '@lit/reactive-element': 1.6.3 + lit-element: 3.3.3 + lit-html: 2.8.0 + dev: true + /load-yaml-file@0.2.0: resolution: {integrity: sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw==} engines: {node: '>=6'} @@ -13954,6 +14478,11 @@ packages: yargs-parser: 20.2.9 dev: true + /meow@12.1.1: + resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} + engines: {node: '>=16.10'} + dev: true + /meow@6.1.1: resolution: {integrity: sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg==} engines: {node: '>=8'} @@ -14469,10 +14998,6 @@ packages: /ms@2.0.0: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - /ms@2.1.1: - resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} - dev: true - /ms@2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -14677,8 +15202,8 @@ packages: /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} - /nx@16.10.0: - resolution: {integrity: sha512-gZl4iCC0Hx0Qe1VWmO4Bkeul2nttuXdPpfnlcDKSACGu3ZIo+uySqwOF8yBAxSTIf8xe2JRhgzJN1aFkuezEBg==} + /nx@17.0.1: + resolution: {integrity: sha512-OA5M0oJmVAujXjjbXTN9zBG9fG0B2efaKICkfsrFy/g74QhdCxnzvEiGjO2CUQbx5nn/l8sJv0ApEBwfX+F24Q==} hasBin: true requiresBuild: true peerDependencies: @@ -14690,12 +15215,12 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/tao': 16.10.0 + '@nrwl/tao': 17.0.1 '@parcel/watcher': 2.0.4 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 - axios: 1.5.0 + axios: 1.6.0 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 @@ -14727,16 +15252,16 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 16.10.0 - '@nx/nx-darwin-x64': 16.10.0 - '@nx/nx-freebsd-x64': 16.10.0 - '@nx/nx-linux-arm-gnueabihf': 16.10.0 - '@nx/nx-linux-arm64-gnu': 16.10.0 - '@nx/nx-linux-arm64-musl': 16.10.0 - '@nx/nx-linux-x64-gnu': 16.10.0 - '@nx/nx-linux-x64-musl': 16.10.0 - '@nx/nx-win32-arm64-msvc': 16.10.0 - '@nx/nx-win32-x64-msvc': 16.10.0 + '@nx/nx-darwin-arm64': 17.0.1 + '@nx/nx-darwin-x64': 17.0.1 + '@nx/nx-freebsd-x64': 17.0.1 + '@nx/nx-linux-arm-gnueabihf': 17.0.1 + '@nx/nx-linux-arm64-gnu': 17.0.1 + '@nx/nx-linux-arm64-musl': 17.0.1 + '@nx/nx-linux-x64-gnu': 17.0.1 + '@nx/nx-linux-x64-musl': 17.0.1 + '@nx/nx-win32-arm64-msvc': 17.0.1 + '@nx/nx-win32-x64-msvc': 17.0.1 transitivePeerDependencies: - debug dev: true @@ -15406,13 +15931,13 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /postcss-discard-duplicates@5.1.0(postcss@8.4.29): + /postcss-discard-duplicates@5.1.0(postcss@8.4.31): resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.29 + postcss: 8.4.31 dev: true /postcss-double-position-gradients@5.0.2(postcss@8.4.31): @@ -15498,7 +16023,7 @@ packages: postcss: 8.4.31 dev: true - /postcss-load-config@3.1.4(postcss@8.4.31)(ts-node@10.9.1): + /postcss-load-config@3.1.4(postcss@8.4.31): resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -15512,11 +16037,10 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.31 - ts-node: 10.9.1(@types/node@18.18.3)(typescript@5.2.2) yaml: 1.10.2 dev: true - /postcss-load-config@4.0.1(postcss@8.4.29)(ts-node@10.9.1): + /postcss-load-config@4.0.1(postcss@8.4.31): resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} engines: {node: '>= 14'} peerDependencies: @@ -15529,8 +16053,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - postcss: 8.4.29 - ts-node: 10.9.1(@types/node@18.18.3)(typescript@5.2.2) + postcss: 8.4.31 yaml: 2.3.2 dev: true @@ -15544,15 +16067,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-extract-imports@3.0.0(postcss@8.4.29): - resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.29 - dev: true - /postcss-modules-extract-imports@3.0.0(postcss@8.4.31): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} @@ -15562,18 +16076,6 @@ packages: postcss: 8.4.31 dev: true - /postcss-modules-local-by-default@4.0.3(postcss@8.4.29): - resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - icss-utils: 5.1.0(postcss@8.4.29) - postcss: 8.4.29 - postcss-selector-parser: 6.0.13 - postcss-value-parser: 4.2.0 - dev: true - /postcss-modules-local-by-default@4.0.3(postcss@8.4.31): resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} @@ -15586,16 +16088,6 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope@3.0.0(postcss@8.4.29): - resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} - engines: {node: ^10 || ^12 || >= 14} - peerDependencies: - postcss: ^8.1.0 - dependencies: - postcss: 8.4.29 - postcss-selector-parser: 6.0.13 - dev: true - /postcss-modules-scope@3.0.0(postcss@8.4.31): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} @@ -15606,29 +16098,29 @@ packages: postcss-selector-parser: 6.0.13 dev: true - /postcss-modules-values@4.0.0(postcss@8.4.29): + /postcss-modules-values@4.0.0(postcss@8.4.31): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.29) - postcss: 8.4.29 + icss-utils: 5.1.0(postcss@8.4.31) + postcss: 8.4.31 dev: true - /postcss-modules@6.0.0(postcss@8.4.29): + /postcss-modules@6.0.0(postcss@8.4.31): resolution: {integrity: sha512-7DGfnlyi/ju82BRzTIjWS5C4Tafmzl3R79YP/PASiocj+aa6yYphHhhKUOEoXQToId5rgyFgJ88+ccOUydjBXQ==} peerDependencies: postcss: ^8.0.0 dependencies: generic-names: 4.0.0 - icss-utils: 5.1.0(postcss@8.4.29) + icss-utils: 5.1.0(postcss@8.4.31) lodash.camelcase: 4.3.0 - postcss: 8.4.29 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.29) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.29) - postcss-modules-scope: 3.0.0(postcss@8.4.29) - postcss-modules-values: 4.0.0(postcss@8.4.29) + postcss: 8.4.31 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.31) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.31) + postcss-modules-scope: 3.0.0(postcss@8.4.31) + postcss-modules-values: 4.0.0(postcss@8.4.31) string-hash: 1.1.3 dev: true @@ -15810,15 +16302,6 @@ packages: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.29: - resolution: {integrity: sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - dev: true - /postcss@8.4.31: resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} engines: {node: ^10 || ^12 || >=14} @@ -16083,21 +16566,20 @@ packages: typescript: 5.2.2 dev: true - /react-docgen@6.0.0-alpha.3: - resolution: {integrity: sha512-DDLvB5EV9As1/zoUsct6Iz2Cupw9FObEGD3DMcIs3EDFIoSKyz8FZtoWj3Wj+oodrU4/NfidN0BL5yrapIcTSA==} - engines: {node: '>=12.0.0'} - hasBin: true + /react-docgen@6.0.4: + resolution: {integrity: sha512-gF+p+1ZwC2eO66bt763Tepmh5q9kDiFIrqW3YjUV/a+L96h0m5+/wSFQoOHL2cffyrPMZMxP03IgbggJ11QbOw==} + engines: {node: '>=14.18.0'} dependencies: '@babel/core': 7.22.11 - '@babel/generator': 7.22.10 - ast-types: 0.14.2 - commander: 2.20.3 + '@babel/traverse': 7.22.11 + '@babel/types': 7.22.11 + '@types/babel__core': 7.20.1 + '@types/babel__traverse': 7.20.1 + '@types/doctrine': 0.0.6 + '@types/resolve': 1.20.4 doctrine: 3.0.0 - estree-to-babel: 3.2.1 - neo-async: 2.6.2 - node-dir: 0.1.17 resolve: 1.22.4 - strip-indent: 3.0.0 + strip-indent: 4.0.0 transitivePeerDependencies: - supports-color dev: true @@ -16148,8 +16630,8 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-property@2.0.0: - resolution: {integrity: sha512-kzmNjIgU32mO4mmH5+iUyrqlpFQhF8K2k7eZ4fdLSOPFrD1XgEuSBv9LDEgxRXTMBqMd8ppT0x6TIzqE5pdGdw==} + /react-property@2.0.2: + resolution: {integrity: sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug==} dev: true /react-refresh@0.14.0: @@ -16216,6 +16698,19 @@ packages: react-router: 6.16.0(react@18.2.0) dev: false + /react-router-dom@6.17.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-qWHkkbXQX+6li0COUUPKAUkxjNNqPJuiBd27dVwQGDNsuFBdMbrS6UZ0CLYc4CsbdLYTckn4oB4tGDuPZpPhaQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: '>=16.8 || 18' + react-dom: '>=16.8' + dependencies: + '@remix-run/router': 1.10.0 + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + react-router: 6.17.0(react@18.2.0) + dev: false + /react-router@6.16.0(react@18.2.0): resolution: {integrity: sha512-VT4Mmc4jj5YyjpOi5jOf0I+TYzGpvzERy4ckNSvSh2RArv8LLoCxlsZ2D+tc7zgjxcY34oTz2hZaeX5RVprKqA==} engines: {node: '>=14.0.0'} @@ -16226,6 +16721,16 @@ packages: react: 18.2.0 dev: false + /react-router@6.17.0(react@18.2.0): + resolution: {integrity: sha512-YJR3OTJzi3zhqeJYADHANCGPUu9J+6fT5GLv82UWRGSxu6oJYCKVmxUcaBQuGm9udpWmPsvpme/CdHumqgsoaA==} + engines: {node: '>=14.0.0'} + peerDependencies: + react: '>=16.8 || 18' + dependencies: + '@remix-run/router': 1.10.0 + react: 18.2.0 + dev: false + /react-style-singleton@2.2.1(@types/react@18.2.21)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} @@ -16709,10 +17214,6 @@ packages: isarray: 2.0.5 dev: true - /safe-buffer@5.1.1: - resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} - dev: true - /safe-buffer@5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} @@ -16809,17 +17310,6 @@ packages: upper-case-first: 2.0.2 dev: true - /serve-favicon@2.5.0: - resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==} - engines: {node: '>= 0.8.0'} - dependencies: - etag: 1.8.1 - fresh: 0.5.2 - ms: 2.1.1 - parseurl: 1.3.3 - safe-buffer: 5.1.1 - dev: true - /serve-static@1.15.0: resolution: {integrity: sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==} engines: {node: '>= 0.8.0'} @@ -17029,6 +17519,11 @@ packages: readable-stream: 3.6.2 dev: true + /split2@4.2.0: + resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} + engines: {node: '>= 10.x'} + dev: true + /sprintf-js@1.0.3: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true @@ -17077,7 +17572,7 @@ packages: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook-addon-pseudo-states@2.1.1(@storybook/components@7.4.0)(@storybook/core-events@7.4.0)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.4.0)(react-dom@18.2.0)(react@18.2.0): + /storybook-addon-pseudo-states@2.1.1(@storybook/components@7.5.1)(@storybook/core-events@7.5.1)(@storybook/manager-api@7.4.0)(@storybook/preview-api@7.4.0)(@storybook/theming@7.5.1)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-f6x4ZDTNlG888KVFEvGpaxqUReCfTweHIOm01LF7vC0/T5c7NHxqdjZ1/1C+nTNjmYqxKwud6/IgG9ZVv1gRsA==} peerDependencies: '@storybook/components': ^7.0.0 @@ -17093,11 +17588,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/components': 7.4.0(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) - '@storybook/core-events': 7.4.0 + '@storybook/components': 7.5.1(@types/react-dom@18.2.7)(@types/react@18.2.21)(react-dom@18.2.0)(react@18.2.0) + '@storybook/core-events': 7.5.1 '@storybook/manager-api': 7.4.0(react-dom@18.2.0)(react@18.2.0) '@storybook/preview-api': 7.4.0 - '@storybook/theming': 7.4.0(react-dom@18.2.0)(react@18.2.0) + '@storybook/theming': 7.5.1(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -17351,44 +17846,44 @@ packages: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} dev: true - /style-to-js@1.1.3: - resolution: {integrity: sha512-zKI5gN/zb7LS/Vm0eUwjmjrXWw8IMtyA8aPBJZdYiQTXj4+wQ3IucOLIOnF7zCHxvW8UhIGh/uZh/t9zEHXNTQ==} + /style-to-js@1.1.8: + resolution: {integrity: sha512-bPSspCXkkhETLXnEgDbaoWRWyv3lF2bj32YIc8IElok2IIMHUlZtQUrxYmAkKUNxpluhH0qnKWrmuoXUyTY12g==} dependencies: - style-to-object: 0.4.1 + style-to-object: 1.0.3 dev: true - /style-to-object@0.4.1: - resolution: {integrity: sha512-HFpbb5gr2ypci7Qw+IOhnP2zOU7e77b+rzM+wTzXzfi1PrtBCX0E7Pk4wL4iTLnhzZ+JgEGAhX81ebTg/aYjQw==} + /style-to-object@0.4.2: + resolution: {integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==} dependencies: inline-style-parser: 0.1.1 dev: true - /style-to-object@0.4.2: - resolution: {integrity: sha512-1JGpfPB3lo42ZX8cuPrheZbfQ6kqPPnPHlKMyeRYtfKD+0jG+QsXgXN57O/dvJlzlB2elI6dGmrPnl5VPQFPaA==} + /style-to-object@1.0.3: + resolution: {integrity: sha512-xOpx7S53E0V3DpVsvt7ySvoiumRpfXiC99PUXLqGB3wiAnN9ybEIpuzlZ8LAZg+h1sl9JkEUwtSQXxcCgFqbbg==} dependencies: - inline-style-parser: 0.1.1 + inline-style-parser: 0.2.2 dev: true - /stylelint-config-recommended@13.0.0(stylelint@15.10.3): + /stylelint-config-recommended@13.0.0(stylelint@15.11.0): resolution: {integrity: sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==} engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: stylelint: ^15.10.0 || 15 dependencies: - stylelint: 15.10.3 + stylelint: 15.11.0 dev: true - /stylelint-config-standard@34.0.0(stylelint@15.10.3): + /stylelint-config-standard@34.0.0(stylelint@15.11.0): resolution: {integrity: sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==} engines: {node: ^14.13.1 || >=16.0.0} peerDependencies: stylelint: ^15.10.0 || 15 dependencies: - stylelint: 15.10.3 - stylelint-config-recommended: 13.0.0(stylelint@15.10.3) + stylelint: 15.11.0 + stylelint-config-recommended: 13.0.0(stylelint@15.11.0) dev: true - /stylelint-value-no-unknown-custom-properties@4.0.0(stylelint@15.10.3): + /stylelint-value-no-unknown-custom-properties@4.0.0(stylelint@15.11.0): resolution: {integrity: sha512-FTi/EHipLplFl9O2zNCH5PMerBxxuPPYFHiVRX8wcMg+Y/hebsGa/hzjMN6Xq7MsvtFl7RoiQV+kykC5ous5Rg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: @@ -17396,27 +17891,27 @@ packages: dependencies: postcss-value-parser: 4.2.0 resolve: 1.22.4 - stylelint: 15.10.3 + stylelint: 15.11.0 dev: true - /stylelint@15.10.3: - resolution: {integrity: sha512-aBQMMxYvFzJJwkmg+BUUg3YfPyeuCuKo2f+LOw7yYbU8AZMblibwzp9OV4srHVeQldxvSFdz0/Xu8blq2AesiA==} + /stylelint@15.11.0: + resolution: {integrity: sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==} engines: {node: ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/css-parser-algorithms': 2.3.1(@csstools/css-tokenizer@2.2.0) - '@csstools/css-tokenizer': 2.2.0 - '@csstools/media-query-list-parser': 2.1.4(@csstools/css-parser-algorithms@2.3.1)(@csstools/css-tokenizer@2.2.0) + '@csstools/css-parser-algorithms': 2.3.2(@csstools/css-tokenizer@2.2.1) + '@csstools/css-tokenizer': 2.2.1 + '@csstools/media-query-list-parser': 2.1.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) '@csstools/selector-specificity': 3.0.0(postcss-selector-parser@6.0.13) balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 8.2.0 - css-functions-list: 3.2.0 + css-functions-list: 3.2.1 css-tree: 2.3.1 debug: 4.3.4 fast-glob: 3.3.1 fastest-levenshtein: 1.0.16 - file-entry-cache: 6.0.1 + file-entry-cache: 7.0.1 global-modules: 2.0.0 globby: 11.1.0 globjoin: 0.1.4 @@ -17425,7 +17920,7 @@ packages: import-lazy: 4.0.0 imurmurhash: 0.1.4 is-plain-object: 5.0.0 - known-css-properties: 0.28.0 + known-css-properties: 0.29.0 mathml-tag-names: 2.1.3 meow: 10.1.5 micromatch: 4.0.5 @@ -17604,9 +18099,9 @@ packages: minimatch: 3.1.2 dev: true - /text-extensions@1.9.0: - resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} - engines: {node: '>=0.10'} + /text-extensions@2.4.0: + resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} + engines: {node: '>=8'} dev: true /text-table@0.2.0: @@ -17765,38 +18260,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-node@10.9.1(@types/node@18.18.3)(typescript@5.2.2): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 18.18.3 - acorn: 8.10.0 - acorn-walk: 8.2.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.2.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - dev: true - - /ts-node@11.0.0-beta.1(@types/node@18.18.3)(typescript@5.2.2): + /ts-node@11.0.0-beta.1(@types/node@20.8.10)(typescript@5.2.2): resolution: {integrity: sha512-WMSROP+1pU22Q/Tm40mjfRg130yD8i0g6ROST04ZpocfH8sl1zD75ON4XQMcBEVViXMVemJBH0alflE7xePdRA==} hasBin: true peerDependencies: @@ -17815,7 +18279,7 @@ packages: '@tsconfig/node16': 1.0.4 '@tsconfig/node18': 18.2.2 '@tsconfig/node20': 20.1.2 - '@types/node': 18.18.3 + '@types/node': 20.8.10 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -17931,10 +18395,6 @@ packages: engines: {node: '>=12.20'} dev: true - /type-fest@4.3.1: - resolution: {integrity: sha512-pphNW/msgOUSkJbH58x8sqpq8uQj6b0ZKGxEsLKMUnGorRcDjrUaLS+39+/ub41JNTwrrMyJcUB8+YZs3mbwqw==} - engines: {node: '>=16'} - /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} engines: {node: '>= 0.6'} @@ -17984,7 +18444,7 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typescript-plugin-css-modules@5.0.1(ts-node@10.9.1)(typescript@5.2.2): + /typescript-plugin-css-modules@5.0.1(typescript@5.2.2): resolution: {integrity: sha512-hKXObfwfjx2/myRq4JeQ8D3xIWYTFqusi0hS/Aka7RFX1xQEoEkdOGDWyXNb8LmObawsUzbI30gQnZvqYXCrkA==} peerDependencies: typescript: '>=4.0.0' @@ -17996,7 +18456,7 @@ packages: less: 4.2.0 lodash.camelcase: 4.3.0 postcss: 8.4.31 - postcss-load-config: 3.1.4(postcss@8.4.31)(ts-node@10.9.1) + postcss-load-config: 3.1.4(postcss@8.4.31) postcss-modules-extract-imports: 3.0.0(postcss@8.4.31) postcss-modules-local-by-default: 4.0.3(postcss@8.4.31) postcss-modules-scope: 3.0.0(postcss@8.4.31) @@ -18042,6 +18502,14 @@ packages: engines: {node: '>=0.10.0'} dev: true + /undici-types@5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + dev: true + + /undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /unicode-canonical-property-names-ecmascript@2.0.0: resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} engines: {node: '>=4'} @@ -18376,7 +18844,7 @@ packages: vfile-message: 3.1.4 dev: true - /vite-node@0.28.5(@types/node@18.18.3): + /vite-node@0.28.5(@types/node@20.8.8): resolution: {integrity: sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==} engines: {node: '>=v14.16.0'} hasBin: true @@ -18388,7 +18856,7 @@ packages: picocolors: 1.0.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - '@types/node' - less @@ -18400,7 +18868,7 @@ packages: - terser dev: true - /vite-node@0.34.3(@types/node@18.18.3): + /vite-node@0.34.3(@types/node@20.8.8): resolution: {integrity: sha512-+0TzJf1g0tYXj6tR2vEyiA42OPq68QkRZCu/ERSo2PtsDJfBpDyEfuKbRvLmZqi/CgC7SCBtyC+WjTGNMRIaig==} engines: {node: '>=v14.18.0'} hasBin: true @@ -18410,7 +18878,7 @@ packages: mlly: 1.4.1 pathe: 1.1.1 picocolors: 1.0.0 - vite: 4.4.9(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) transitivePeerDependencies: - '@types/node' - less @@ -18426,8 +18894,8 @@ packages: resolution: {integrity: sha512-irjKcKXRn7v5bPAg4mAbsS6DgibpP1VUFL9tlgxU6lloK6V9yw9qCZkS+s2PtbkZpWNzr3TN3zVJAc6J7gJZmA==} dev: true - /vite@4.4.9(@types/node@18.18.3): - resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} + /vite@4.5.0(@types/node@20.8.8): + resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -18454,7 +18922,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.18.3 + '@types/node': 20.8.8 esbuild: 0.18.20 postcss: 8.4.31 rollup: 3.28.1 @@ -18495,7 +18963,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.18.3 + '@types/node': 20.8.8 '@vitest/expect': 0.34.3 '@vitest/runner': 0.34.3 '@vitest/snapshot': 0.34.3 @@ -18516,8 +18984,8 @@ packages: strip-literal: 1.3.0 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 4.4.9(@types/node@18.18.3) - vite-node: 0.34.3(@types/node@18.18.3) + vite: 4.5.0(@types/node@20.8.8) + vite-node: 0.34.3(@types/node@20.8.8) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -18888,19 +19356,6 @@ packages: yargs-parser: 18.1.3 dev: true - /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.9 - dev: true - /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} @@ -18921,11 +19376,6 @@ packages: fd-slicer: 1.1.0 dev: true - /yn@3.1.1: - resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} - engines: {node: '>=6'} - dev: true - /yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} diff --git a/renovate.json b/renovate.json index 433060e9e..b1390dcbd 100644 --- a/renovate.json +++ b/renovate.json @@ -15,5 +15,5 @@ } ], "rangeStrategy": "bump", - "ignoreDeps": ["react-router-dom"] + "ignoreDeps": ["react-router-dom", "style-dictionary"] }