mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-10 00:06:44 -06:00
Compare commits
1 Commits
renovate/p
...
0044b56377
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0044b56377 |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.25.0
|
||||
version: 10.19.0
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
@@ -70,7 +70,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.25.0
|
||||
version: 10.19.0
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.25.0
|
||||
version: 10.19.0
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
2
.github/workflows/security-audit.yml
vendored
2
.github/workflows/security-audit.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10.25.0
|
||||
version: 10.19.0
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
14
package.json
14
package.json
@@ -15,24 +15,24 @@
|
||||
"@nivo/core": "^0.99.0",
|
||||
"@nivo/line": "^0.99.0",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@tauri-apps/api": "^2.9.0",
|
||||
"@tauri-apps/api": "^2.9.1",
|
||||
"@tauri-apps/plugin-opener": "^2.5.2",
|
||||
"lucide-react": "^0.548.0",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"ts-pattern": "^5.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.9.3",
|
||||
"@tauri-apps/cli": "^2.9.5",
|
||||
"@tsconfig/vite-react": "^7.0.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"prettier": "^3.7.4",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"prettier": "^3.7.3",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.2.7",
|
||||
"vite": "^7.2.4",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
|
||||
354
pnpm-lock.yaml
generated
354
pnpm-lock.yaml
generated
@@ -10,28 +10,28 @@ importers:
|
||||
dependencies:
|
||||
'@nivo/core':
|
||||
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':
|
||||
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':
|
||||
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':
|
||||
specifier: ^2.9.0
|
||||
version: 2.9.0
|
||||
specifier: ^2.9.1
|
||||
version: 2.9.1
|
||||
'@tauri-apps/plugin-opener':
|
||||
specifier: ^2.5.2
|
||||
version: 2.5.2
|
||||
lucide-react:
|
||||
specifier: ^0.548.0
|
||||
version: 0.548.0(react@19.2.1)
|
||||
version: 0.548.0(react@19.2.0)
|
||||
react:
|
||||
specifier: ^19.2.1
|
||||
version: 19.2.1
|
||||
specifier: ^19.2.0
|
||||
version: 19.2.0
|
||||
react-dom:
|
||||
specifier: ^19.2.1
|
||||
version: 19.2.1(react@19.2.1)
|
||||
specifier: ^19.2.0
|
||||
version: 19.2.0(react@19.2.0)
|
||||
tailwindcss:
|
||||
specifier: ^4.1.17
|
||||
version: 4.1.17
|
||||
@@ -40,8 +40,8 @@ importers:
|
||||
version: 5.9.0
|
||||
devDependencies:
|
||||
'@tauri-apps/cli':
|
||||
specifier: ^2.9.3
|
||||
version: 2.9.3
|
||||
specifier: ^2.9.5
|
||||
version: 2.9.5
|
||||
'@tsconfig/vite-react':
|
||||
specifier: ^7.0.2
|
||||
version: 7.0.2
|
||||
@@ -52,11 +52,11 @@ importers:
|
||||
specifier: ^19.2.3
|
||||
version: 19.2.3(@types/react@19.2.7)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^5.1.2
|
||||
version: 5.1.2(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1(vite@7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6))
|
||||
prettier:
|
||||
specifier: ^3.7.4
|
||||
version: 3.7.4
|
||||
specifier: ^3.7.3
|
||||
version: 3.7.3
|
||||
tsx:
|
||||
specifier: ^4.20.6
|
||||
version: 4.20.6
|
||||
@@ -64,8 +64,8 @@ importers:
|
||||
specifier: ~5.9.3
|
||||
version: 5.9.3
|
||||
vite:
|
||||
specifier: ^7.2.7
|
||||
version: 7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
specifier: ^7.2.4
|
||||
version: 7.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.20.6)
|
||||
vitest:
|
||||
specifier: ^3.2.4
|
||||
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-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.53':
|
||||
resolution: {integrity: sha512-vENRlFU4YbrwVqNDZ7fLvy+JR1CRkyr01jhSiDpE1u6py3OMzQfztQU2jxykW3ALNxO4kSlqIDeYyD0Y9RcQeQ==}
|
||||
'@rolldown/pluginutils@1.0.0-beta.47':
|
||||
resolution: {integrity: sha512-8QagwMH3kNCuzD8EWL8R2YPW5e4OrHNSAHRFDdmFqEwEaD/KcNKjVoumo+gP2vW5eKB2UPbM6vTYiGZX0ixLnw==}
|
||||
|
||||
'@rollup/rollup-android-arm-eabi@4.52.5':
|
||||
resolution: {integrity: sha512-8c1vW4ocv3UOMp9K+gToY5zL2XiiVw3k7f1ksf4yO1FlDFQ1C2u72iACFnSOceJFsWskc2WZNqeRhFRPzv+wtQ==}
|
||||
@@ -610,77 +610,77 @@ packages:
|
||||
peerDependencies:
|
||||
vite: ^5.2.0 || ^6 || ^7
|
||||
|
||||
'@tauri-apps/api@2.9.0':
|
||||
resolution: {integrity: sha512-qD5tMjh7utwBk9/5PrTA/aGr3i5QaJ/Mlt7p8NilQ45WgbifUNPyKWsA63iQ8YfQq6R8ajMapU+/Q8nMcPRLNw==}
|
||||
'@tauri-apps/api@2.9.1':
|
||||
resolution: {integrity: sha512-IGlhP6EivjXHepbBic618GOmiWe4URJiIeZFlB7x3czM0yDHHYviH1Xvoiv4FefdkQtn6v7TuwWCRfOGdnVUGw==}
|
||||
|
||||
'@tauri-apps/cli-darwin-arm64@2.9.3':
|
||||
resolution: {integrity: sha512-W8FQXZXQmQ0Fmj9UJXNrm2mLdIaLLriKVY7o/FzmizyIKTPIvHjfZALTNybbpTQRbJvKoGHLrW1DNzAWVDWJYg==}
|
||||
'@tauri-apps/cli-darwin-arm64@2.9.5':
|
||||
resolution: {integrity: sha512-P5XDyCwq3VbWGAplyfP/bgmuUITVDcypxgZUyX45SM7HbU1Nrkk0cNK1HCOkuNBAVVbWen2GUNWah/AiupHHXg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@tauri-apps/cli-darwin-x64@2.9.3':
|
||||
resolution: {integrity: sha512-zDwu40rlshijt3TU6aRvzPUyVpapsx1sNfOlreDMTaMelQLHl6YoQzSRpLHYwrHrhimxyX2uDqnKIiuGel0Lhg==}
|
||||
'@tauri-apps/cli-darwin-x64@2.9.5':
|
||||
resolution: {integrity: sha512-JC9UfQ2ZKavx60dnNxsWztRF3oUH3dgPwN1WJ3/5RUy2aNwD/vXqvJAfNFZ4GWeQpoQ+PqJxduev0U4OMQonnA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3':
|
||||
resolution: {integrity: sha512-+Oc2OfcTRwYtW93VJqd/HOk77buORwC9IToj/qsEvM7bTMq6Kda4alpZprzwrCHYANSw+zD8PgjJdljTpe4p+g==}
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.5':
|
||||
resolution: {integrity: sha512-iCQm2Uvx8AheghfG/QUv1y8Ga9yquJt6xJwH1uF0x5KfmJmwBi8pHBvB924dDi59PS84qTdIBeJejQT00QX3Iw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-linux-arm64-gnu@2.9.3':
|
||||
resolution: {integrity: sha512-59GqU/J1n9wFyAtleoQOaU0oVIo+kwQynEw4meFDoKRXszKGor6lTsbsS3r0QKLSPbc0o/yYGJhqqCtkYjb/eg==}
|
||||
'@tauri-apps/cli-linux-arm64-gnu@2.9.5':
|
||||
resolution: {integrity: sha512-b6AW8Gr5nQOQIYH0TsUev7rEThGHIvsx192eElOmOz/dh33J4pninHK32laMj2hzHMJ27qmDq5vANL+wrFo9sg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-linux-arm64-musl@2.9.3':
|
||||
resolution: {integrity: sha512-fzvG+jEn5/iYGNH6Z2IRMheYFC4pJdXa19BR9fFm6Bdn2cuajRLDKdUcEME/DCtwqclphXtFZTrT4oezY5vI/A==}
|
||||
'@tauri-apps/cli-linux-arm64-musl@2.9.5':
|
||||
resolution: {integrity: sha512-/gRBMnphS9E8riZ0LIbBhZ9Oy16A2rx/g3DGR0DcDBvUtkLfbL0lMu4s+sY85nkn9An15+cZ1ZK6d7AIqWahLA==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3':
|
||||
resolution: {integrity: sha512-qV8DZXI/fZwawk6T3Th1g6smiNC2KeQTk7XFgKvqZ6btC01z3UTsQmNGvI602zwm3Ld1TBZb4+rEWu2QmQimmw==}
|
||||
'@tauri-apps/cli-linux-riscv64-gnu@2.9.5':
|
||||
resolution: {integrity: sha512-NOzjPF9YIBodjdkFcJmqINT0k3YDoR5ANM/jg6Z6s3Zmk8ScN6inI60jTxcfgfWyITiKsPy7GJyYou3Cm2XNzw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-linux-x64-gnu@2.9.3':
|
||||
resolution: {integrity: sha512-tquyEONCNRfqEBWEe4eAHnxFN5yY5lFkCuD4w79XLIovUxVftQ684+xLp7zkhntkt4y20SMj2AgJa/+MOlx4Kg==}
|
||||
'@tauri-apps/cli-linux-x64-gnu@2.9.5':
|
||||
resolution: {integrity: sha512-SfGbwgvTphM5y+J91NyU/psleMUlyyPkZyDCFg8WU1HX8DpKUT3Vwhb/W1xpUBGb56tJgGCO46FCVkr8w4Areg==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-linux-x64-musl@2.9.3':
|
||||
resolution: {integrity: sha512-v2cBIB/6ji8DL+aiL5QUykU3ZO8OoJGyx50/qv2HQVzkf85KdaYSis3D/oVRemN/pcDz+vyCnnL3XnzFnDl4JQ==}
|
||||
'@tauri-apps/cli-linux-x64-musl@2.9.5':
|
||||
resolution: {integrity: sha512-ZfeoiASAOGDzyvN+TDAg8A1pCeS082h4uc0vZKvtWUN+9QBIMfz0yJwltAv+SN/afap6NS6DVkbPV3UVuI9V5A==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@tauri-apps/cli-win32-arm64-msvc@2.9.3':
|
||||
resolution: {integrity: sha512-ZGvBy7nvrHPbE0HeKp/ioaiw8bNgAHxWnb7JRZ4/G0A+oFj0SeSFxl9k5uU6FKnM7bHM23Gd1oeaDex9g5Fceg==}
|
||||
'@tauri-apps/cli-win32-arm64-msvc@2.9.5':
|
||||
resolution: {integrity: sha512-ulg7irow+ekjaK4inFHVq7m1KQebDSYNb17DFKV+h+x7qnLZymz2gHK7df2u4YyEjqvzwRd3AJpU3HNxRurSFQ==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@tauri-apps/cli-win32-ia32-msvc@2.9.3':
|
||||
resolution: {integrity: sha512-UsgIwOnpCoY9NK9/65QiwgmWVIE80LE7SwRYVblGtmlY9RYfsYvpbItwsovA/AcHMTiO+OCvS/q9yLeqS3m6Sg==}
|
||||
'@tauri-apps/cli-win32-ia32-msvc@2.9.5':
|
||||
resolution: {integrity: sha512-6lF0k/Qduhn1Z3IOXlp2ts8jNOMIX4cK4Fbk3axGeX7LMcVVbOSEAFwbTqS8BKZDFac0WRS8N1C96+Ms5LOS1Q==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@tauri-apps/cli-win32-x64-msvc@2.9.3':
|
||||
resolution: {integrity: sha512-fmw7NrrHE5m49idCvJAx9T9bsupjdJ0a3p3DPCNCZRGANU6R1tA1L+KTlVuUtdAldX2NqU/9UPo2SCslYKgJHQ==}
|
||||
'@tauri-apps/cli-win32-x64-msvc@2.9.5':
|
||||
resolution: {integrity: sha512-Vg50U74x1A4b2iBVtDcAVPbI1XVuzSmwlduuBM1VewxtRaVj5GDzWnYtBcnuIk+VGzNApRDfDhraAXGaW2a/Gw==}
|
||||
engines: {node: '>= 10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@tauri-apps/cli@2.9.3':
|
||||
resolution: {integrity: sha512-BQ7iLUXTQcyG1PpzLWeVSmBCedYDpnA/6Cm/kRFGtqjTf/eVUlyYO5S2ee07tLum3nWwDBWTGFZeruO8yEukfA==}
|
||||
'@tauri-apps/cli@2.9.5':
|
||||
resolution: {integrity: sha512-z88tX6O6kwTgMjYozhNGbehzQyBazgXejyH784CwSfBOWm06xFcogd0PY/jhcPsqzJF9kLRIkmlQy+cqdrioOQ==}
|
||||
engines: {node: '>= 10'}
|
||||
hasBin: true
|
||||
|
||||
@@ -752,8 +752,8 @@ packages:
|
||||
'@types/react@19.2.7':
|
||||
resolution: {integrity: sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==}
|
||||
|
||||
'@vitejs/plugin-react@5.1.2':
|
||||
resolution: {integrity: sha512-EcA07pHJouywpzsoTUqNh5NwGayl2PPVEJKUSinGGSxFGYn+shYbqMGBg6FXDqgXum9Ou/ecb+411ssw8HImJQ==}
|
||||
'@vitejs/plugin-react@5.1.1':
|
||||
resolution: {integrity: sha512-WQfkSw0QbQ5aJ2CHYw23ZGkqnRwqKHD/KYsMeTkZzPT4Jcf0DcBxBtwMJxnu6E7oxw5+JC6ZAiePgh28uJ1HBA==}
|
||||
engines: {node: ^20.19.0 || >=22.12.0}
|
||||
peerDependencies:
|
||||
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==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
prettier@3.7.4:
|
||||
resolution: {integrity: sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==}
|
||||
prettier@3.7.3:
|
||||
resolution: {integrity: sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
react-dom@19.2.1:
|
||||
resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==}
|
||||
react-dom@19.2.0:
|
||||
resolution: {integrity: sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==}
|
||||
peerDependencies:
|
||||
react: ^19.2.1
|
||||
react: ^19.2.0
|
||||
|
||||
react-refresh@0.18.0:
|
||||
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-dom: ^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0 || ^19.0.0
|
||||
|
||||
react@19.2.1:
|
||||
resolution: {integrity: sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==}
|
||||
react@19.2.0:
|
||||
resolution: {integrity: sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
resolve-pkg-maps@1.0.0:
|
||||
@@ -1202,8 +1202,8 @@ packages:
|
||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||
hasBin: true
|
||||
|
||||
vite@7.2.7:
|
||||
resolution: {integrity: sha512-ITcnkFeR3+fI8P1wMgItjGrR10170d8auB4EpMLPqmx6uxElH3a/hHGQabSHKdqd4FXWO1nFIp9rRn7JQ34ACQ==}
|
||||
vite@7.2.4:
|
||||
resolution: {integrity: sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==}
|
||||
engines: {node: ^20.19.0 || >=22.12.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@@ -1489,36 +1489,36 @@ snapshots:
|
||||
'@jridgewell/resolve-uri': 3.1.2
|
||||
'@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:
|
||||
'@nivo/colors': 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.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(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.0(react@19.2.0))(react@19.2.0)
|
||||
'@nivo/theming': 0.99.0(react@19.2.0)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@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/text': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(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.0)
|
||||
'@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-time-format': 2.3.4
|
||||
d3-format: 1.4.5
|
||||
d3-time-format: 3.0.0
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(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.0)
|
||||
'@types/d3-color': 3.1.3
|
||||
'@types/d3-scale': 4.0.9
|
||||
'@types/d3-scale-chromatic': 3.1.0
|
||||
@@ -1526,15 +1526,15 @@ snapshots:
|
||||
d3-scale: 4.0.2
|
||||
d3-scale-chromatic: 3.1.0
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@nivo/tooltip': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.0)
|
||||
'@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.0(react@19.2.0))(react@19.2.0)
|
||||
'@types/d3-shape': 3.1.7
|
||||
d3-color: 3.1.0
|
||||
d3-format: 1.4.5
|
||||
@@ -1544,39 +1544,39 @@ snapshots:
|
||||
d3-shape: 3.2.0
|
||||
d3-time-format: 3.0.0
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react-virtualized-auto-sizer: 1.0.26(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
use-debounce: 10.0.6(react@19.2.1)
|
||||
react: 19.2.0
|
||||
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.0)
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@nivo/colors': 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.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/text': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(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.0(react@19.2.0))(react@19.2.0)
|
||||
'@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.0)
|
||||
'@types/d3-scale': 4.0.9
|
||||
d3-scale: 4.0.2
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@nivo/annotations': 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.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/colors': 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.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/legends': 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.0(react@19.2.0))(react@19.2.0)
|
||||
'@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.0(react@19.2.0))(react@19.2.0)
|
||||
'@nivo/legends': 0.99.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
'@nivo/scales': 0.99.0
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@nivo/tooltip': 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.1(react@19.2.1))(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.0)
|
||||
'@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.0(react@19.2.0))(react@19.2.0)
|
||||
'@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
|
||||
d3-shape: 3.2.0
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
@@ -1592,75 +1592,75 @@ snapshots:
|
||||
d3-time-format: 3.0.0
|
||||
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:
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@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.0)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
'@nivo/theming@0.99.0(react@19.2.1)':
|
||||
'@nivo/theming@0.99.0(react@19.2.0)':
|
||||
dependencies:
|
||||
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:
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.1(react@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.0)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- 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:
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.1(react@19.2.1))(react@19.2.1)
|
||||
'@nivo/theming': 0.99.0(react@19.2.1)
|
||||
'@nivo/tooltip': 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.0)
|
||||
'@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-scale': 4.0.9
|
||||
d3-delaunay: 6.0.4
|
||||
d3-scale: 4.0.2
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
'@react-spring/animated@10.0.3(react@19.2.1)':
|
||||
'@react-spring/animated@10.0.3(react@19.2.0)':
|
||||
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: 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:
|
||||
'@react-spring/animated': 10.0.3(react@19.2.1)
|
||||
'@react-spring/shared': 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.0)
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
|
||||
'@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:
|
||||
'@react-spring/rafz': 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/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:
|
||||
'@react-spring/animated': 10.0.3(react@19.2.1)
|
||||
'@react-spring/core': 10.0.3(react@19.2.1)
|
||||
'@react-spring/shared': 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.0)
|
||||
'@react-spring/shared': 10.0.3(react@19.2.0)
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react-dom: 19.2.1(react@19.2.1)
|
||||
react: 19.2.0
|
||||
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':
|
||||
optional: true
|
||||
@@ -1789,65 +1789,65 @@ snapshots:
|
||||
'@tailwindcss/oxide-win32-arm64-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:
|
||||
'@tailwindcss/node': 4.1.17
|
||||
'@tailwindcss/oxide': 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
|
||||
|
||||
'@tauri-apps/cli-darwin-x64@2.9.3':
|
||||
'@tauri-apps/cli-darwin-x64@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.3':
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-arm64-gnu@2.9.3':
|
||||
'@tauri-apps/cli-linux-arm64-gnu@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-arm64-musl@2.9.3':
|
||||
'@tauri-apps/cli-linux-arm64-musl@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-riscv64-gnu@2.9.3':
|
||||
'@tauri-apps/cli-linux-riscv64-gnu@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-x64-gnu@2.9.3':
|
||||
'@tauri-apps/cli-linux-x64-gnu@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-linux-x64-musl@2.9.3':
|
||||
'@tauri-apps/cli-linux-x64-musl@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-win32-arm64-msvc@2.9.3':
|
||||
'@tauri-apps/cli-win32-arm64-msvc@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-win32-ia32-msvc@2.9.3':
|
||||
'@tauri-apps/cli-win32-ia32-msvc@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli-win32-x64-msvc@2.9.3':
|
||||
'@tauri-apps/cli-win32-x64-msvc@2.9.5':
|
||||
optional: true
|
||||
|
||||
'@tauri-apps/cli@2.9.3':
|
||||
'@tauri-apps/cli@2.9.5':
|
||||
optionalDependencies:
|
||||
'@tauri-apps/cli-darwin-arm64': 2.9.3
|
||||
'@tauri-apps/cli-darwin-x64': 2.9.3
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.9.3
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 2.9.3
|
||||
'@tauri-apps/cli-linux-arm64-musl': 2.9.3
|
||||
'@tauri-apps/cli-linux-riscv64-gnu': 2.9.3
|
||||
'@tauri-apps/cli-linux-x64-gnu': 2.9.3
|
||||
'@tauri-apps/cli-linux-x64-musl': 2.9.3
|
||||
'@tauri-apps/cli-win32-arm64-msvc': 2.9.3
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 2.9.3
|
||||
'@tauri-apps/cli-win32-x64-msvc': 2.9.3
|
||||
'@tauri-apps/cli-darwin-arm64': 2.9.5
|
||||
'@tauri-apps/cli-darwin-x64': 2.9.5
|
||||
'@tauri-apps/cli-linux-arm-gnueabihf': 2.9.5
|
||||
'@tauri-apps/cli-linux-arm64-gnu': 2.9.5
|
||||
'@tauri-apps/cli-linux-arm64-musl': 2.9.5
|
||||
'@tauri-apps/cli-linux-riscv64-gnu': 2.9.5
|
||||
'@tauri-apps/cli-linux-x64-gnu': 2.9.5
|
||||
'@tauri-apps/cli-linux-x64-musl': 2.9.5
|
||||
'@tauri-apps/cli-win32-arm64-msvc': 2.9.5
|
||||
'@tauri-apps/cli-win32-ia32-msvc': 2.9.5
|
||||
'@tauri-apps/cli-win32-x64-msvc': 2.9.5
|
||||
|
||||
'@tauri-apps/plugin-opener@2.5.2':
|
||||
dependencies:
|
||||
'@tauri-apps/api': 2.9.0
|
||||
'@tauri-apps/api': 2.9.1
|
||||
|
||||
'@tsconfig/vite-react@7.0.2': {}
|
||||
|
||||
@@ -1917,15 +1917,15 @@ snapshots:
|
||||
dependencies:
|
||||
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:
|
||||
'@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)
|
||||
'@rolldown/pluginutils': 1.0.0-beta.53
|
||||
'@rolldown/pluginutils': 1.0.0-beta.47
|
||||
'@types/babel__core': 7.20.5
|
||||
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:
|
||||
- supports-color
|
||||
|
||||
@@ -1937,13 +1937,13 @@ snapshots:
|
||||
chai: 5.3.3
|
||||
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:
|
||||
'@vitest/spy': 3.2.4
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.21
|
||||
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':
|
||||
dependencies:
|
||||
@@ -2198,9 +2198,9 @@ snapshots:
|
||||
dependencies:
|
||||
yallist: 3.1.1
|
||||
|
||||
lucide-react@0.548.0(react@19.2.1):
|
||||
lucide-react@0.548.0(react@19.2.0):
|
||||
dependencies:
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
|
||||
magic-string@0.30.21:
|
||||
dependencies:
|
||||
@@ -2226,21 +2226,21 @@ snapshots:
|
||||
picocolors: 1.1.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:
|
||||
react: 19.2.1
|
||||
react: 19.2.0
|
||||
scheduler: 0.27.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:
|
||||
react: 19.2.1
|
||||
react-dom: 19.2.1(react@19.2.1)
|
||||
react: 19.2.0
|
||||
react-dom: 19.2.0(react@19.2.0)
|
||||
|
||||
react@19.2.1: {}
|
||||
react@19.2.0: {}
|
||||
|
||||
resolve-pkg-maps@1.0.0: {}
|
||||
|
||||
@@ -2326,9 +2326,9 @@ snapshots:
|
||||
escalade: 3.2.0
|
||||
picocolors: 1.1.1
|
||||
|
||||
use-debounce@10.0.6(react@19.2.1):
|
||||
use-debounce@10.0.6(react@19.2.0):
|
||||
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):
|
||||
dependencies:
|
||||
@@ -2336,7 +2336,7 @@ snapshots:
|
||||
debug: 4.4.3
|
||||
es-module-lexer: 1.7.0
|
||||
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:
|
||||
- '@types/node'
|
||||
- jiti
|
||||
@@ -2351,7 +2351,7 @@ snapshots:
|
||||
- tsx
|
||||
- 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:
|
||||
esbuild: 0.25.12
|
||||
fdir: 6.5.0(picomatch@4.0.3)
|
||||
@@ -2369,7 +2369,7 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/chai': 5.2.3
|
||||
'@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/runner': 3.2.4
|
||||
'@vitest/snapshot': 3.2.4
|
||||
@@ -2387,7 +2387,7 @@ snapshots:
|
||||
tinyglobby: 0.2.15
|
||||
tinypool: 1.1.1
|
||||
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)
|
||||
why-is-node-running: 2.3.0
|
||||
transitivePeerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user