1 Commits

Author SHA1 Message Date
renovate[bot]
0044b56377 chore(deps): Update Tauri 2025-12-03 19:53:55 +00:00
6 changed files with 188 additions and 188 deletions

View File

@@ -60,7 +60,7 @@ jobs:
- name: Setup pnpm - name: Setup pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10.25.0 version: 10.19.0
- name: Setup Node - name: Setup Node
uses: actions/setup-node@v6 uses: actions/setup-node@v6

View File

@@ -70,7 +70,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10.25.0 version: 10.19.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6

View File

@@ -28,7 +28,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10.25.0 version: 10.19.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 10.25.0 version: 10.19.0
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v6 uses: actions/setup-node@v6

View File

@@ -15,24 +15,24 @@
"@nivo/core": "^0.99.0", "@nivo/core": "^0.99.0",
"@nivo/line": "^0.99.0", "@nivo/line": "^0.99.0",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@tauri-apps/api": "^2.9.0", "@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-opener": "^2.5.2", "@tauri-apps/plugin-opener": "^2.5.2",
"lucide-react": "^0.548.0", "lucide-react": "^0.548.0",
"react": "^19.2.1", "react": "^19.2.0",
"react-dom": "^19.2.1", "react-dom": "^19.2.0",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.17",
"ts-pattern": "^5.9.0" "ts-pattern": "^5.9.0"
}, },
"devDependencies": { "devDependencies": {
"@tauri-apps/cli": "^2.9.3", "@tauri-apps/cli": "^2.9.5",
"@tsconfig/vite-react": "^7.0.2", "@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.7", "@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2", "@vitejs/plugin-react": "^5.1.1",
"prettier": "^3.7.4", "prettier": "^3.7.3",
"tsx": "^4.20.6", "tsx": "^4.20.6",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"vite": "^7.2.7", "vite": "^7.2.4",
"vitest": "^3.2.4" "vitest": "^3.2.4"
} }
} }

354
pnpm-lock.yaml generated
View File

@@ -10,28 +10,28 @@ importers:
dependencies: dependencies:
'@nivo/core': '@nivo/core':
specifier: ^0.99.0 specifier: ^0.99.0
version: 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) version: 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/line': '@nivo/line':
specifier: ^0.99.0 specifier: ^0.99.0
version: 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) version: 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@tailwindcss/vite': '@tailwindcss/vite':
specifier: ^4.1.17 specifier: ^4.1.17
version: 4.1.17(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)) version: 4.1.17(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))
'@tauri-apps/api': '@tauri-apps/api':
specifier: ^2.9.0 specifier: ^2.9.1
version: 2.9.0 version: 2.9.1
'@tauri-apps/plugin-opener': '@tauri-apps/plugin-opener':
specifier: ^2.5.2 specifier: ^2.5.2
version: 2.5.2 version: 2.5.2
lucide-react: lucide-react:
specifier: ^0.548.0 specifier: ^0.548.0
version: 0.548.0(react@19.2.1) version: 0.548.0(react@19.2.0)
react: react:
specifier: ^19.2.1 specifier: ^19.2.0
version: 19.2.1 version: 19.2.0
react-dom: react-dom:
specifier: ^19.2.1 specifier: ^19.2.0
version: 19.2.1(react@19.2.1) version: 19.2.0(react@19.2.0)
tailwindcss: tailwindcss:
specifier: ^4.1.17 specifier: ^4.1.17
version: 4.1.17 version: 4.1.17
@@ -40,8 +40,8 @@ importers:
version: 5.9.0 version: 5.9.0
devDependencies: devDependencies:
'@tauri-apps/cli': '@tauri-apps/cli':
specifier: ^2.9.3 specifier: ^2.9.5
version: 2.9.3 version: 2.9.5
'@tsconfig/vite-react': '@tsconfig/vite-react':
specifier: ^7.0.2 specifier: ^7.0.2
version: 7.0.2 version: 7.0.2
@@ -52,11 +52,11 @@ importers:
specifier: ^19.2.3 specifier: ^19.2.3
version: 19.2.3(@types/react@19.2.7) version: 19.2.3(@types/react@19.2.7)
'@vitejs/plugin-react': '@vitejs/plugin-react':
specifier: ^5.1.2 specifier: ^5.1.1
version: 5.1.2(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)) version: 5.1.1(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))
prettier: prettier:
specifier: ^3.7.4 specifier: ^3.7.3
version: 3.7.4 version: 3.7.3
tsx: tsx:
specifier: ^4.20.6 specifier: ^4.20.6
version: 4.20.6 version: 4.20.6
@@ -64,8 +64,8 @@ importers:
specifier: ~5.9.3 specifier: ~5.9.3
version: 5.9.3 version: 5.9.3
vite: vite:
specifier: ^7.2.7 specifier: ^7.2.4
version: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) version: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
vitest: vitest:
specifier: ^3.2.4 specifier: ^3.2.4
version: 3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) version: 3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
@@ -407,8 +407,8 @@ packages:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
'@rolldown/pluginutils@1.0.0-beta.53': '@rolldown/pluginutils@1.0.0-beta.47':
resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==} resolution: {integrity: sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==}
'@rollup/rollup-android-arm-eabi@4.52.5': '@rollup/rollup-android-arm-eabi@4.52.5':
resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==} resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==}
@@ -610,77 +610,77 @@ packages:
peerDependencies: peerDependencies:
vite: ^5.2.0 || ^6 || ^7 vite: ^5.2.0 || ^6 || ^7
'@tauri-apps/api@2.9.0': '@tauri-apps/api@2.9.1':
resolution: {integrity: sha512-qD5tMjh7utwBk9/5PrTA/aGr3i5QaJ/Mlt7p8NilQ45WgbifUNPyKWsA63iQ8YfQq6R8ajMapU+/Q8nMcPRLNw==} resolution: {integrity: sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==}
'@tauri-apps/cli-darwin-arm64@2.9.3': '@tauri-apps/cli-darwin-arm64@2.9.5':
resolution: {integrity: sha512-W8FQXZXQmQ0Fmj9UJXNrm2mLdIaLLriKVY7o/FzmizyIKTPIvHjfZALTNybbpTQRbJvKoGHLrW1DNzAWVDWJYg==} resolution: {integrity: sha512-P5XDyCwq3VbWGAplyfP/bgmuUITVDcypxgZUyX45SM7HbU1Nrkk0cNK1HCOkuNBAVVbWen2GUNWah/AiupHHXg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
'@tauri-apps/cli-darwin-x64@2.9.3': '@tauri-apps/cli-darwin-x64@2.9.5':
resolution: {integrity: sha512-zDwu40rlshijt3TU6aRvzPUyVpapsx1sNfOlreDMTaMelQLHl6YoQzSRpLHYwrHrhimxyX2uDqnKIiuGel0Lhg==} resolution: {integrity: sha512-JC9UfQ2ZKavx60dnNxsWztRF3oUH3dgPwN1WJ3/5RUy2aNwD/vXqvJAfNFZ4GWeQpoQ+PqJxduev0U4OMQonnA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3': '@tauri-apps/cli-linux-arm-gnueabihf@2.9.5':
resolution: {integrity: sha512-+Oc2OfcTRwYtW93VJqd/HOk77buORwC9IToj/qsEvM7bTMq6Kda4alpZprzwrCHYANSw+zD8PgjJdljTpe4p+g==} resolution: {integrity: sha512-iCQm2Uvx8AheghfG/QUv1y8Ga9yquJt6xJwH1uF0x5KfmJmwBi8pHBvB924dDi59PS84qTdIBeJejQT00QX3Iw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-arm64-gnu@2.9.3': '@tauri-apps/cli-linux-arm64-gnu@2.9.5':
resolution: {integrity: sha512-59GqU/J1n9wFyAtleoQOaU0oVIo+kwQynEw4meFDoKRXszKGor6lTsbsS3r0QKLSPbc0o/yYGJhqqCtkYjb/eg==} resolution: {integrity: sha512-b6AW8Gr5nQOQIYH0TsUev7rEThGHIvsx192eElOmOz/dh33J4pninHK32laMj2hzHMJ27qmDq5vANL+wrFo9sg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-arm64-musl@2.9.3': '@tauri-apps/cli-linux-arm64-musl@2.9.5':
resolution: {integrity: sha512-fzvG+jEn5/iYGNH6Z2IRMheYFC4pJdXa19BR9fFm6Bdn2cuajRLDKdUcEME/DCtwqclphXtFZTrT4oezY5vI/A==} resolution: {integrity: sha512-/gRBMnphS9E8riZ0LIbBhZ9Oy16A2rx/g3DGR0DcDBvUtkLfbL0lMu4s+sY85nkn9An15+cZ1ZK6d7AIqWahLA==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3': '@tauri-apps/cli-linux-riscv64-gnu@2.9.5':
resolution: {integrity: sha512-qV8DZXI/fZwawk6T3Th1g6smiNC2KeQTk7XFgKvqZ6btC01z3UTsQmNGvI602zwm3Ld1TBZb4+rEWu2QmQimmw==} resolution: {integrity: sha512-NOzjPF9YIBodjdkFcJmqINT0k3YDoR5ANM/jg6Z6s3Zmk8ScN6inI60jTxcfgfWyITiKsPy7GJyYou3Cm2XNzw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-x64-gnu@2.9.3': '@tauri-apps/cli-linux-x64-gnu@2.9.5':
resolution: {integrity: sha512-tquyEONCNRfqEBWEe4eAHnxFN5yY5lFkCuD4w79XLIovUxVftQ684+xLp7zkhntkt4y20SMj2AgJa/+MOlx4Kg==} resolution: {integrity: sha512-SfGbwgvTphM5y+J91NyU/psleMUlyyPkZyDCFg8WU1HX8DpKUT3Vwhb/W1xpUBGb56tJgGCO46FCVkr8w4Areg==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@tauri-apps/cli-linux-x64-musl@2.9.3': '@tauri-apps/cli-linux-x64-musl@2.9.5':
resolution: {integrity: sha512-v2cBIB/6ji8DL+aiL5QUykU3ZO8OoJGyx50/qv2HQVzkf85KdaYSis3D/oVRemN/pcDz+vyCnnL3XnzFnDl4JQ==} resolution: {integrity: sha512-ZfeoiASAOGDzyvN+TDAg8A1pCeS082h4uc0vZKvtWUN+9QBIMfz0yJwltAv+SN/afap6NS6DVkbPV3UVuI9V5A==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
'@tauri-apps/cli-win32-arm64-msvc@2.9.3': '@tauri-apps/cli-win32-arm64-msvc@2.9.5':
resolution: {integrity: sha512-ZGvBy7nvrHPbE0HeKp/ioaiw8bNgAHxWnb7JRZ4/G0A+oFj0SeSFxl9k5uU6FKnM7bHM23Gd1oeaDex9g5Fceg==} resolution: {integrity: sha512-ulg7irow+ekjaK4inFHVq7m1KQebDSYNb17DFKV+h+x7qnLZymz2gHK7df2u4YyEjqvzwRd3AJpU3HNxRurSFQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
'@tauri-apps/cli-win32-ia32-msvc@2.9.3': '@tauri-apps/cli-win32-ia32-msvc@2.9.5':
resolution: {integrity: sha512-UsgIwOnpCoY9NK9/65QiwgmWVIE80LE7SwRYVblGtmlY9RYfsYvpbItwsovA/AcHMTiO+OCvS/q9yLeqS3m6Sg==} resolution: {integrity: sha512-6lF0k/Qduhn1Z3IOXlp2ts8jNOMIX4cK4Fbk3axGeX7LMcVVbOSEAFwbTqS8BKZDFac0WRS8N1C96+Ms5LOS1Q==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
'@tauri-apps/cli-win32-x64-msvc@2.9.3': '@tauri-apps/cli-win32-x64-msvc@2.9.5':
resolution: {integrity: sha512-fmw7NrrHE5m49idCvJAx9T9bsupjdJ0a3p3DPCNCZRGANU6R1tA1L+KTlVuUtdAldX2NqU/9UPo2SCslYKgJHQ==} resolution: {integrity: sha512-Vg50U74x1A4b2iBVtDcAVPbI1XVuzSmwlduuBM1VewxtRaVj5GDzWnYtBcnuIk+VGzNApRDfDhraAXGaW2a/Gw==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
'@tauri-apps/cli@2.9.3': '@tauri-apps/cli@2.9.5':
resolution: {integrity: sha512-BQ7iLUXTQcyG1PpzLWeVSmBCedYDpnA/6Cm/kRFGtqjTf/eVUlyYO5S2ee07tLum3nWwDBWTGFZeruO8yEukfA==} resolution: {integrity: sha512-z88tX6O6kwTgMjYozhNGbehzQyBazgXejyH784CwSfBOWm06xFcogd0PY/jhcPsqzJF9kLRIkmlQy+cqdrioOQ==}
engines: {node: '>= 10'} engines: {node: '>= 10'}
hasBin: true hasBin: true
@@ -752,8 +752,8 @@ packages:
'@types/react@19.2.7': '@types/react@19.2.7':
resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==} resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
'@vitejs/plugin-react@5.1.2': '@vitejs/plugin-react@5.1.1':
resolution: {integrity: sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==} resolution: {integrity: sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==}
engines: {node: ^20.19.0 || >=22.12.0} engines: {node: ^20.19.0 || >=22.12.0}
peerDependencies: peerDependencies:
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
@@ -1085,15 +1085,15 @@ packages:
resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==} resolution: {integrity: sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==}
engines: {node: ^10 || ^12 || >=14} engines: {node: ^10 || ^12 || >=14}
prettier@3.7.4: prettier@3.7.3:
resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==} resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
react-dom@19.2.1: react-dom@19.2.0:
resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==} resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
peerDependencies: peerDependencies:
react: ^19.2.1 react: ^19.2.0
react-refresh@0.18.0: react-refresh@0.18.0:
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==} resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
@@ -1105,8 +1105,8 @@ packages:
react: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0 react-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0
react@19.2.1: react@19.2.0:
resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==} resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
resolve-pkg-maps@1.0.0: resolve-pkg-maps@1.0.0:
@@ -1202,8 +1202,8 @@ packages:
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true hasBin: true
vite@7.2.7: vite@7.2.4:
resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==} resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==}
engines: {node: ^20.19.0 || >=22.12.0} engines: {node: ^20.19.0 || >=22.12.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@@ -1489,36 +1489,36 @@ snapshots:
'@jridgewell/resolve-uri': 3.1.2 '@jridgewell/resolve-uri': 3.1.2
'@jridgewell/sourcemap-codec': 1.5.5 '@jridgewell/sourcemap-codec': 1.5.5
'@nivo/annotations@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/annotations@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/colors': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/colors': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
lodash: 4.17.21 lodash: 4.17.21
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/axes@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/axes@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/scales': 0.99.0 '@nivo/scales': 0.99.0
'@nivo/text': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/text': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@types/d3-format': 1.4.5 '@types/d3-format': 1.4.5
'@types/d3-time-format': 2.3.4 '@types/d3-time-format': 2.3.4
d3-format: 1.4.5 d3-format: 1.4.5
d3-time-format: 3.0.0 d3-time-format: 3.0.0
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/colors@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/colors@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@types/d3-color': 3.1.3 '@types/d3-color': 3.1.3
'@types/d3-scale': 4.0.9 '@types/d3-scale': 4.0.9
'@types/d3-scale-chromatic': 3.1.0 '@types/d3-scale-chromatic': 3.1.0
@@ -1526,15 +1526,15 @@ snapshots:
d3-scale: 4.0.2 d3-scale: 4.0.2
d3-scale-chromatic: 3.1.0 d3-scale-chromatic: 3.1.0
lodash: 4.17.21 lodash: 4.17.21
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/core@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/core@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@nivo/tooltip': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/tooltip': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@types/d3-shape': 3.1.7 '@types/d3-shape': 3.1.7
d3-color: 3.1.0 d3-color: 3.1.0
d3-format: 1.4.5 d3-format: 1.4.5
@@ -1544,39 +1544,39 @@ snapshots:
d3-shape: 3.2.0 d3-shape: 3.2.0
d3-time-format: 3.0.0 d3-time-format: 3.0.0
lodash: 4.17.21 lodash: 4.17.21
react: 19.2.1 react: 19.2.0
react-virtualized-auto-sizer: 1.0.26(react-dom@19.2.1(react@19.2.1))(react@19.2.1) react-virtualized-auto-sizer: 1.0.26(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
use-debounce: 10.0.6(react@19.2.1) use-debounce: 10.0.6(react@19.2.0)
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/legends@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/legends@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/colors': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/colors': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/text': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/text': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@types/d3-scale': 4.0.9 '@types/d3-scale': 4.0.9
d3-scale: 4.0.2 d3-scale: 4.0.2
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/line@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/line@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/annotations': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/annotations': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/axes': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/axes': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/colors': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/colors': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/legends': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/legends': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/scales': 0.99.0 '@nivo/scales': 0.99.0
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@nivo/tooltip': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/tooltip': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/voronoi': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/voronoi': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@types/d3-shape': 3.1.7 '@types/d3-shape': 3.1.7
d3-shape: 3.2.0 d3-shape: 3.2.0
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
@@ -1592,75 +1592,75 @@ snapshots:
d3-time-format: 3.0.0 d3-time-format: 3.0.0
lodash: 4.17.21 lodash: 4.17.21
'@nivo/text@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/text@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/theming@0.99.0(react@19.2.1)': '@nivo/theming@0.99.0(react@19.2.0)':
dependencies: dependencies:
lodash: 4.17.21 lodash: 4.17.21
react: 19.2.1 react: 19.2.0
'@nivo/tooltip@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/tooltip@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@nivo/voronoi@0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@nivo/voronoi@0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/core': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@nivo/theming': 0.99.0(react@19.2.1) '@nivo/theming': 0.99.0(react@19.2.0)
'@nivo/tooltip': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1) '@nivo/tooltip': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
'@types/d3-delaunay': 6.0.4 '@types/d3-delaunay': 6.0.4
'@types/d3-scale': 4.0.9 '@types/d3-scale': 4.0.9
d3-delaunay: 6.0.4 d3-delaunay: 6.0.4
d3-scale: 4.0.2 d3-scale: 4.0.2
react: 19.2.1 react: 19.2.0
transitivePeerDependencies: transitivePeerDependencies:
- react-dom - react-dom
'@react-spring/animated@10.0.3(react@19.2.1)': '@react-spring/animated@10.0.3(react@19.2.0)':
dependencies: dependencies:
'@react-spring/shared': 10.0.3(react@19.2.1) '@react-spring/shared': 10.0.3(react@19.2.0)
'@react-spring/types': 10.0.3 '@react-spring/types': 10.0.3
react: 19.2.1 react: 19.2.0
'@react-spring/core@10.0.3(react@19.2.1)': '@react-spring/core@10.0.3(react@19.2.0)':
dependencies: dependencies:
'@react-spring/animated': 10.0.3(react@19.2.1) '@react-spring/animated': 10.0.3(react@19.2.0)
'@react-spring/shared': 10.0.3(react@19.2.1) '@react-spring/shared': 10.0.3(react@19.2.0)
'@react-spring/types': 10.0.3 '@react-spring/types': 10.0.3
react: 19.2.1 react: 19.2.0
'@react-spring/rafz@10.0.3': {} '@react-spring/rafz@10.0.3': {}
'@react-spring/shared@10.0.3(react@19.2.1)': '@react-spring/shared@10.0.3(react@19.2.0)':
dependencies: dependencies:
'@react-spring/rafz': 10.0.3 '@react-spring/rafz': 10.0.3
'@react-spring/types': 10.0.3 '@react-spring/types': 10.0.3
react: 19.2.1 react: 19.2.0
'@react-spring/types@10.0.3': {} '@react-spring/types@10.0.3': {}
'@react-spring/web@10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)': '@react-spring/web@10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)':
dependencies: dependencies:
'@react-spring/animated': 10.0.3(react@19.2.1) '@react-spring/animated': 10.0.3(react@19.2.0)
'@react-spring/core': 10.0.3(react@19.2.1) '@react-spring/core': 10.0.3(react@19.2.0)
'@react-spring/shared': 10.0.3(react@19.2.1) '@react-spring/shared': 10.0.3(react@19.2.0)
'@react-spring/types': 10.0.3 '@react-spring/types': 10.0.3
react: 19.2.1 react: 19.2.0
react-dom: 19.2.1(react@19.2.1) react-dom: 19.2.0(react@19.2.0)
'@rolldown/pluginutils@1.0.0-beta.53': {} '@rolldown/pluginutils@1.0.0-beta.47': {}
'@rollup/rollup-android-arm-eabi@4.52.5': '@rollup/rollup-android-arm-eabi@4.52.5':
optional: true optional: true
@@ -1789,65 +1789,65 @@ snapshots:
'@tailwindcss/oxide-win32-arm64-msvc': 4.1.17 '@tailwindcss/oxide-win32-arm64-msvc': 4.1.17
'@tailwindcss/oxide-win32-x64-msvc': 4.1.17 '@tailwindcss/oxide-win32-x64-msvc': 4.1.17
'@tailwindcss/vite@4.1.17(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))': '@tailwindcss/vite@4.1.17(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))':
dependencies: dependencies:
'@tailwindcss/node': 4.1.17 '@tailwindcss/node': 4.1.17
'@tailwindcss/oxide': 4.1.17 '@tailwindcss/oxide': 4.1.17
tailwindcss: 4.1.17 tailwindcss: 4.1.17
vite: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
'@tauri-apps/api@2.9.0': {} '@tauri-apps/api@2.9.1': {}
'@tauri-apps/cli-darwin-arm64@2.9.3': '@tauri-apps/cli-darwin-arm64@2.9.5':
optional: true optional: true
'@tauri-apps/cli-darwin-x64@2.9.3': '@tauri-apps/cli-darwin-x64@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3': '@tauri-apps/cli-linux-arm-gnueabihf@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-gnu@2.9.3': '@tauri-apps/cli-linux-arm64-gnu@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-arm64-musl@2.9.3': '@tauri-apps/cli-linux-arm64-musl@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3': '@tauri-apps/cli-linux-riscv64-gnu@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-x64-gnu@2.9.3': '@tauri-apps/cli-linux-x64-gnu@2.9.5':
optional: true optional: true
'@tauri-apps/cli-linux-x64-musl@2.9.3': '@tauri-apps/cli-linux-x64-musl@2.9.5':
optional: true optional: true
'@tauri-apps/cli-win32-arm64-msvc@2.9.3': '@tauri-apps/cli-win32-arm64-msvc@2.9.5':
optional: true optional: true
'@tauri-apps/cli-win32-ia32-msvc@2.9.3': '@tauri-apps/cli-win32-ia32-msvc@2.9.5':
optional: true optional: true
'@tauri-apps/cli-win32-x64-msvc@2.9.3': '@tauri-apps/cli-win32-x64-msvc@2.9.5':
optional: true optional: true
'@tauri-apps/cli@2.9.3': '@tauri-apps/cli@2.9.5':
optionalDependencies: optionalDependencies:
'@tauri-apps/cli-darwin-arm64': 2.9.3 '@tauri-apps/cli-darwin-arm64': 2.9.5
'@tauri-apps/cli-darwin-x64': 2.9.3 '@tauri-apps/cli-darwin-x64': 2.9.5
'@tauri-apps/cli-linux-arm-gnueabihf': 2.9.3 '@tauri-apps/cli-linux-arm-gnueabihf': 2.9.5
'@tauri-apps/cli-linux-arm64-gnu': 2.9.3 '@tauri-apps/cli-linux-arm64-gnu': 2.9.5
'@tauri-apps/cli-linux-arm64-musl': 2.9.3 '@tauri-apps/cli-linux-arm64-musl': 2.9.5
'@tauri-apps/cli-linux-riscv64-gnu': 2.9.3 '@tauri-apps/cli-linux-riscv64-gnu': 2.9.5
'@tauri-apps/cli-linux-x64-gnu': 2.9.3 '@tauri-apps/cli-linux-x64-gnu': 2.9.5
'@tauri-apps/cli-linux-x64-musl': 2.9.3 '@tauri-apps/cli-linux-x64-musl': 2.9.5
'@tauri-apps/cli-win32-arm64-msvc': 2.9.3 '@tauri-apps/cli-win32-arm64-msvc': 2.9.5
'@tauri-apps/cli-win32-ia32-msvc': 2.9.3 '@tauri-apps/cli-win32-ia32-msvc': 2.9.5
'@tauri-apps/cli-win32-x64-msvc': 2.9.3 '@tauri-apps/cli-win32-x64-msvc': 2.9.5
'@tauri-apps/plugin-opener@2.5.2': '@tauri-apps/plugin-opener@2.5.2':
dependencies: dependencies:
'@tauri-apps/api': 2.9.0 '@tauri-apps/api': 2.9.1
'@tsconfig/vite-react@7.0.2': {} '@tsconfig/vite-react@7.0.2': {}
@@ -1917,15 +1917,15 @@ snapshots:
dependencies: dependencies:
csstype: 3.2.3 csstype: 3.2.3
'@vitejs/plugin-react@5.1.2(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))': '@vitejs/plugin-react@5.1.1(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))':
dependencies: dependencies:
'@babel/core': 7.28.5 '@babel/core': 7.28.5
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5)
'@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5) '@babel/plugin-transform-react-jsx-source': 7.27.1(@babel/core@7.28.5)
'@rolldown/pluginutils': 1.0.0-beta.53 '@rolldown/pluginutils': 1.0.0-beta.47
'@types/babel__core': 7.20.5 '@types/babel__core': 7.20.5
react-refresh: 0.18.0 react-refresh: 0.18.0
vite: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
@@ -1937,13 +1937,13 @@ snapshots:
chai: 5.3.3 chai: 5.3.3
tinyrainbow: 2.0.0 tinyrainbow: 2.0.0
'@vitest/mocker@3.2.4(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))': '@vitest/mocker@3.2.4(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))':
dependencies: dependencies:
'@vitest/spy': 3.2.4 '@vitest/spy': 3.2.4
estree-walker: 3.0.3 estree-walker: 3.0.3
magic-string: 0.30.21 magic-string: 0.30.21
optionalDependencies: optionalDependencies:
vite: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
'@vitest/pretty-format@3.2.4': '@vitest/pretty-format@3.2.4':
dependencies: dependencies:
@@ -2198,9 +2198,9 @@ snapshots:
dependencies: dependencies:
yallist: 3.1.1 yallist: 3.1.1
lucide-react@0.548.0(react@19.2.1): lucide-react@0.548.0(react@19.2.0):
dependencies: dependencies:
react: 19.2.1 react: 19.2.0
magic-string@0.30.21: magic-string@0.30.21:
dependencies: dependencies:
@@ -2226,21 +2226,21 @@ snapshots:
picocolors: 1.1.1 picocolors: 1.1.1
source-map-js: 1.2.1 source-map-js: 1.2.1
prettier@3.7.4: {} prettier@3.7.3: {}
react-dom@19.2.1(react@19.2.1): react-dom@19.2.0(react@19.2.0):
dependencies: dependencies:
react: 19.2.1 react: 19.2.0
scheduler: 0.27.0 scheduler: 0.27.0
react-refresh@0.18.0: {} react-refresh@0.18.0: {}
react-virtualized-auto-sizer@1.0.26(react-dom@19.2.1(react@19.2.1))(react@19.2.1): react-virtualized-auto-sizer@1.0.26(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
dependencies: dependencies:
react: 19.2.1 react: 19.2.0
react-dom: 19.2.1(react@19.2.1) react-dom: 19.2.0(react@19.2.0)
react@19.2.1: {} react@19.2.0: {}
resolve-pkg-maps@1.0.0: {} resolve-pkg-maps@1.0.0: {}
@@ -2326,9 +2326,9 @@ snapshots:
escalade: 3.2.0 escalade: 3.2.0
picocolors: 1.1.1 picocolors: 1.1.1
use-debounce@10.0.6(react@19.2.1): use-debounce@10.0.6(react@19.2.0):
dependencies: dependencies:
react: 19.2.1 react: 19.2.0
vite-node@3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6): vite-node@3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6):
dependencies: dependencies:
@@ -2336,7 +2336,7 @@ snapshots:
debug: 4.4.3 debug: 4.4.3
es-module-lexer: 1.7.0 es-module-lexer: 1.7.0
pathe: 2.0.3 pathe: 2.0.3
vite: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
- jiti - jiti
@@ -2351,7 +2351,7 @@ snapshots:
- tsx - tsx
- yaml - yaml
vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6): vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6):
dependencies: dependencies:
esbuild: 0.25.12 esbuild: 0.25.12
fdir: 6.5.0(picomatch@4.0.3) fdir: 6.5.0(picomatch@4.0.3)
@@ -2369,7 +2369,7 @@ snapshots:
dependencies: dependencies:
'@types/chai': 5.2.3 '@types/chai': 5.2.3
'@vitest/expect': 3.2.4 '@vitest/expect': 3.2.4
'@vitest/mocker': 3.2.4(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)) '@vitest/mocker': 3.2.4(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))
'@vitest/pretty-format': 3.2.4 '@vitest/pretty-format': 3.2.4
'@vitest/runner': 3.2.4 '@vitest/runner': 3.2.4
'@vitest/snapshot': 3.2.4 '@vitest/snapshot': 3.2.4
@@ -2387,7 +2387,7 @@ snapshots:
tinyglobby: 0.2.15 tinyglobby: 0.2.15
tinypool: 1.1.1 tinypool: 1.1.1
tinyrainbow: 2.0.0 tinyrainbow: 2.0.0
vite: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
vite-node: 3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6) vite-node: 3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
why-is-node-running: 2.3.0 why-is-node-running: 2.3.0
transitivePeerDependencies: transitivePeerDependencies: