From 94fe79a862e4dd4462c24f814b45d21142928bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:08:23 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 9 updates Bumps the minor-and-patch group with 9 updates: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.4.2` | | [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) | `5.1.2` | `5.1.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.15` | `3.4.16` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.27.2` | `0.27.4` | | [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) | `4.3.1` | `4.3.2` | | [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `6.1.9` | `6.1.10` | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.0.1` | `16.1.0` | | [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `5.0.0` | `5.1.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.0.2` | `6.0.3` | Updates `prettier` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.4.2) Updates `@astrojs/tailwind` from 5.1.2 to 5.1.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@5.1.3/packages/integrations/tailwind) Updates `tailwindcss` from 3.4.15 to 3.4.16 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.16/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.15...v3.4.16) Updates `typedoc` from 0.27.2 to 0.27.4 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.27.2...v0.27.4) Updates `typedoc-plugin-markdown` from 4.3.1 to 4.3.2 - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.3.2/packages/typedoc-plugin-markdown) Updates `@mui/material` from 6.1.9 to 6.1.10 - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/v6.1.10/packages/mui-material) Updates `@testing-library/react` from 16.0.1 to 16.1.0 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.1.0) Updates `eslint-plugin-react-hooks` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Updates `vite` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@astrojs/tailwind" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typedoc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: typedoc-plugin-markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@mui/material" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: eslint-plugin-react-hooks dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- packages/docs/package.json | 10 +- packages/filter/package.json | 4 +- packages/playground/package.json | 4 +- pnpm-lock.yaml | 282 ++++++++++++------------------- 5 files changed, 122 insertions(+), 180 deletions(-) diff --git a/package.json b/package.json index 86be64e..ea49814 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.10", "@vitest/coverage-v8": "^2.1.8", - "prettier": "^3.4.1", + "prettier": "^3.4.2", "typescript": "^5.7.2", "vitest": "^2.1.8" }, diff --git a/packages/docs/package.json b/packages/docs/package.json index b0f26af..d8be46a 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -16,7 +16,7 @@ "@astrojs/react": "^3.6.3", "@astrojs/starlight": "^0.29.2", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.2", + "@astrojs/tailwind": "^5.1.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "astro": "^4.16.16", @@ -28,16 +28,16 @@ "sharp": "^0.33.5", "starlight-links-validator": "^0.13.4", "starlight-typedoc": "^0.17.0", - "tailwindcss": "^3.4.15", - "typedoc": "^0.27.2", - "typedoc-plugin-markdown": "^4.3.1" + "tailwindcss": "^3.4.16", + "typedoc": "^0.27.4", + "typedoc-plugin-markdown": "^4.3.2" }, "devDependencies": { "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@fn-sphere/filter": "workspace:*", "@fn-sphere/theme-mui-material": "workspace:*", - "@mui/material": "^6.1.9", + "@mui/material": "^6.1.10", "zod": "^3.23.8" } } \ No newline at end of file diff --git a/packages/filter/package.json b/packages/filter/package.json index a1280bd..7c1f33b 100644 --- a/packages/filter/package.json +++ b/packages/filter/package.json @@ -31,13 +31,13 @@ }, "devDependencies": { "@testing-library/dom": "^10.4.0", - "@testing-library/react": "^16.0.1", + "@testing-library/react": "^16.1.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^8.17.0", "@typescript-eslint/parser": "^8.17.0", "eslint": "^8.57.0", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "jsdom": "^25.0.1", "react": "^18.3.1", diff --git a/packages/playground/package.json b/packages/playground/package.json index a1423bf..fcc2bb9 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -30,9 +30,9 @@ "@typescript-eslint/parser": "^8.17.0", "@vitejs/plugin-react": "^4.3.4", "eslint": "^8.57.0", - "eslint-plugin-react-hooks": "^5.0.0", + "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "less": "^4.2.1", - "vite": "^6.0.2" + "vite": "^6.0.3" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c85814..a93bd8e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^2.1.8 version: 2.1.8(vitest@2.1.8(jsdom@25.0.1)(less@4.2.1)) prettier: - specifier: ^3.4.1 - version: 3.4.1 + specifier: ^3.4.2 + version: 3.4.2 typescript: specifier: ^5.7.2 version: 5.7.2 @@ -41,7 +41,7 @@ importers: dependencies: '@astrojs/check': specifier: ^0.9.4 - version: 0.9.4(prettier@3.4.1)(typescript@5.7.2) + version: 0.9.4(prettier@3.4.2)(typescript@5.7.2) '@astrojs/react': specifier: ^3.6.3 version: 3.6.3(@types/react-dom@18.3.1)(@types/react@18.3.12)(less@4.2.1)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -50,10 +50,10 @@ importers: version: 0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)) '@astrojs/starlight-tailwind': specifier: ^2.0.3 - version: 2.0.3(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(@astrojs/tailwind@5.1.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.15))(tailwindcss@3.4.15) + version: 2.0.3(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(@astrojs/tailwind@5.1.3(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.16))(tailwindcss@3.4.16) '@astrojs/tailwind': - specifier: ^5.1.2 - version: 5.1.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.15) + specifier: ^5.1.3 + version: 5.1.3(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.16) '@types/react': specifier: ^18.3.12 version: 18.3.12 @@ -86,16 +86,16 @@ importers: version: 0.13.4(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)) starlight-typedoc: specifier: ^0.17.0 - version: 0.17.0(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(typedoc-plugin-markdown@4.3.1(typedoc@0.27.2(typescript@5.7.2)))(typedoc@0.27.2(typescript@5.7.2)) + version: 0.17.0(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2)))(typedoc@0.27.4(typescript@5.7.2)) tailwindcss: - specifier: ^3.4.15 - version: 3.4.15 + specifier: ^3.4.16 + version: 3.4.16 typedoc: - specifier: ^0.27.2 - version: 0.27.2(typescript@5.7.2) + specifier: ^0.27.4 + version: 0.27.4(typescript@5.7.2) typedoc-plugin-markdown: - specifier: ^4.3.1 - version: 4.3.1(typedoc@0.27.2(typescript@5.7.2)) + specifier: ^4.3.2 + version: 4.3.2(typedoc@0.27.4(typescript@5.7.2)) devDependencies: '@emotion/react': specifier: ^11.13.5 @@ -110,8 +110,8 @@ importers: specifier: workspace:* version: link:../theme-mui-material '@mui/material': - specifier: ^6.1.9 - version: 6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^6.1.10 + version: 6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) zod: specifier: ^3.23.8 version: 3.23.8 @@ -126,8 +126,8 @@ importers: specifier: ^10.4.0 version: 10.4.0 '@testing-library/react': - specifier: ^16.0.1 - version: 16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^16.1.0 + version: 16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@types/react': specifier: ^18.3.12 version: 18.3.12 @@ -144,8 +144,8 @@ importers: specifier: ^8.57.0 version: 8.57.0 eslint-plugin-react-hooks: - specifier: ^5.0.0 - version: 5.0.0(eslint@8.57.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@8.57.0) eslint-plugin-react-refresh: specifier: ^0.4.16 version: 0.4.16(eslint@8.57.0) @@ -212,13 +212,13 @@ importers: version: 8.17.0(eslint@8.57.0)(typescript@5.7.2) '@vitejs/plugin-react': specifier: ^4.3.4 - version: 4.3.4(vite@6.0.2(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1)) + version: 4.3.4(vite@6.0.3(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1)) eslint: specifier: ^8.57.0 version: 8.57.0 eslint-plugin-react-hooks: - specifier: ^5.0.0 - version: 5.0.0(eslint@8.57.0) + specifier: ^5.1.0 + version: 5.1.0(eslint@8.57.0) eslint-plugin-react-refresh: specifier: ^0.4.16 version: 0.4.16(eslint@8.57.0) @@ -226,8 +226,8 @@ importers: specifier: ^4.2.1 version: 4.2.1 vite: - specifier: ^6.0.2 - version: 6.0.2(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1) + specifier: ^6.0.3 + version: 6.0.3(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1) packages/theme-mui-material: dependencies: @@ -328,10 +328,10 @@ packages: peerDependencies: astro: ^4.14.0 - '@astrojs/tailwind@5.1.2': - resolution: {integrity: sha512-IvOF0W/dtHElcXvhrPR35nHmhyV3cfz1EzPitMGtU7sYy9Hci3BNK1To6FWmVuuNKPxza1IgCGetSynJZL7fOg==} + '@astrojs/tailwind@5.1.3': + resolution: {integrity: sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==} peerDependencies: - astro: ^3.0.0 || ^4.0.0 || ^5.0.0-beta.0 + astro: ^3.0.0 || ^4.0.0 || ^5.0.0 tailwindcss: ^3.0.24 '@astrojs/telemetry@3.1.0': @@ -1179,8 +1179,8 @@ packages: '@mui/core-downloads-tracker@6.0.1': resolution: {integrity: sha512-TmKkCTwgtwvlFTF1tZzG4lYbi7v6NGweEJwFBZoIWZrkF1OLa0xu4umifmIyd+bVIScsEj//E2AD6bOJbPMOOQ==} - '@mui/core-downloads-tracker@6.1.9': - resolution: {integrity: sha512-TWqj7b1w5cmSz4H/uf+y2AHxAH4ldPR7D2bz0XVyn60GCAo/zRbRPx7cF8gTs/i7CiYeHzV6dtat0VpMwOtolw==} + '@mui/core-downloads-tracker@6.1.10': + resolution: {integrity: sha512-LY5wdiLCBDY7u+Od8UmFINZFGN/5ZU90fhAslf/ZtfP+5RhuY45f679pqYIxe0y54l6Gkv9PFOc8Cs10LDTBYg==} '@mui/icons-material@6.0.0': resolution: {integrity: sha512-rtQSoztIpGtl+Uy2mZ00VtrSxt8jnPqcCZ4MPBVVfJdxyxVRe04snkckGmPGMn4PwjSGiiu9wAVdBTkmXJzfyA==} @@ -1213,13 +1213,13 @@ packages: '@types/react': optional: true - '@mui/material@6.1.9': - resolution: {integrity: sha512-NwqIN0bdsgzSbZd5JFcC+2ez0XW/XNs8uiV2PDHrqQ4qf/FEasFJG1z6g8JbCN0YlTrHZekVb17X0Fv0qcYJfQ==} + '@mui/material@6.1.10': + resolution: {integrity: sha512-txnwYObY4N9ugv5T2n5h1KcbISegZ6l65w1/7tpSU5OB6MQCU94YkP8n/3slDw2KcEfRk4+4D8EUGfhSPMODEQ==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 '@emotion/styled': ^11.3.0 - '@mui/material-pigment-css': ^6.1.9 + '@mui/material-pigment-css': ^6.1.10 '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -1243,8 +1243,8 @@ packages: '@types/react': optional: true - '@mui/private-theming@6.1.9': - resolution: {integrity: sha512-7aum/O1RquBYhfwL/7egDyl9GqJgPM6hoJDFFBbhF6Sgv9yI9v4w3ArKUkuVvR0CtVj4NXRVMKEioh1bjUzvuA==} + '@mui/private-theming@6.1.10': + resolution: {integrity: sha512-DqgsH0XFEweeG3rQfVkqTkeXcj/E76PGYWag8flbPdV8IYdMo+DfVdFlZK8JEjsaIVD2Eu1kJg972XnH5pfnBQ==} engines: {node: '>=14.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -1266,8 +1266,8 @@ packages: '@emotion/styled': optional: true - '@mui/styled-engine@6.1.9': - resolution: {integrity: sha512-xynSLlJRxHLzSfQaiDjkaTx8LiFb9ByVa7aOdwFnTxGWFMY1F+mkXwAUY4jDDE+MAxkWxlzzQE0wOohnsxhdQg==} + '@mui/styled-engine@6.1.10': + resolution: {integrity: sha512-+NV9adKZYhslJ270iPjf2yzdVJwav7CIaXcMlPSi1Xy1S/zRe5xFgZ6BEoMdmGRpr34lIahE8H1acXP2myrvRw==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.4.1 @@ -1295,8 +1295,8 @@ packages: '@types/react': optional: true - '@mui/system@6.1.9': - resolution: {integrity: sha512-8x+RucnNp21gfFYsklCaZf0COXbv3+v0lrVuXONxvPEkESi2rwLlOi8UPJfcz6LxZOAX3v3oQ7qw18vnpgueRg==} + '@mui/system@6.1.10': + resolution: {integrity: sha512-5YNIqxETR23SIkyP7MY2fFnXmplX/M4wNi2R+10AVRd3Ub+NLctWY/Vs5vq1oAMF0eSDLhRTGUjaUe+IGSfWqg==} engines: {node: '>=14.0.0'} peerDependencies: '@emotion/react': ^11.5.0 @@ -1337,8 +1337,8 @@ packages: '@types/react': optional: true - '@mui/utils@6.1.9': - resolution: {integrity: sha512-N7uzBp7p2or+xanXn3aH2OTINC6F/Ru/U8h6amhRZEev8bJhKN86rIDIoxZZ902tj+09LXtH83iLxFMjMHyqNA==} + '@mui/utils@6.1.10': + resolution: {integrity: sha512-1ETuwswGjUiAf2dP9TkBy8p49qrw2wXa+RuAjNTRE5+91vtXJ1HKrs7H9s8CZd1zDlQVzUcUAPm9lpQwF5ogTw==} engines: {node: '>=14.0.0'} peerDependencies: '@types/react': ^17.0.0 || ^18.0.0 || ^19.0.0 @@ -1515,15 +1515,15 @@ packages: resolution: {integrity: sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==} engines: {node: '>=18'} - '@testing-library/react@16.0.1': - resolution: {integrity: sha512-dSmwJVtJXmku+iocRhWOUFbrERC76TX2Mnf0ATODz8brzAZrMBbzLwQixlBSanZxR6LddK3eiwpSFZgDET1URg==} + '@testing-library/react@16.1.0': + resolution: {integrity: sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg==} engines: {node: '>=18'} peerDependencies: '@testing-library/dom': ^10.0.0 - '@types/react': ^18.0.0 - '@types/react-dom': ^18.0.0 - react: ^18.0.0 - react-dom: ^18.0.0 + '@types/react': ^18.0.0 || ^19.0.0 + '@types/react-dom': ^18.0.0 || ^19.0.0 + react: ^18.0.0 || ^19.0.0 + react-dom: ^18.0.0 || ^19.0.0 peerDependenciesMeta: '@types/react': optional: true @@ -1946,11 +1946,6 @@ packages: resolution: {integrity: sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==} engines: {node: '>=8'} - browserslist@4.23.3: - resolution: {integrity: sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - browserslist@4.24.0: resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} @@ -1972,9 +1967,6 @@ packages: resolution: {integrity: sha512-8WB3Jcas3swSvjIeA2yvCJ+Miyz5l1ZmB6HFb9R1317dt9LCQoswg/BGrmAmkWVEszSrrg4RwmO46qIm2OEnSA==} engines: {node: '>=16'} - caniuse-lite@1.0.30001660: - resolution: {integrity: sha512-GacvNTTuATm26qC74pt+ad1fW15mlQ/zuTzzY1ZoIzECTP8HURDfF43kNxPgf7H1jmelCBQTTbBNxdSXOA7Bqg==} - caniuse-lite@1.0.30001668: resolution: {integrity: sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==} @@ -2241,9 +2233,6 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - electron-to-chromium@1.5.20: - resolution: {integrity: sha512-74mdl6Fs1HHzK9SUX4CKFxAtAe3nUns48y79TskHNAG6fGOlLfyKA4j855x+0b5u8rWJIrlaG9tcTPstMlwjIw==} - electron-to-chromium@1.5.36: resolution: {integrity: sha512-HYTX8tKge/VNp6FGO+f/uVDmUkq+cEfcxYhKf15Akc4M5yxt5YmorwlAitKWjWhWQnKcDRBAQKXkhqqXMqcrjw==} @@ -2306,8 +2295,8 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - eslint-plugin-react-hooks@5.0.0: - resolution: {integrity: sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==} + eslint-plugin-react-hooks@5.1.0: + resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -2902,12 +2891,8 @@ packages: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} - lilconfig@2.1.0: - resolution: {integrity: sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==} - engines: {node: '>=10'} - - lilconfig@3.1.2: - resolution: {integrity: sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==} + lilconfig@3.1.3: + resolution: {integrity: sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==} engines: {node: '>=14'} lines-and-columns@1.2.4: @@ -3472,10 +3457,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.47: - resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.49: resolution: {integrity: sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==} engines: {node: ^10 || ^12 || >=14} @@ -3498,8 +3479,8 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - prettier@3.4.1: - resolution: {integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==} + prettier@3.4.2: + resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} engines: {node: '>=14'} hasBin: true @@ -3898,8 +3879,8 @@ packages: symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} - tailwindcss@3.4.15: - resolution: {integrity: sha512-r4MeXnfBmSOuKUWmXe6h2CcyfzJCEk4F0pptO5jlnYSIViUkVmsawj80N5h2lO3gwcmSb4n3PuN+e+GC1Guylw==} + tailwindcss@3.4.16: + resolution: {integrity: sha512-TI4Cyx7gDiZ6r44ewaJmt0o6BrMCT5aK5e0rmJ/G9Xq3w7CX/5VXl/zIPEJZFUK5VEqwByyhqNPycPlvcK4ZNw==} engines: {node: '>=14.0.0'} hasBin: true @@ -4029,14 +4010,14 @@ packages: resolution: {integrity: sha512-yOGpmOAL7CkKe/91I5O3gPICmJNLJ1G4zFYVAsRHg7M64biSnPtRj0WNQt++bRkjYOqjWXrhnUw1utzmVErAdg==} engines: {node: '>=16'} - typedoc-plugin-markdown@4.3.1: - resolution: {integrity: sha512-cV0cjvNfr5keytkWUm5AXNFcW3/dd51BYFvbAVqo9AJbHZjt5SGkf2EZ0whSKCilqpwL7biPC/r1WNeW2NbV/w==} + typedoc-plugin-markdown@4.3.2: + resolution: {integrity: sha512-hCF3V0axzbzGDYFW21XigWIJQBOJ2ZRVWWs7X+e62ew/pXnvz7iKF/zVdkBm3w8Mk4bmXWp/FT0IF4Zn9uBRww==} engines: {node: '>= 18'} peerDependencies: typedoc: 0.27.x - typedoc@0.27.2: - resolution: {integrity: sha512-C2ima5TZJHU3ecnRIz50lKd1BsYck5LhYQIy7MRPmjuSEJreUEAt+uAVcZgY7wZsSORzEI7xW8miZIdxv/cbmw==} + typedoc@0.27.4: + resolution: {integrity: sha512-wXPQs1AYC2Crk+1XFpNuutLIkNWleokZf1UNf/X8w9KsMnirkvT+LzxTXDvfF6ug3TSLf3Xu5ZXRKGfoXPX7IA==} engines: {node: '>= 18'} hasBin: true peerDependencies: @@ -4157,8 +4138,8 @@ packages: terser: optional: true - vite@6.0.2: - resolution: {integrity: sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==} + vite@6.0.3: + resolution: {integrity: sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true peerDependencies: @@ -4453,11 +4434,6 @@ packages: resolution: {integrity: sha512-CBKFWExMn46Foo4cldiChEzn7S7SRV+wqiluAb6xmueD/fGyRHIhX8m14vVGgeFWjN540nKCNVj6P21eQjgTuA==} engines: {node: '>= 14'} - yaml@2.5.1: - resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} - engines: {node: '>= 14'} - hasBin: true - yaml@2.6.1: resolution: {integrity: sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==} engines: {node: '>= 14'} @@ -4511,9 +4487,9 @@ snapshots: '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 - '@astrojs/check@0.9.4(prettier@3.4.1)(typescript@5.7.2)': + '@astrojs/check@0.9.4(prettier@3.4.2)(typescript@5.7.2)': dependencies: - '@astrojs/language-server': 2.15.0(prettier@3.4.1)(typescript@5.7.2) + '@astrojs/language-server': 2.15.0(prettier@3.4.2)(typescript@5.7.2) chokidar: 4.0.1 kleur: 4.1.5 typescript: 5.7.2 @@ -4526,7 +4502,7 @@ snapshots: '@astrojs/internal-helpers@0.4.1': {} - '@astrojs/language-server@2.15.0(prettier@3.4.1)(typescript@5.7.2)': + '@astrojs/language-server@2.15.0(prettier@3.4.2)(typescript@5.7.2)': dependencies: '@astrojs/compiler': 2.10.3 '@astrojs/yaml2ts': 0.2.1 @@ -4540,14 +4516,14 @@ snapshots: volar-service-css: 0.0.61(@volar/language-service@2.4.5) volar-service-emmet: 0.0.61(@volar/language-service@2.4.5) volar-service-html: 0.0.61(@volar/language-service@2.4.5) - volar-service-prettier: 0.0.61(@volar/language-service@2.4.5)(prettier@3.4.1) + volar-service-prettier: 0.0.61(@volar/language-service@2.4.5)(prettier@3.4.2) volar-service-typescript: 0.0.61(@volar/language-service@2.4.5) volar-service-typescript-twoslash-queries: 0.0.61(@volar/language-service@2.4.5) volar-service-yaml: 0.0.61(@volar/language-service@2.4.5) vscode-html-languageservice: 5.3.0 vscode-uri: 3.0.8 optionalDependencies: - prettier: 3.4.1 + prettier: 3.4.2 transitivePeerDependencies: - typescript @@ -4648,11 +4624,11 @@ snapshots: stream-replace-string: 2.0.0 zod: 3.23.8 - '@astrojs/starlight-tailwind@2.0.3(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(@astrojs/tailwind@5.1.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.15))(tailwindcss@3.4.15)': + '@astrojs/starlight-tailwind@2.0.3(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(@astrojs/tailwind@5.1.3(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.16))(tailwindcss@3.4.16)': dependencies: '@astrojs/starlight': 0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)) - '@astrojs/tailwind': 5.1.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.15) - tailwindcss: 3.4.15 + '@astrojs/tailwind': 5.1.3(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.16) + tailwindcss: 3.4.16 '@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))': dependencies: @@ -4683,13 +4659,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@astrojs/tailwind@5.1.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.15)': + '@astrojs/tailwind@5.1.3(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2))(tailwindcss@3.4.16)': dependencies: astro: 4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2) - autoprefixer: 10.4.20(postcss@8.4.47) - postcss: 8.4.47 - postcss-load-config: 4.0.2(postcss@8.4.47) - tailwindcss: 3.4.15 + autoprefixer: 10.4.20(postcss@8.4.49) + postcss: 8.4.49 + postcss-load-config: 4.0.2(postcss@8.4.49) + tailwindcss: 3.4.16 transitivePeerDependencies: - ts-node @@ -5670,7 +5646,7 @@ snapshots: '@mui/core-downloads-tracker@6.0.1': {} - '@mui/core-downloads-tracker@6.1.9': {} + '@mui/core-downloads-tracker@6.1.10': {} '@mui/icons-material@6.0.0(@mui/material@6.0.1(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.12)(react@18.3.1)': dependencies: @@ -5701,13 +5677,13 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) '@types/react': 18.3.12 - '@mui/material@6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@mui/material@6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 - '@mui/core-downloads-tracker': 6.1.9 - '@mui/system': 6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) + '@mui/core-downloads-tracker': 6.1.10 + '@mui/system': 6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) '@mui/types': 7.2.19(@types/react@18.3.12) - '@mui/utils': 6.1.9(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.10(@types/react@18.3.12)(react@18.3.1) '@popperjs/core': 2.11.8 '@types/react-transition-group': 4.4.11 clsx: 2.1.1 @@ -5725,16 +5701,16 @@ snapshots: '@mui/private-theming@6.0.1(@types/react@18.3.12)(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 - '@mui/utils': 6.1.9(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.10(@types/react@18.3.12)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: '@types/react': 18.3.12 - '@mui/private-theming@6.1.9(@types/react@18.3.12)(react@18.3.1)': + '@mui/private-theming@6.1.10(@types/react@18.3.12)(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 - '@mui/utils': 6.1.9(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.10(@types/react@18.3.12)(react@18.3.1) prop-types: 15.8.1 react: 18.3.1 optionalDependencies: @@ -5751,7 +5727,7 @@ snapshots: '@emotion/react': 11.13.3(@types/react@18.3.12)(react@18.3.1) '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) - '@mui/styled-engine@6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': + '@mui/styled-engine@6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 '@emotion/cache': 11.13.5 @@ -5770,7 +5746,7 @@ snapshots: '@mui/private-theming': 6.0.1(@types/react@18.3.12)(react@18.3.1) '@mui/styled-engine': 6.0.1(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.19(@types/react@18.3.12) - '@mui/utils': 6.1.9(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.10(@types/react@18.3.12)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 @@ -5780,13 +5756,13 @@ snapshots: '@emotion/styled': 11.13.0(@emotion/react@11.13.3(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1) '@types/react': 18.3.12 - '@mui/system@6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1)': + '@mui/system@6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 - '@mui/private-theming': 6.1.9(@types/react@18.3.12)(react@18.3.1) - '@mui/styled-engine': 6.1.9(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) + '@mui/private-theming': 6.1.10(@types/react@18.3.12)(react@18.3.1) + '@mui/styled-engine': 6.1.10(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@emotion/styled@11.13.5(@emotion/react@11.13.5(@types/react@18.3.12)(react@18.3.1))(@types/react@18.3.12)(react@18.3.1))(react@18.3.1) '@mui/types': 7.2.19(@types/react@18.3.12) - '@mui/utils': 6.1.9(@types/react@18.3.12)(react@18.3.1) + '@mui/utils': 6.1.10(@types/react@18.3.12)(react@18.3.1) clsx: 2.1.1 csstype: 3.1.3 prop-types: 15.8.1 @@ -5816,7 +5792,7 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - '@mui/utils@6.1.9(@types/react@18.3.12)(react@18.3.1)': + '@mui/utils@6.1.10(@types/react@18.3.12)(react@18.3.1)': dependencies: '@babel/runtime': 7.26.0 '@mui/types': 7.2.19(@types/react@18.3.12) @@ -5964,9 +5940,9 @@ snapshots: lz-string: 1.5.0 pretty-format: 27.5.1 - '@testing-library/react@16.0.1(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': + '@testing-library/react@16.1.0(@testing-library/dom@10.4.0)(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': dependencies: - '@babel/runtime': 7.25.4 + '@babel/runtime': 7.26.0 '@testing-library/dom': 10.4.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) @@ -6161,14 +6137,14 @@ snapshots: transitivePeerDependencies: - supports-color - '@vitejs/plugin-react@4.3.4(vite@6.0.2(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1))': + '@vitejs/plugin-react@4.3.4(vite@6.0.3(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1))': dependencies: '@babel/core': 7.26.0 '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0) '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.2 - vite: 6.0.2(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1) + vite: 6.0.3(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1) transitivePeerDependencies: - supports-color @@ -6478,14 +6454,14 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.20(postcss@8.4.47): + autoprefixer@10.4.20(postcss@8.4.49): dependencies: - browserslist: 4.23.3 - caniuse-lite: 1.0.30001660 + browserslist: 4.24.0 + caniuse-lite: 1.0.30001668 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.1 - postcss: 8.4.47 + postcss: 8.4.49 postcss-value-parser: 4.2.0 axobject-query@4.1.0: {} @@ -6542,13 +6518,6 @@ snapshots: dependencies: fill-range: 7.1.1 - browserslist@4.23.3: - dependencies: - caniuse-lite: 1.0.30001660 - electron-to-chromium: 1.5.20 - node-releases: 2.0.18 - update-browserslist-db: 1.1.0(browserslist@4.23.3) - browserslist@4.24.0: dependencies: caniuse-lite: 1.0.30001668 @@ -6564,8 +6533,6 @@ snapshots: camelcase@8.0.0: {} - caniuse-lite@1.0.30001660: {} - caniuse-lite@1.0.30001668: {} ccount@2.0.1: {} @@ -6791,8 +6758,6 @@ snapshots: eastasianwidth@0.2.0: {} - electron-to-chromium@1.5.20: {} - electron-to-chromium@1.5.36: {} emmet@2.4.7: @@ -6887,7 +6852,7 @@ snapshots: escape-string-regexp@5.0.0: {} - eslint-plugin-react-hooks@5.0.0(eslint@8.57.0): + eslint-plugin-react-hooks@5.1.0(eslint@8.57.0): dependencies: eslint: 8.57.0 @@ -7633,9 +7598,7 @@ snapshots: prelude-ls: 1.2.1 type-check: 0.4.0 - lilconfig@2.1.0: {} - - lilconfig@3.1.2: {} + lilconfig@3.1.3: {} lines-and-columns@1.2.4: {} @@ -8446,17 +8409,10 @@ snapshots: camelcase-css: 2.0.1 postcss: 8.4.49 - postcss-load-config@4.0.2(postcss@8.4.47): - dependencies: - lilconfig: 3.1.2 - yaml: 2.5.1 - optionalDependencies: - postcss: 8.4.47 - postcss-load-config@4.0.2(postcss@8.4.49): dependencies: - lilconfig: 3.1.2 - yaml: 2.5.1 + lilconfig: 3.1.3 + yaml: 2.6.1 optionalDependencies: postcss: 8.4.49 @@ -8472,12 +8428,6 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.47: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.1 - source-map-js: 1.2.1 - postcss@8.4.49: dependencies: nanoid: 3.3.7 @@ -8497,7 +8447,7 @@ snapshots: prettier@2.8.8: {} - prettier@3.4.1: {} + prettier@3.4.2: {} pretty-format@27.5.1: dependencies: @@ -8917,12 +8867,12 @@ snapshots: picomatch: 4.0.2 unist-util-visit: 5.0.0 - starlight-typedoc@0.17.0(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(typedoc-plugin-markdown@4.3.1(typedoc@0.27.2(typescript@5.7.2)))(typedoc@0.27.2(typescript@5.7.2)): + starlight-typedoc@0.17.0(@astrojs/starlight@0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)))(typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2)))(typedoc@0.27.4(typescript@5.7.2)): dependencies: '@astrojs/starlight': 0.29.2(astro@4.16.16(less@4.2.1)(rollup@4.28.0)(typescript@5.7.2)) github-slugger: 2.0.0 - typedoc: 0.27.2(typescript@5.7.2) - typedoc-plugin-markdown: 4.3.1(typedoc@0.27.2(typescript@5.7.2)) + typedoc: 0.27.4(typescript@5.7.2) + typedoc-plugin-markdown: 4.3.2(typedoc@0.27.4(typescript@5.7.2)) std-env@3.8.0: {} @@ -8999,7 +8949,7 @@ snapshots: symbol-tree@3.2.4: {} - tailwindcss@3.4.15: + tailwindcss@3.4.16: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -9010,7 +8960,7 @@ snapshots: glob-parent: 6.0.2 is-glob: 4.0.3 jiti: 1.21.6 - lilconfig: 2.1.0 + lilconfig: 3.1.3 micromatch: 4.0.8 normalize-path: 3.0.0 object-hash: 3.0.0 @@ -9144,11 +9094,11 @@ snapshots: type-fest@4.26.1: {} - typedoc-plugin-markdown@4.3.1(typedoc@0.27.2(typescript@5.7.2)): + typedoc-plugin-markdown@4.3.2(typedoc@0.27.4(typescript@5.7.2)): dependencies: - typedoc: 0.27.2(typescript@5.7.2) + typedoc: 0.27.4(typescript@5.7.2) - typedoc@0.27.2(typescript@5.7.2): + typedoc@0.27.4(typescript@5.7.2): dependencies: '@gerrit0/mini-shiki': 1.24.1 lunr: 2.3.9 @@ -9227,12 +9177,6 @@ snapshots: universalify@0.1.2: {} - update-browserslist-db@1.1.0(browserslist@4.23.3): - dependencies: - browserslist: 4.23.3 - escalade: 3.1.2 - picocolors: 1.1.1 - update-browserslist-db@1.1.0(browserslist@4.24.0): dependencies: browserslist: 4.24.0 @@ -9289,7 +9233,7 @@ snapshots: fsevents: 2.3.3 less: 4.2.1 - vite@6.0.2(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1): + vite@6.0.3(jiti@1.21.6)(less@4.2.1)(yaml@2.6.1): dependencies: esbuild: 0.24.0 postcss: 8.4.49 @@ -9364,12 +9308,12 @@ snapshots: optionalDependencies: '@volar/language-service': 2.4.5 - volar-service-prettier@0.0.61(@volar/language-service@2.4.5)(prettier@3.4.1): + volar-service-prettier@0.0.61(@volar/language-service@2.4.5)(prettier@3.4.2): dependencies: vscode-uri: 3.0.8 optionalDependencies: '@volar/language-service': 2.4.5 - prettier: 3.4.1 + prettier: 3.4.2 volar-service-typescript-twoslash-queries@0.0.61(@volar/language-service@2.4.5): dependencies: @@ -9553,8 +9497,6 @@ snapshots: yaml@2.2.2: {} - yaml@2.5.1: {} - yaml@2.6.1: {} yargs-parser@21.1.1: {}