diff --git a/.changeset/red-bags-beam.md b/.changeset/red-bags-beam.md new file mode 100644 index 00000000..95d3d51b --- /dev/null +++ b/.changeset/red-bags-beam.md @@ -0,0 +1,21 @@ +--- +'@tszhong0411/ui': patch +--- + +Updated dependency `@icons-pack/react-simple-icons` to `9.6.0`. +Updated dependency `@radix-ui/react-alert-dialog` to `^1.1.1`. +Updated dependency `@radix-ui/react-aspect-ratio` to `^1.1.0`. +Updated dependency `@radix-ui/react-avatar` to `^1.1.0`. +Updated dependency `@radix-ui/react-checkbox` to `^1.1.1`. +Updated dependency `@radix-ui/react-collapsible` to `^1.1.0`. +Updated dependency `@radix-ui/react-dialog` to `^1.1.1`. +Updated dependency `@radix-ui/react-dropdown-menu` to `^2.1.1`. +Updated dependency `@radix-ui/react-label` to `^2.1.0`. +Updated dependency `@radix-ui/react-scroll-area` to `^1.1.0`. +Updated dependency `@radix-ui/react-select` to `^2.1.1`. +Updated dependency `@radix-ui/react-separator` to `^1.1.0`. +Updated dependency `@radix-ui/react-slot` to `^1.1.0`. +Updated dependency `@radix-ui/react-tabs` to `^1.1.0`. +Updated dependency `@radix-ui/react-tooltip` to `^1.1.2`. +Updated dependency `lucide-react` to `^0.435.0`. +Updated dependency `react-hook-form` to `^7.53.0`. diff --git a/packages/ui/package.json b/packages/ui/package.json index a8058947..2e24f8ce 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -29,28 +29,28 @@ "sideEffects": false, "types": "./dist/index.d.ts", "dependencies": { - "@icons-pack/react-simple-icons": "^9.5.0", - "@radix-ui/react-alert-dialog": "^1.0.5", - "@radix-ui/react-aspect-ratio": "^1.0.3", - "@radix-ui/react-avatar": "^1.0.4", - "@radix-ui/react-checkbox": "^1.0.4", - "@radix-ui/react-collapsible": "^1.0.3", - "@radix-ui/react-dialog": "^1.0.5", - "@radix-ui/react-dropdown-menu": "^2.0.6", - "@radix-ui/react-label": "^2.0.2", + "@icons-pack/react-simple-icons": "9.6.0", + "@radix-ui/react-alert-dialog": "^1.1.1", + "@radix-ui/react-aspect-ratio": "^1.1.0", + "@radix-ui/react-avatar": "^1.1.0", + "@radix-ui/react-checkbox": "^1.1.1", + "@radix-ui/react-collapsible": "^1.1.0", + "@radix-ui/react-dialog": "^1.1.1", + "@radix-ui/react-dropdown-menu": "^2.1.1", + "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.1", - "@radix-ui/react-scroll-area": "^1.0.5", - "@radix-ui/react-select": "^2.0.0", - "@radix-ui/react-separator": "^1.0.3", - "@radix-ui/react-slot": "^1.0.2", - "@radix-ui/react-tabs": "^1.0.4", - "@radix-ui/react-tooltip": "^1.0.7", + "@radix-ui/react-scroll-area": "^1.1.0", + "@radix-ui/react-select": "^2.1.1", + "@radix-ui/react-separator": "^1.1.0", + "@radix-ui/react-slot": "^1.1.0", + "@radix-ui/react-tabs": "^1.1.0", + "@radix-ui/react-tooltip": "^1.1.2", "@radix-ui/react-visually-hidden": "^1.1.0", "class-variance-authority": "^0.7.0", "cmdk": "^1.0.0", - "lucide-react": "^0.394.0", + "lucide-react": "^0.435.0", "merge-refs": "^1.3.0", - "react-hook-form": "^7.52.2", + "react-hook-form": "^7.53.0", "react-textarea-autosize": "^8.5.3", "sonner": "1.5.0" }, @@ -66,9 +66,9 @@ "@tszhong0411/tsconfig": "workspace:*", "@tszhong0411/utils": "workspace:*", "@types/react": "18.3.3", - "next": "14.2.3", + "next": "14.2.6", "react": "18.3.1", - "tailwindcss": "^3.4.4" + "tailwindcss": "^3.4.10" }, "publishConfig": { "access": "public" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 112e1a00..f3c1d44b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -444,7 +444,7 @@ importers: version: link:../env drizzle-orm: specifier: ^0.31.2 - version: 0.31.4(@libsql/client@0.6.2)(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(react@18.3.1) + version: 0.31.4(@libsql/client@0.6.2)(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.4)(react@18.3.1) devDependencies: '@tszhong0411/eslint-config': specifier: workspace:* @@ -754,52 +754,52 @@ importers: packages/ui: dependencies: '@icons-pack/react-simple-icons': - specifier: ^9.5.0 - version: 9.7.0(react@18.3.1) + specifier: 9.6.0 + version: 9.6.0(react@18.3.1) '@radix-ui/react-alert-dialog': - specifier: ^1.0.5 + specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-aspect-ratio': - specifier: ^1.0.3 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-avatar': - specifier: ^1.0.4 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-checkbox': - specifier: ^1.0.4 + specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-collapsible': - specifier: ^1.0.3 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-dialog': - specifier: ^1.0.5 + specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-dropdown-menu': - specifier: ^2.0.6 + specifier: ^2.1.1 version: 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-label': - specifier: ^2.0.2 + specifier: ^2.1.0 version: 2.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-popover': specifier: ^1.1.1 version: 1.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-scroll-area': - specifier: ^1.0.5 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-select': - specifier: ^2.0.0 + specifier: ^2.1.1 version: 2.1.1(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-separator': - specifier: ^1.0.3 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-slot': - specifier: ^1.0.2 + specifier: ^1.1.0 version: 1.1.0(@types/react@18.3.3)(react@18.3.1) '@radix-ui/react-tabs': - specifier: ^1.0.4 + specifier: ^1.1.0 version: 1.1.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-tooltip': - specifier: ^1.0.7 + specifier: ^1.1.2 version: 1.1.2(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) '@radix-ui/react-visually-hidden': specifier: ^1.1.0 @@ -811,8 +811,8 @@ importers: specifier: ^1.0.0 version: 1.0.0(@types/react-dom@18.3.0)(@types/react@18.3.3)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) lucide-react: - specifier: ^0.394.0 - version: 0.394.0(react@18.3.1) + specifier: ^0.435.0 + version: 0.435.0(react@18.3.1) merge-refs: specifier: ^1.3.0 version: 1.3.0(@types/react@18.3.3) @@ -820,8 +820,8 @@ importers: specifier: '>=18' version: 18.2.0(react@18.3.1) react-hook-form: - specifier: ^7.52.2 - version: 7.52.2(react@18.3.1) + specifier: ^7.53.0 + version: 7.53.0(react@18.3.1) react-textarea-autosize: specifier: ^8.5.3 version: 8.5.3(@types/react@18.3.3)(react@18.3.1) @@ -845,13 +845,13 @@ importers: specifier: 18.3.3 version: 18.3.3 next: - specifier: 14.2.3 - version: 14.2.3(@opentelemetry/api@1.9.0)(@playwright/test@1.46.1)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) + specifier: 14.2.6 + version: 14.2.6(@opentelemetry/api@1.9.0)(@playwright/test@1.46.1)(react-dom@18.2.0(react@18.3.1))(react@18.3.1) react: specifier: 18.3.1 version: 18.3.1 tailwindcss: - specifier: ^3.4.4 + specifier: ^3.4.10 version: 3.4.10(ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc)) packages/utils: @@ -2762,8 +2762,8 @@ packages: peerDependencies: react: ^16.13 || ^17 || ^18 - '@icons-pack/react-simple-icons@9.7.0': - resolution: {integrity: sha512-KvMwsHUD3mZSu5fCS7Jw3xH4mDqK94PcT39MoyBwtdbpyl5JEsB8kMZOInKsuzpIEb4XqSfsJ49K30j8s0uHpg==} + '@icons-pack/react-simple-icons@9.6.0': + resolution: {integrity: sha512-8lDLssg+2aJutepQV/P4zlGm0fgujSeIItCYaLKo+25NtwepozWxZJOnc5WGHSi3HjiLcGmxI6dA2eiD5w3i+w==} peerDependencies: react: ^16.13 || ^17 || ^18 @@ -3017,6 +3017,9 @@ packages: '@next/env@14.2.3': resolution: {integrity: sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==} + '@next/env@14.2.6': + resolution: {integrity: sha512-bs5DFKV+08EjWrl8EB+KKqev1ZTNONH1vFCaHh911aaB362NnP32UDTbE9VQhyiAgbFqJsfDkSxFERNDDb3j0g==} + '@next/eslint-plugin-next@14.2.6': resolution: {integrity: sha512-d3+p4AjIYmhqzYHhhmkRYYN6ZU35TwZAKX08xKRfnHkz72KhWL2kxMFsDptpZs5e8bBGdepn7vn1+9DaF8iX+A==} @@ -3032,6 +3035,12 @@ packages: cpu: [arm64] os: [darwin] + '@next/swc-darwin-arm64@14.2.6': + resolution: {integrity: sha512-BtJZb+hYXGaVJJivpnDoi3JFVn80SHKCiiRUW3kk1SY6UCUy5dWFFSbh+tGi5lHAughzeduMyxbLt3pspvXNSg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + '@next/swc-darwin-x64@14.1.4': resolution: {integrity: sha512-b0Xo1ELj3u7IkZWAKcJPJEhBop117U78l70nfoQGo4xUSvv0PJSTaV4U9xQBLvZlnjsYkc8RwQN1HoH/oQmLlQ==} engines: {node: '>= 10'} @@ -3044,6 +3053,12 @@ packages: cpu: [x64] os: [darwin] + '@next/swc-darwin-x64@14.2.6': + resolution: {integrity: sha512-ZHRbGpH6KHarzm6qEeXKSElSXh8dS2DtDPjQt3IMwY8QVk7GbdDYjvV4NgSnDA9huGpGgnyy3tH8i5yHCqVkiQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + '@next/swc-linux-arm64-gnu@14.1.4': resolution: {integrity: sha512-457G0hcLrdYA/u1O2XkRMsDKId5VKe3uKPvrKVOyuARa6nXrdhJOOYU9hkKKyQTMru1B8qEP78IAhf/1XnVqKA==} engines: {node: '>= 10'} @@ -3056,6 +3071,12 @@ packages: cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-gnu@14.2.6': + resolution: {integrity: sha512-O4HqUEe3ZvKshXHcDUXn1OybN4cSZg7ZdwHJMGCXSUEVUqGTJVsOh17smqilIjooP/sIJksgl+1kcf2IWMZWHg==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-arm64-musl@14.1.4': resolution: {integrity: sha512-l/kMG+z6MB+fKA9KdtyprkTQ1ihlJcBh66cf0HvqGP+rXBbOXX0dpJatjZbHeunvEHoBBS69GYQG5ry78JMy3g==} engines: {node: '>= 10'} @@ -3068,6 +3089,12 @@ packages: cpu: [arm64] os: [linux] + '@next/swc-linux-arm64-musl@14.2.6': + resolution: {integrity: sha512-xUcdhr2hfalG8RDDGSFxQ75yOG894UlmFS4K2M0jLrUhauRBGOtUOxoDVwiIIuZQwZ3Y5hDsazNjdYGB0cQ9yQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + '@next/swc-linux-x64-gnu@14.1.4': resolution: {integrity: sha512-BapIFZ3ZRnvQ1uWbmqEGJuPT9cgLwvKtxhK/L2t4QYO7l+/DxXuIGjvp1x8rvfa/x1FFSsipERZK70pewbtJtw==} engines: {node: '>= 10'} @@ -3080,6 +3107,12 @@ packages: cpu: [x64] os: [linux] + '@next/swc-linux-x64-gnu@14.2.6': + resolution: {integrity: sha512-InosKxw8UMcA/wEib5n2QttwHSKHZHNSbGcMepBM0CTcNwpxWzX32KETmwbhKod3zrS8n1vJ+DuJKbL9ZAB0Ag==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-linux-x64-musl@14.1.4': resolution: {integrity: sha512-mqVxTwk4XuBl49qn2A5UmzFImoL1iLm0KQQwtdRJRKl21ylQwwGCxJtIYo2rbfkZHoSKlh/YgztY0qH3wG1xIg==} engines: {node: '>= 10'} @@ -3092,6 +3125,12 @@ packages: cpu: [x64] os: [linux] + '@next/swc-linux-x64-musl@14.2.6': + resolution: {integrity: sha512-d4QXfJmt5pGJ7cG8qwxKSBnO5AXuKAFYxV7qyDRHnUNvY/dgDh+oX292gATpB2AAHgjdHd5ks1wXxIEj6muLUQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + '@next/swc-win32-arm64-msvc@14.1.4': resolution: {integrity: sha512-xzxF4ErcumXjO2Pvg/wVGrtr9QQJLk3IyQX1ddAC/fi6/5jZCZ9xpuL9Tzc4KPWMFq8GGWFVDMshZOdHGdkvag==} engines: {node: '>= 10'} @@ -3104,6 +3143,12 @@ packages: cpu: [arm64] os: [win32] + '@next/swc-win32-arm64-msvc@14.2.6': + resolution: {integrity: sha512-AlgIhk4/G+PzOG1qdF1b05uKTMsuRatFlFzAi5G8RZ9h67CVSSuZSbqGHbJDlcV1tZPxq/d4G0q6qcHDKWf4aQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [win32] + '@next/swc-win32-ia32-msvc@14.1.4': resolution: {integrity: sha512-WZiz8OdbkpRw6/IU/lredZWKKZopUMhcI2F+XiMAcPja0uZYdMTZQRoQ0WZcvinn9xZAidimE7tN9W5v9Yyfyw==} engines: {node: '>= 10'} @@ -3116,6 +3161,12 @@ packages: cpu: [ia32] os: [win32] + '@next/swc-win32-ia32-msvc@14.2.6': + resolution: {integrity: sha512-hNukAxq7hu4o5/UjPp5jqoBEtrpCbOmnUqZSKNJG8GrUVzfq0ucdhQFVrHcLRMvQcwqqDh1a5AJN9ORnNDpgBQ==} + engines: {node: '>= 10'} + cpu: [ia32] + os: [win32] + '@next/swc-win32-x64-msvc@14.1.4': resolution: {integrity: sha512-4Rto21sPfw555sZ/XNLqfxDUNeLhNYGO2dlPqsnuCg8N8a2a9u1ltqBOPQ4vj1Gf7eJC0W2hHG2eYUHuiXgY2w==} engines: {node: '>= 10'} @@ -3128,6 +3179,12 @@ packages: cpu: [x64] os: [win32] + '@next/swc-win32-x64-msvc@14.2.6': + resolution: {integrity: sha512-NANtw+ead1rSDK1jxmzq3TYkl03UNK2KHqUYf1nIhNci6NkeqBD4s1njSzYGIlSHxCK+wSaL8RXZm4v+NF/pMw==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + '@noble/hashes@1.4.0': resolution: {integrity: sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==} engines: {node: '>= 16'} @@ -5076,6 +5133,9 @@ packages: '@types/react@18.3.3': resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} + '@types/react@18.3.4': + resolution: {integrity: sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw==} + '@types/rss@0.0.32': resolution: {integrity: sha512-2oKNqKyUY4RSdvl5eZR1n2Q9yvw3XTe3mQHsFPn9alaNBxfPnbXBtGP8R0SV8pK1PrVnLul0zx7izbm5/gF5Qw==} @@ -8359,6 +8419,11 @@ packages: peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 + lucide-react@0.435.0: + resolution: {integrity: sha512-we5GKfzjMDw9m9SsyZJvWim9qaT+Ya5kaRS+OGFqgLqXUrPM1h+7CiMw5pKdEIoaBqfXz2pyv9TASAdpIAJs0Q==} + peerDependencies: + react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc + lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true @@ -8861,6 +8926,24 @@ packages: sass: optional: true + next@14.2.6: + resolution: {integrity: sha512-57Su7RqXs5CBKKKOagt8gPhMM3CpjgbeQhrtei2KLAA1vTNm7jfKS+uDARkSW8ZETUflDCBIsUKGSyQdRs4U4g==} + engines: {node: '>=18.17.0'} + hasBin: true + peerDependencies: + '@opentelemetry/api': ^1.1.0 + '@playwright/test': ^1.41.2 + react: ^18.2.0 + react-dom: ^18.2.0 + sass: ^1.3.0 + peerDependenciesMeta: + '@opentelemetry/api': + optional: true + '@playwright/test': + optional: true + sass: + optional: true + no-case@2.3.2: resolution: {integrity: sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==} @@ -9615,6 +9698,12 @@ packages: peerDependencies: react: ^16.8.0 || ^17 || ^18 || ^19 + react-hook-form@7.53.0: + resolution: {integrity: sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==} + engines: {node: '>=18.0.0'} + peerDependencies: + react: ^16.8.0 || ^17 || ^18 || ^19 + react-intersection-observer@9.13.0: resolution: {integrity: sha512-y0UvBfjDiXqC8h0EWccyaj4dVBWMxgEx0t5RGNzQsvkfvZwugnKwxpu70StY4ivzYuMajavwUDjH4LJyIki9Lw==} peerDependencies: @@ -13327,7 +13416,7 @@ snapshots: dependencies: react: 18.3.1 - '@icons-pack/react-simple-icons@9.7.0(react@18.3.1)': + '@icons-pack/react-simple-icons@9.6.0(react@18.3.1)': dependencies: react: 18.3.1 @@ -13610,6 +13699,8 @@ snapshots: '@next/env@14.2.3': {} + '@next/env@14.2.6': {} + '@next/eslint-plugin-next@14.2.6': dependencies: glob: 10.3.10 @@ -13620,54 +13711,81 @@ snapshots: '@next/swc-darwin-arm64@14.2.3': optional: true + '@next/swc-darwin-arm64@14.2.6': + optional: true + '@next/swc-darwin-x64@14.1.4': optional: true '@next/swc-darwin-x64@14.2.3': optional: true + '@next/swc-darwin-x64@14.2.6': + optional: true + '@next/swc-linux-arm64-gnu@14.1.4': optional: true '@next/swc-linux-arm64-gnu@14.2.3': optional: true + '@next/swc-linux-arm64-gnu@14.2.6': + optional: true + '@next/swc-linux-arm64-musl@14.1.4': optional: true '@next/swc-linux-arm64-musl@14.2.3': optional: true + '@next/swc-linux-arm64-musl@14.2.6': + optional: true + '@next/swc-linux-x64-gnu@14.1.4': optional: true '@next/swc-linux-x64-gnu@14.2.3': optional: true + '@next/swc-linux-x64-gnu@14.2.6': + optional: true + '@next/swc-linux-x64-musl@14.1.4': optional: true '@next/swc-linux-x64-musl@14.2.3': optional: true + '@next/swc-linux-x64-musl@14.2.6': + optional: true + '@next/swc-win32-arm64-msvc@14.1.4': optional: true '@next/swc-win32-arm64-msvc@14.2.3': optional: true + '@next/swc-win32-arm64-msvc@14.2.6': + optional: true + '@next/swc-win32-ia32-msvc@14.1.4': optional: true '@next/swc-win32-ia32-msvc@14.2.3': optional: true + '@next/swc-win32-ia32-msvc@14.2.6': + optional: true + '@next/swc-win32-x64-msvc@14.1.4': optional: true '@next/swc-win32-x64-msvc@14.2.3': optional: true + '@next/swc-win32-x64-msvc@14.2.6': + optional: true + '@noble/hashes@1.4.0': {} '@nodelib/fs.scandir@2.1.5': @@ -15987,6 +16105,12 @@ snapshots: '@types/prop-types': 15.7.12 csstype: 3.1.3 + '@types/react@18.3.4': + dependencies: + '@types/prop-types': 15.7.12 + csstype: 3.1.3 + optional: true + '@types/rss@0.0.32': {} '@types/semver@7.5.8': {} @@ -17571,12 +17695,12 @@ snapshots: transitivePeerDependencies: - supports-color - drizzle-orm@0.31.4(@libsql/client@0.6.2)(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.3)(react@18.3.1): + drizzle-orm@0.31.4(@libsql/client@0.6.2)(@opentelemetry/api@1.9.0)(@types/pg@8.6.1)(@types/react@18.3.4)(react@18.3.1): optionalDependencies: '@libsql/client': 0.6.2 '@opentelemetry/api': 1.9.0 '@types/pg': 8.6.1 - '@types/react': 18.3.3 + '@types/react': 18.3.4 react: 18.3.1 duplexer@0.1.2: {} @@ -19857,6 +19981,10 @@ snapshots: dependencies: react: 18.3.1 + lucide-react@0.435.0(react@18.3.1): + dependencies: + react: 18.3.1 + lz-string@1.5.0: {} magic-string@0.30.11: @@ -20729,6 +20857,33 @@ snapshots: - '@babel/core' - babel-plugin-macros + next@14.2.6(@opentelemetry/api@1.9.0)(@playwright/test@1.46.1)(react-dom@18.2.0(react@18.3.1))(react@18.3.1): + dependencies: + '@next/env': 14.2.6 + '@swc/helpers': 0.5.5 + busboy: 1.6.0 + caniuse-lite: 1.0.30001651 + graceful-fs: 4.2.11 + postcss: 8.4.31 + react: 18.3.1 + react-dom: 18.2.0(react@18.3.1) + styled-jsx: 5.1.1(@babel/core@7.24.5)(react@18.3.1) + optionalDependencies: + '@next/swc-darwin-arm64': 14.2.6 + '@next/swc-darwin-x64': 14.2.6 + '@next/swc-linux-arm64-gnu': 14.2.6 + '@next/swc-linux-arm64-musl': 14.2.6 + '@next/swc-linux-x64-gnu': 14.2.6 + '@next/swc-linux-x64-musl': 14.2.6 + '@next/swc-win32-arm64-msvc': 14.2.6 + '@next/swc-win32-ia32-msvc': 14.2.6 + '@next/swc-win32-x64-msvc': 14.2.6 + '@opentelemetry/api': 1.9.0 + '@playwright/test': 1.46.1 + transitivePeerDependencies: + - '@babel/core' + - babel-plugin-macros + no-case@2.3.2: dependencies: lower-case: 1.1.4 @@ -21167,13 +21322,6 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss-import@15.1.0(postcss@8.4.38): - dependencies: - postcss: 8.4.38 - postcss-value-parser: 4.2.0 - read-cache: 1.0.0 - resolve: 1.22.8 - postcss-import@15.1.0(postcss@8.4.41): dependencies: postcss: 8.4.41 @@ -21181,11 +21329,6 @@ snapshots: read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.38): - dependencies: - camelcase-css: 2.0.1 - postcss: 8.4.38 - postcss-js@4.0.1(postcss@8.4.41): dependencies: camelcase-css: 2.0.1 @@ -21197,14 +21340,6 @@ snapshots: lightningcss: 1.26.0 postcss: 8.4.41 - postcss-load-config@4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc)): - dependencies: - lilconfig: 3.1.2 - yaml: 2.5.0 - optionalDependencies: - postcss: 8.4.38 - ts-node: 10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc) - postcss-load-config@4.0.2(postcss@8.4.41)(ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc)): dependencies: lilconfig: 3.1.2 @@ -21230,11 +21365,6 @@ snapshots: tsx: 4.17.0 yaml: 2.5.0 - postcss-nested@6.2.0(postcss@8.4.38): - dependencies: - postcss: 8.4.38 - postcss-selector-parser: 6.1.2 - postcss-nested@6.2.0(postcss@8.4.41): dependencies: postcss: 8.4.41 @@ -21506,6 +21636,10 @@ snapshots: dependencies: react: 18.3.1 + react-hook-form@7.53.0(react@18.3.1): + dependencies: + react: 18.3.1 + react-intersection-observer@9.13.0(react-dom@18.2.0(react@18.3.1))(react@18.3.1): dependencies: react: 18.3.1 @@ -22536,11 +22670,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.1 - postcss: 8.4.38 - postcss-import: 15.1.0(postcss@8.4.38) - postcss-js: 4.0.1(postcss@8.4.38) - postcss-load-config: 4.0.2(postcss@8.4.38)(ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc)) - postcss-nested: 6.2.0(postcss@8.4.38) + postcss: 8.4.41 + postcss-import: 15.1.0(postcss@8.4.41) + postcss-js: 4.0.1(postcss@8.4.41) + postcss-load-config: 4.0.2(postcss@8.4.41)(ts-node@10.9.2(@swc/core@1.3.101)(@types/node@20.16.1)(typescript@5.5.1-rc)) + postcss-nested: 6.2.0(postcss@8.4.41) postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0