1 Commits

Author SHA1 Message Date
renovate[bot]
0aa2875a6d chore(deps): Update dependency lucide-react to ^0.555.0 2025-12-03 19:54:08 +00:00
6 changed files with 135 additions and 135 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

@@ -17,9 +17,9 @@
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.17",
"@tauri-apps/api": "^2.9.0", "@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-opener": "^2.5.2", "@tauri-apps/plugin-opener": "^2.5.2",
"lucide-react": "^0.548.0", "lucide-react": "^0.555.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"
}, },
@@ -28,11 +28,11 @@
"@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"
} }
} }

250
pnpm-lock.yaml generated
View File

@@ -10,13 +10,13 @@ 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.0
version: 2.9.0 version: 2.9.0
@@ -24,14 +24,14 @@ importers:
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.555.0
version: 0.548.0(react@19.2.1) version: 0.555.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
@@ -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==}
@@ -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
@@ -1048,8 +1048,8 @@ packages:
lru-cache@5.1.1: lru-cache@5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
lucide-react@0.548.0: lucide-react@0.555.0:
resolution: {integrity: sha512-63b16z63jM9yc1MwxajHeuu0FRZFsDtljtDjYm26Kd86UQ5HQzu9ksEtoUUw4RBuewodw/tGFmvipePvRsKeDA==} resolution: {integrity: sha512-D8FvHUGbxWBRQM90NZeIyhAvkFfsh3u9ekrMvJ30Z6gnpBHS6HC6ldLg7tL45hwiIz/u66eKDtdA23gwwGsAHA==}
peerDependencies: peerDependencies:
react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0 react: ^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.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,12 +1789,12 @@ 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.0': {}
@@ -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.555.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: