From b11ef33680938f533d18f68e04a31b48996ae0cf Mon Sep 17 00:00:00 2001 From: Amadeus <38767929+Mozart409@users.noreply.github.com> Date: Tue, 12 Nov 2024 23:26:02 +0100 Subject: [PATCH] chore: :arrow_up: update dependencies and add new commands to package.json --- package.json | 17 +-- pnpm-lock.yaml | 282 ++++++++++++++++++++++++------------------------- 2 files changed, 149 insertions(+), 150 deletions(-) diff --git a/package.json b/package.json index c7d5686..fabe963 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,9 @@ "lint": "biome check --write ./app", "start": "remix-serve ./build/server/index.js", "typecheck": "tsc", - "up": "docker compose up -d", + "up": "docker compose up -d --build --remove-orphans", "watch": "docker compose watch", + "down": "docker compose down", "postinstall": "if [ \"$NODE_ENV\" = 'development' ]; then lefthook install; fi" }, "dependencies": { @@ -21,16 +22,16 @@ "@radix-ui/react-navigation-menu": "^1.2.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-toast": "^1.2.2", - "@remix-run/node": "^2.13.1", - "@remix-run/react": "^2.13.1", - "@remix-run/serve": "^2.13.1", + "@remix-run/node": "^2.14.0", + "@remix-run/react": "^2.14.0", + "@remix-run/serve": "^2.14.0", "@types/invariant": "^2.2.37", "build": "^0.1.4", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "invariant": "^2.2.4", "isbot": "^5.1.17", - "lucide-react": "^0.454.0", + "lucide-react": "^0.456.0", "react": "^18.3.1", "react-dom": "^18.3.1", "remix-themes": "^1.5.1", @@ -39,15 +40,15 @@ }, "devDependencies": { "@biomejs/biome": "1.9.4", - "@remix-run/dev": "^2.13.1", + "@remix-run/dev": "^2.14.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", - "lefthook": "^1.8.1", + "lefthook": "^1.8.2", "remix-development-tools": "^4.7.6", "tailwindcss": "^3.4.14", "typescript": "^5.6.3", - "vite": "^5.4.10", + "vite": "^5.4.11", "vite-tsconfig-paths": "^5.1.2" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64a981f..1c9c7cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,14 +21,14 @@ importers: specifier: ^1.2.2 version: 1.2.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@remix-run/node': - specifier: ^2.13.1 - version: 2.13.1(typescript@5.6.3) + specifier: ^2.14.0 + version: 2.14.0(typescript@5.6.3) '@remix-run/react': - specifier: ^2.13.1 - version: 2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + specifier: ^2.14.0 + version: 2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) '@remix-run/serve': - specifier: ^2.13.1 - version: 2.13.1(typescript@5.6.3) + specifier: ^2.14.0 + version: 2.14.0(typescript@5.6.3) '@types/invariant': specifier: ^2.2.37 version: 2.2.37 @@ -48,8 +48,8 @@ importers: specifier: ^5.1.17 version: 5.1.17 lucide-react: - specifier: ^0.454.0 - version: 0.454.0(react@18.3.1) + specifier: ^0.456.0 + version: 0.456.0(react@18.3.1) react: specifier: ^18.3.1 version: 18.3.1 @@ -58,7 +58,7 @@ importers: version: 18.3.1(react@18.3.1) remix-themes: specifier: ^1.5.1 - version: 1.5.1(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/server-runtime@2.13.1(typescript@5.6.3)) + version: 1.5.1(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/server-runtime@2.14.0(typescript@5.6.3)) tailwind-merge: specifier: ^2.5.4 version: 2.5.4 @@ -70,8 +70,8 @@ importers: specifier: 1.9.4 version: 1.9.4 '@remix-run/dev': - specifier: ^2.13.1 - version: 2.13.1(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/serve@2.13.1(typescript@5.6.3))(@types/node@22.8.2)(babel-plugin-macros@3.1.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.8.2)) + specifier: ^2.14.0 + version: 2.14.0(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/serve@2.14.0(typescript@5.6.3))(@types/node@22.8.2)(babel-plugin-macros@3.1.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.8.2)) '@types/react': specifier: ^18.3.12 version: 18.3.12 @@ -82,11 +82,11 @@ importers: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.47) lefthook: - specifier: ^1.8.1 - version: 1.8.1 + specifier: ^1.8.2 + version: 1.8.2 remix-development-tools: specifier: ^4.7.6 - version: 4.7.6(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.10(@types/node@22.8.2)) + version: 4.7.6(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.11(@types/node@22.8.2)) tailwindcss: specifier: ^3.4.14 version: 3.4.14 @@ -94,11 +94,11 @@ importers: specifier: ^5.6.3 version: 5.6.3 vite: - specifier: ^5.4.10 - version: 5.4.10(@types/node@22.8.2) + specifier: ^5.4.11 + version: 5.4.11(@types/node@22.8.2) vite-tsconfig-paths: specifier: ^5.1.2 - version: 5.1.2(typescript@5.6.3)(vite@5.4.10(@types/node@22.8.2)) + version: 5.1.2(typescript@5.6.3)(vite@5.4.11(@types/node@22.8.2)) packages: @@ -1291,13 +1291,13 @@ packages: '@radix-ui/rect@1.1.0': resolution: {integrity: sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==} - '@remix-run/dev@2.13.1': - resolution: {integrity: sha512-7+06Dail6zMyRlRvgrZ4cmQjs2gUb+M24iP4jbmql+0B7VAAPwzCRU0x+BF5z8GSef13kDrH3iXv/BQ2O2yOgw==} + '@remix-run/dev@2.14.0': + resolution: {integrity: sha512-WMun4fy0ANh92WecufUNb3IV/R02uyfBslM7g7nCO1/lzDII+XmfEkZY5CWPaLmnkoAc1DR2G60+eTHRo480Ug==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: - '@remix-run/react': ^2.13.1 - '@remix-run/serve': ^2.13.1 + '@remix-run/react': ^2.14.0 + '@remix-run/serve': ^2.14.0 typescript: ^5.1.0 vite: ^5.1.0 wrangler: ^3.28.2 @@ -1311,8 +1311,8 @@ packages: wrangler: optional: true - '@remix-run/express@2.13.1': - resolution: {integrity: sha512-yl3/BSJ8eyvwUyWCLDq3NlS81mZFll9hnADNuSCCBrQgkMhEx7stk5JUmWdvmcmGqHw04Ahkq07ZqJeD4F1FMA==} + '@remix-run/express@2.14.0': + resolution: {integrity: sha512-FZ7z8PmhX6ztP7FZMLv7a0+V4cuMb9Sx+nzZGD89Kv3RSGWUw5OAUDnT+2wsP+CyvRQXnOjUyD5cRe836pvo6Q==} engines: {node: '>=18.0.0'} peerDependencies: express: ^4.20.0 @@ -1321,8 +1321,8 @@ packages: typescript: optional: true - '@remix-run/node@2.13.1': - resolution: {integrity: sha512-2ly7bENj2n2FNBdEN60ZEbNCs5dAOex/QJoo6EZ8RNFfUQxVKAZkMwfQ4ETV2SLWDgkRLj3Jo5n/dx7O2ZGhGw==} + '@remix-run/node@2.14.0': + resolution: {integrity: sha512-ou16LMJYv0ElIToZ6dDqaLjv1T3iBEwuJTBahveEA8NkkACIWODJ2fgUYf1UKLMKHVdHjNImLzS37HdSZY0Q6g==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -1330,8 +1330,8 @@ packages: typescript: optional: true - '@remix-run/react@2.13.1': - resolution: {integrity: sha512-kZevCoKMz0ZDOOzTnG95yfM7M9ju38FkWNY1wtxCy+NnUJYrmTerGQtiBsJgMzYD6i29+w4EwoQsdqys7DmMSg==} + '@remix-run/react@2.14.0': + resolution: {integrity: sha512-uQcy5gxazHtpislgonx2dwRuR/CbvYUeguQxDgawd+dAyoglK2rFx58+F6Kj0Vjw6v/iuvxibA/lEAiAaB4ZmQ==} engines: {node: '>=18.0.0'} peerDependencies: react: ^18.0.0 @@ -1341,17 +1341,17 @@ packages: typescript: optional: true - '@remix-run/router@1.20.0': - resolution: {integrity: sha512-mUnk8rPJBI9loFDZ+YzPGdeniYK+FTmRD1TMCz7ev2SNIozyKKpnGgsxO34u6Z4z/t0ITuu7voi/AshfsGsgFg==} + '@remix-run/router@1.21.0': + resolution: {integrity: sha512-xfSkCAchbdG5PnbrKqFWwia4Bi61nH+wm8wLEqfHDyp7Y3dZzgqS2itV8i4gAq9pC2HsTpwyBC6Ds8VHZ96JlA==} engines: {node: '>=14.0.0'} - '@remix-run/serve@2.13.1': - resolution: {integrity: sha512-lKCU1ZnHaGknRAYII5PQOGch9xzK3Q68mcyN8clN6WoKQTn5fvWVE1nEDd1L7vyt5LPVI2b7HNQtVMow1g1vHg==} + '@remix-run/serve@2.14.0': + resolution: {integrity: sha512-Bu8zIxmq0/3NIRIWos/qXb3U1Zx6rpV5W96Vg/8h5q6u7tXHdU2Ot2VmvlWRTsQF6jZhjeW21MogNvdSAb1new==} engines: {node: '>=18.0.0'} hasBin: true - '@remix-run/server-runtime@2.13.1': - resolution: {integrity: sha512-2DfBPRcHKVzE4bCNsNkKB50BhCCKF73x+jiS836OyxSIAL+x0tguV2AEjmGXefEXc5AGGzoxkus0AUUEYa29Vg==} + '@remix-run/server-runtime@2.14.0': + resolution: {integrity: sha512-9Th9UzDaoFFBD7zA5mRI1KT8JktFLN4ij9jPygrKBhG/kYmNIvhcMtq9VyjcbMvFK5natTyhOhrrKRIHtijD4w==} engines: {node: '>=18.0.0'} peerDependencies: typescript: ^5.1.0 @@ -2027,7 +2027,7 @@ packages: hasBin: true ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} electron-to-chromium@1.5.48: resolution: {integrity: sha512-FXULnNK7ACNI9MTMOVAzUGiz/YrK9Kcb0s/JT4aJgsam7Eh6XYe7Y6q95lPq+VdBe1DpT2eTnfXFtnuPGCks4w==} @@ -2231,9 +2231,6 @@ packages: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} - get-intrinsic@1.2.2: - resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} - get-intrinsic@1.2.4: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} @@ -2286,10 +2283,6 @@ packages: has-property-descriptors@1.0.2: resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} - has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} - engines: {node: '>= 0.4'} - has-proto@1.0.3: resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} @@ -2540,58 +2533,58 @@ packages: kuler@2.0.0: resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} - lefthook-darwin-arm64@1.8.1: - resolution: {integrity: sha512-zTUb0NcMWKDqck9UobqJZCzihksk5Dv/D+zD3jrxi50vQvgl4wfTO3sP78WmVdhGkMCyHy5udOB+L72fyJqcdw==} + lefthook-darwin-arm64@1.8.2: + resolution: {integrity: sha512-g41SoFUv8SzHpG1NOPkHUEPhC1tJM5FF3Vo+HESmLmL9cDfd7JncHFPy59rVnC9Q8nOS0rvoik5HTq+3/wcfww==} cpu: [arm64] os: [darwin] - lefthook-darwin-x64@1.8.1: - resolution: {integrity: sha512-f9DY+UBd+g6TZ/nHdNZnfGeWT/0n18bkYi56biKEBXIgRlnuTNCrk0TUiSxlWF2GUQdxHM8YSWDkPRtHLg+3zg==} + lefthook-darwin-x64@1.8.2: + resolution: {integrity: sha512-IlCm4PrA/aAZ1MChiExYTbladC87GaxmYHOMHCeChLecqn+lypAuiYLgf7w5r2s3MjH5rbXImfU925NRKi6RXQ==} cpu: [x64] os: [darwin] - lefthook-freebsd-arm64@1.8.1: - resolution: {integrity: sha512-ZWx0PtYRtd0tlygUjLKP1eSztyLx2pOnI06h5/PyxWcmF+1/WjYPZM7Mt1nBwpqZcFNYkQ3VefFfg1f0URuLJQ==} + lefthook-freebsd-arm64@1.8.2: + resolution: {integrity: sha512-f7AIvuIEXUUR1ZutIFxjYKFDAVUBrdsLm+cbwOCjdfpJh7j2Fjg6nKXbDcglPXlX9Ix+nw9pHbJE2DAgzkI1Vw==} cpu: [arm64] os: [freebsd] - lefthook-freebsd-x64@1.8.1: - resolution: {integrity: sha512-F5rd7JMwQJosZclsyqJciAn5CBZCZGTGEXLWEwOhgFZbbsUubGSekAhJNoHFm4eJZaDhhWnckghCjXCfBjDSYg==} + lefthook-freebsd-x64@1.8.2: + resolution: {integrity: sha512-DSDL64fRLSNSWOa1y2bGXwXPiwU1fbAXpj63j6jeQ0jkgu6k+3XL/PBXKh80cI6MvCKz/KQKCtIencXZZ2Ua4Q==} cpu: [x64] os: [freebsd] - lefthook-linux-arm64@1.8.1: - resolution: {integrity: sha512-CTsqVHW2B291wLXonod1AMUJEOZqtG8lY+la97Id301kY4TzgbBKQvU2LF/hBIS8c62DjPMzEM4NYfbVzrK1QA==} + lefthook-linux-arm64@1.8.2: + resolution: {integrity: sha512-sJ95X+ZH8ayIE7ApiGEq5ZF9KGA+eKiocJU+536bLbAIHw5WjGmv2x3llFqUxH/zAmLe3k542oZ4d84wEO0EGQ==} cpu: [arm64] os: [linux] - lefthook-linux-x64@1.8.1: - resolution: {integrity: sha512-fw8WwUjr+mCfH/Gbmfj/7J0oX8NjfaACUQlYr3kVHz3c+LYMoRv7O/7dn2OXVO5vEdK5zH/NZlMml4C4qhxwEA==} + lefthook-linux-x64@1.8.2: + resolution: {integrity: sha512-2eirc61M0WjlbSHamAgGf9iWsQTYz4IT6PAPm66vUaeG34+5D66xFicIV6pK2niRGUOPtNs8Kt4lboKtW+ba5g==} cpu: [x64] os: [linux] - lefthook-openbsd-arm64@1.8.1: - resolution: {integrity: sha512-Za9K1ZAoRRM2Pq0eXZHbUppUZArZfgVcTDawKf/FRkbvAsTnBPEcH8Qtjcsm12qLQZ45KtPzZ/GEl/nxnWpeVQ==} + lefthook-openbsd-arm64@1.8.2: + resolution: {integrity: sha512-ZMop7htaSwP3MiL06WHUV36EX05N33o0WzNzC8NO5KEubn8Z74vbXcaq6qYezmgi+erkG6dtTnlbcZy5PFvFIA==} cpu: [arm64] os: [openbsd] - lefthook-openbsd-x64@1.8.1: - resolution: {integrity: sha512-NgzcIouZobNZw1eEIC3Vh3z4bzVgIGIyJ41g5PGe6d1IXVkmnc5qpFP7jgnaaLK7TPahzIOREQrtYgR62Hg5bw==} + lefthook-openbsd-x64@1.8.2: + resolution: {integrity: sha512-jXFoxmpYXO6ZafgQJVvk3MYlRgOBJD3n7H8A1Bj1E2yrLzOhKevUKlTNwZTxQdxlnvoo33yD6SjVSujZavEGpw==} cpu: [x64] os: [openbsd] - lefthook-windows-arm64@1.8.1: - resolution: {integrity: sha512-NUIwnV56YLUmHZf+C5gQA9tIdWjdHu5Ql6hNdFbYYrGxNvNFh2juHRaPKHUGjYk5iu9bxgjogw7mHfN+LanBcQ==} + lefthook-windows-arm64@1.8.2: + resolution: {integrity: sha512-hsQUSk6kmB8E0UMD3Mk6ROoa7qv6XmigfPsn9tFjmbZ2aO+kpBfWitZ5v+gcjNp44yaECs3YTMIfv3QFwXlRCw==} cpu: [arm64] os: [win32] - lefthook-windows-x64@1.8.1: - resolution: {integrity: sha512-9cnvWe8tYBwUxJFvW/TJ3P4Al+52QJcLdkJJ1aKgr3F7EydPPZk+jWFy0b1SSan1S7M7OuoPC9jcKS3PGjB6tw==} + lefthook-windows-x64@1.8.2: + resolution: {integrity: sha512-YypbMhvgAtkL7y+O3OlF81vwua7X4jloBz5hO3fILAuzaGAiPE1VbeuqRweV8VuKK4L/ZVVKqmpesygBUNDp9w==} cpu: [x64] os: [win32] - lefthook@1.8.1: - resolution: {integrity: sha512-DTm2F7kf+mQ0UgxSOuCSIwAMC4RJOH5x77okcsFfeJOJ0y7/xGgpfmPb9ZPBDXeJ6UxfI0ngRgWoEctYMlMr4A==} + lefthook@1.8.2: + resolution: {integrity: sha512-lMXbcFHNDr+gzy/7ghuJDVB/Yyycj+ZL/7pN3Gm/s5Xqrc9+5sj3IrDAPylcEJ1cKCbUnXbwESrhhqpcYv4d4g==} hasBin: true lilconfig@2.1.0: @@ -2651,8 +2644,8 @@ packages: resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==} engines: {node: '>=12'} - lucide-react@0.454.0: - resolution: {integrity: sha512-hw7zMDwykCLnEzgncEEjHeA6+45aeEzRYuKHuyRSOPkhko+J3ySGjGIzu+mmMfDFG1vazHepMaYFYHbTFAZAAQ==} + lucide-react@0.456.0: + resolution: {integrity: sha512-DIIGJqTT5X05sbAsQ+OhA8OtJYyD4NsEMCA/HQW/Y6ToPQ7gwbtujIoeAaup4HpHzV35SQOarKAWH8LYglB6eA==} peerDependencies: react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc @@ -2700,7 +2693,7 @@ packages: resolution: {integrity: sha512-1N4qp+jE0pL5Xv4uEcwVUhIkwdUO3S/9gML90nqKA7v7FcOS5vUtatfzok9S9U1EJU8dHWlcv95WLnKmmxZI9w==} media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} + resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} engines: {node: '>= 0.6'} memoize-one@6.0.0: @@ -3295,15 +3288,15 @@ packages: '@types/react': optional: true - react-router-dom@6.27.0: - resolution: {integrity: sha512-+bvtFWMC0DgAFrfKXKG9Fc+BcXWRUO1aJIihbB79xaeq0v5UzfvnM5houGUm1Y461WVRcgAQ+Clh5rdb1eCx4g==} + react-router-dom@6.28.0: + resolution: {integrity: sha512-kQ7Unsl5YdyOltsPGl31zOjLrDv+m2VcIEcIHqYYD3Lp0UppLjrzcfJqDJwXxFw3TH/yvapbnUvPlAj7Kx5nbg==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' - react-router@6.27.0: - resolution: {integrity: sha512-YA+HGZXz4jaAkVoYBE98VQl+nVzI+cVI2Oj/06F5ZM+0u3TgedN9Y9kmMRo2mnkSK2nCpNQn0DVob4HCsY/WLw==} + react-router@6.28.0: + resolution: {integrity: sha512-HrYdIFqdrnhDw0PqG/AKjAqEqM7AvxCz0DQ4h2W8k6nqmc5uRBYDag0SBxx9iYz5G8gnuNVLzUe13wl9eAsXXg==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' @@ -3787,6 +3780,14 @@ packages: engines: {node: '>=8'} hasBin: true + valibot@0.41.0: + resolution: {integrity: sha512-igDBb8CTYr8YTQlOKgaN9nSS0Be7z+WRuaeYqGf3Cjz3aKmSnqEmYnkfVjzIuumGqfHpa3fLIvMEAfhrpqN8ng==} + peerDependencies: + typescript: '>=5' + peerDependenciesMeta: + typescript: + optional: true + validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -3817,8 +3818,8 @@ packages: vite: optional: true - vite@5.4.10: - resolution: {integrity: sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==} + vite@5.4.11: + resolution: {integrity: sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -5094,7 +5095,7 @@ snapshots: '@radix-ui/rect@1.1.0': {} - '@remix-run/dev@2.13.1(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/serve@2.13.1(typescript@5.6.3))(@types/node@22.8.2)(babel-plugin-macros@3.1.0)(typescript@5.6.3)(vite@5.4.10(@types/node@22.8.2))': + '@remix-run/dev@2.14.0(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/serve@2.14.0(typescript@5.6.3))(@types/node@22.8.2)(babel-plugin-macros@3.1.0)(typescript@5.6.3)(vite@5.4.11(@types/node@22.8.2))': dependencies: '@babel/core': 7.26.0 '@babel/generator': 7.26.0 @@ -5106,10 +5107,10 @@ snapshots: '@babel/types': 7.26.0 '@mdx-js/mdx': 2.3.0 '@npmcli/package-json': 4.0.1 - '@remix-run/node': 2.13.1(typescript@5.6.3) - '@remix-run/react': 2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) - '@remix-run/router': 1.20.0 - '@remix-run/server-runtime': 2.13.1(typescript@5.6.3) + '@remix-run/node': 2.14.0(typescript@5.6.3) + '@remix-run/react': 2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + '@remix-run/router': 1.21.0 + '@remix-run/server-runtime': 2.14.0(typescript@5.6.3) '@types/mdx': 2.0.13 '@vanilla-extract/integration': 6.5.0(@types/node@22.8.2)(babel-plugin-macros@3.1.0) arg: 5.0.2 @@ -5149,11 +5150,13 @@ snapshots: set-cookie-parser: 2.7.1 tar-fs: 2.1.1 tsconfig-paths: 4.2.0 + valibot: 0.41.0(typescript@5.6.3) + vite-node: 1.6.0(@types/node@22.8.2) ws: 7.5.10 optionalDependencies: - '@remix-run/serve': 2.13.1(typescript@5.6.3) + '@remix-run/serve': 2.14.0(typescript@5.6.3) typescript: 5.6.3 - vite: 5.4.10(@types/node@22.8.2) + vite: 5.4.11(@types/node@22.8.2) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -5170,16 +5173,16 @@ snapshots: - ts-node - utf-8-validate - '@remix-run/express@2.13.1(express@4.21.1)(typescript@5.6.3)': + '@remix-run/express@2.14.0(express@4.21.1)(typescript@5.6.3)': dependencies: - '@remix-run/node': 2.13.1(typescript@5.6.3) + '@remix-run/node': 2.14.0(typescript@5.6.3) express: 4.21.1 optionalDependencies: typescript: 5.6.3 - '@remix-run/node@2.13.1(typescript@5.6.3)': + '@remix-run/node@2.14.0(typescript@5.6.3)': dependencies: - '@remix-run/server-runtime': 2.13.1(typescript@5.6.3) + '@remix-run/server-runtime': 2.14.0(typescript@5.6.3) '@remix-run/web-fetch': 4.4.2 '@web3-storage/multipart-parser': 1.0.0 cookie-signature: 1.2.1 @@ -5189,24 +5192,24 @@ snapshots: optionalDependencies: typescript: 5.6.3 - '@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)': + '@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)': dependencies: - '@remix-run/router': 1.20.0 - '@remix-run/server-runtime': 2.13.1(typescript@5.6.3) + '@remix-run/router': 1.21.0 + '@remix-run/server-runtime': 2.14.0(typescript@5.6.3) react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-router: 6.27.0(react@18.3.1) - react-router-dom: 6.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + react-router: 6.28.0(react@18.3.1) + react-router-dom: 6.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) turbo-stream: 2.4.0 optionalDependencies: typescript: 5.6.3 - '@remix-run/router@1.20.0': {} + '@remix-run/router@1.21.0': {} - '@remix-run/serve@2.13.1(typescript@5.6.3)': + '@remix-run/serve@2.14.0(typescript@5.6.3)': dependencies: - '@remix-run/express': 2.13.1(express@4.21.1)(typescript@5.6.3) - '@remix-run/node': 2.13.1(typescript@5.6.3) + '@remix-run/express': 2.14.0(express@4.21.1)(typescript@5.6.3) + '@remix-run/node': 2.14.0(typescript@5.6.3) chokidar: 3.6.0 compression: 1.7.4 express: 4.21.1 @@ -5217,9 +5220,9 @@ snapshots: - supports-color - typescript - '@remix-run/server-runtime@2.13.1(typescript@5.6.3)': + '@remix-run/server-runtime@2.14.0(typescript@5.6.3)': dependencies: - '@remix-run/router': 1.20.0 + '@remix-run/router': 1.21.0 '@types/cookie': 0.6.0 '@web3-storage/multipart-parser': 1.0.0 cookie: 0.6.0 @@ -5400,7 +5403,7 @@ snapshots: lodash: 4.17.21 mlly: 1.7.2 outdent: 0.8.0 - vite: 5.4.10(@types/node@22.8.2) + vite: 5.4.11(@types/node@22.8.2) vite-node: 1.6.0(@types/node@22.8.2) transitivePeerDependencies: - '@types/node' @@ -6162,13 +6165,6 @@ snapshots: gensync@1.0.0-beta.2: {} - get-intrinsic@1.2.2: - dependencies: - function-bind: 1.1.2 - has-proto: 1.0.1 - has-symbols: 1.0.3 - hasown: 2.0.0 - get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 @@ -6206,7 +6202,7 @@ snapshots: gopd@1.0.1: dependencies: - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 graceful-fs@4.2.11: {} @@ -6225,8 +6221,6 @@ snapshots: dependencies: es-define-property: 1.0.0 - has-proto@1.0.1: {} - has-proto@1.0.3: {} has-symbols@1.0.3: {} @@ -6444,48 +6438,48 @@ snapshots: kuler@2.0.0: {} - lefthook-darwin-arm64@1.8.1: + lefthook-darwin-arm64@1.8.2: optional: true - lefthook-darwin-x64@1.8.1: + lefthook-darwin-x64@1.8.2: optional: true - lefthook-freebsd-arm64@1.8.1: + lefthook-freebsd-arm64@1.8.2: optional: true - lefthook-freebsd-x64@1.8.1: + lefthook-freebsd-x64@1.8.2: optional: true - lefthook-linux-arm64@1.8.1: + lefthook-linux-arm64@1.8.2: optional: true - lefthook-linux-x64@1.8.1: + lefthook-linux-x64@1.8.2: optional: true - lefthook-openbsd-arm64@1.8.1: + lefthook-openbsd-arm64@1.8.2: optional: true - lefthook-openbsd-x64@1.8.1: + lefthook-openbsd-x64@1.8.2: optional: true - lefthook-windows-arm64@1.8.1: + lefthook-windows-arm64@1.8.2: optional: true - lefthook-windows-x64@1.8.1: + lefthook-windows-x64@1.8.2: optional: true - lefthook@1.8.1: + lefthook@1.8.2: optionalDependencies: - lefthook-darwin-arm64: 1.8.1 - lefthook-darwin-x64: 1.8.1 - lefthook-freebsd-arm64: 1.8.1 - lefthook-freebsd-x64: 1.8.1 - lefthook-linux-arm64: 1.8.1 - lefthook-linux-x64: 1.8.1 - lefthook-openbsd-arm64: 1.8.1 - lefthook-openbsd-x64: 1.8.1 - lefthook-windows-arm64: 1.8.1 - lefthook-windows-x64: 1.8.1 + lefthook-darwin-arm64: 1.8.2 + lefthook-darwin-x64: 1.8.2 + lefthook-freebsd-arm64: 1.8.2 + lefthook-freebsd-x64: 1.8.2 + lefthook-linux-arm64: 1.8.2 + lefthook-linux-x64: 1.8.2 + lefthook-openbsd-arm64: 1.8.2 + lefthook-openbsd-x64: 1.8.2 + lefthook-windows-arm64: 1.8.2 + lefthook-windows-x64: 1.8.2 lilconfig@2.1.0: {} @@ -6538,7 +6532,7 @@ snapshots: lru-cache@7.18.3: {} - lucide-react@0.454.0(react@18.3.1): + lucide-react@0.456.0(react@18.3.1): dependencies: react: 18.3.1 @@ -7359,16 +7353,16 @@ snapshots: optionalDependencies: '@types/react': 18.3.12 - react-router-dom@6.27.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + react-router-dom@6.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@remix-run/router': 1.20.0 + '@remix-run/router': 1.21.0 react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - react-router: 6.27.0(react@18.3.1) + react-router: 6.28.0(react@18.3.1) - react-router@6.27.0(react@18.3.1): + react-router@6.28.0(react@18.3.1): dependencies: - '@remix-run/router': 1.20.0 + '@remix-run/router': 1.21.0 react: 18.3.1 react-style-singleton@2.2.1(@types/react@18.3.12)(react@18.3.1): @@ -7448,11 +7442,11 @@ snapshots: mdast-util-to-hast: 12.3.0 unified: 10.1.2 - remix-development-tools@4.7.6(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.10(@types/node@22.8.2)): + remix-development-tools@4.7.6(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(vite@5.4.11(@types/node@22.8.2)): dependencies: '@radix-ui/react-accordion': 1.1.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) '@radix-ui/react-select': 1.2.2(@types/react-dom@18.3.1)(@types/react@18.3.12)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@remix-run/react': 2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + '@remix-run/react': 2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) beautify: 0.0.8 chalk: 5.3.0 clsx: 2.1.1 @@ -7465,16 +7459,16 @@ snapshots: react-hotkeys-hook: 4.5.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) react-use-websocket: 4.10.0 tailwind-merge: 1.14.0 - vite: 5.4.10(@types/node@22.8.2) + vite: 5.4.11(@types/node@22.8.2) transitivePeerDependencies: - '@types/react' - '@types/react-dom' - supports-color - remix-themes@1.5.1(@remix-run/react@2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/server-runtime@2.13.1(typescript@5.6.3)): + remix-themes@1.5.1(@remix-run/react@2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(@remix-run/server-runtime@2.14.0(typescript@5.6.3)): dependencies: - '@remix-run/react': 2.13.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) - '@remix-run/server-runtime': 2.13.1(typescript@5.6.3) + '@remix-run/react': 2.14.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3) + '@remix-run/server-runtime': 2.14.0(typescript@5.6.3) require-like@0.1.2: {} @@ -7931,6 +7925,10 @@ snapshots: kleur: 4.1.5 sade: 1.8.1 + valibot@0.41.0(typescript@5.6.3): + optionalDependencies: + typescript: 5.6.3 + validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 @@ -7958,7 +7956,7 @@ snapshots: debug: 4.3.7 pathe: 1.1.2 picocolors: 1.1.1 - vite: 5.4.10(@types/node@22.8.2) + vite: 5.4.11(@types/node@22.8.2) transitivePeerDependencies: - '@types/node' - less @@ -7970,18 +7968,18 @@ snapshots: - supports-color - terser - vite-tsconfig-paths@5.1.2(typescript@5.6.3)(vite@5.4.10(@types/node@22.8.2)): + vite-tsconfig-paths@5.1.2(typescript@5.6.3)(vite@5.4.11(@types/node@22.8.2)): dependencies: debug: 4.3.7 globrex: 0.1.2 tsconfck: 3.1.4(typescript@5.6.3) optionalDependencies: - vite: 5.4.10(@types/node@22.8.2) + vite: 5.4.11(@types/node@22.8.2) transitivePeerDependencies: - supports-color - typescript - vite@5.4.10(@types/node@22.8.2): + vite@5.4.11(@types/node@22.8.2): dependencies: esbuild: 0.21.5 postcss: 8.4.47