mirror of
https://github.com/Xevion/byte-me.git
synced 2025-12-15 02:11:18 -06:00
Compare commits
2 Commits
renovate/n
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba279011f9 | ||
|
|
05413fdd3d |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.12.0
|
||||
node-version: 22.21.1
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install frontend dependencies
|
||||
|
||||
2
.github/workflows/code-quality.yml
vendored
2
.github/workflows/code-quality.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.12.0
|
||||
node-version: 22.21.1
|
||||
cache: pnpm
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 24.12.0
|
||||
node-version: 22.21.1
|
||||
cache: pnpm
|
||||
|
||||
- name: Install Rust toolchain
|
||||
|
||||
2
.github/workflows/security-audit.yml
vendored
2
.github/workflows/security-audit.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: "24.12.0"
|
||||
node-version: "22.21.1"
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
"@tauri-apps/api": "^2.9.0",
|
||||
"@tauri-apps/plugin-opener": "^2.5.2",
|
||||
"lucide-react": "^0.548.0",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"ts-pattern": "^5.9.0"
|
||||
},
|
||||
|
||||
188
pnpm-lock.yaml
generated
188
pnpm-lock.yaml
generated
@@ -10,10 +10,10 @@ 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.3(react@19.2.3))(react@19.2.3)
|
||||
'@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.3(react@19.2.3))(react@19.2.3)
|
||||
'@tailwindcss/vite':
|
||||
specifier: ^4.1.17
|
||||
version: 4.1.17(vite@7.2.7(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0))
|
||||
@@ -25,13 +25,13 @@ importers:
|
||||
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.3)
|
||||
react:
|
||||
specifier: ^19.2.1
|
||||
version: 19.2.1
|
||||
specifier: ^19.2.3
|
||||
version: 19.2.3
|
||||
react-dom:
|
||||
specifier: ^19.2.1
|
||||
version: 19.2.1(react@19.2.1)
|
||||
specifier: ^19.2.3
|
||||
version: 19.2.3(react@19.2.3)
|
||||
tailwindcss:
|
||||
specifier: ^4.1.17
|
||||
version: 4.1.17
|
||||
@@ -1251,10 +1251,10 @@ packages:
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
react-dom@19.2.1:
|
||||
resolution: {integrity: sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==}
|
||||
react-dom@19.2.3:
|
||||
resolution: {integrity: sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==}
|
||||
peerDependencies:
|
||||
react: ^19.2.1
|
||||
react: ^19.2.3
|
||||
|
||||
react-refresh@0.18.0:
|
||||
resolution: {integrity: sha512-QgT5//D3jfjJb6Gsjxv0Slpj23ip+HtOpnNgnb2S5zU3CB26G/IDPGoy4RJB42wzFE46DRsstbW6tKHoKbhAxw==}
|
||||
@@ -1266,8 +1266,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.3:
|
||||
resolution: {integrity: sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
||||
resolve-pkg-maps@1.0.0:
|
||||
@@ -1728,36 +1728,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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@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.3
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@types/d3-color': 3.1.3
|
||||
'@types/d3-scale': 4.0.9
|
||||
'@types/d3-scale-chromatic': 3.1.0
|
||||
@@ -1765,15 +1765,15 @@ snapshots:
|
||||
d3-scale: 4.0.2
|
||||
d3-scale-chromatic: 3.1.0
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3)
|
||||
'@nivo/tooltip': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@types/d3-shape': 3.1.7
|
||||
d3-color: 3.1.0
|
||||
d3-format: 1.4.5
|
||||
@@ -1783,39 +1783,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.3
|
||||
react-virtualized-auto-sizer: 1.0.26(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
use-debounce: 10.0.6(react@19.2.3)
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/text': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@types/d3-scale': 4.0.9
|
||||
d3-scale: 4.0.2
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/axes': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/colors': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/core': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/legends': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@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.3)
|
||||
'@nivo/tooltip': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/voronoi': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@types/d3-shape': 3.1.7
|
||||
d3-shape: 3.2.0
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
@@ -1831,73 +1831,73 @@ 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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
react: 19.2.3
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
'@nivo/theming@0.99.0(react@19.2.1)':
|
||||
'@nivo/theming@0.99.0(react@19.2.3)':
|
||||
dependencies:
|
||||
lodash: 4.17.21
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
|
||||
'@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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@react-spring/web': 10.0.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
react: 19.2.3
|
||||
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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3(react@19.2.3))(react@19.2.3)
|
||||
'@nivo/theming': 0.99.0(react@19.2.3)
|
||||
'@nivo/tooltip': 0.99.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
|
||||
'@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.3
|
||||
transitivePeerDependencies:
|
||||
- react-dom
|
||||
|
||||
'@react-spring/animated@10.0.3(react@19.2.1)':
|
||||
'@react-spring/animated@10.0.3(react@19.2.3)':
|
||||
dependencies:
|
||||
'@react-spring/shared': 10.0.3(react@19.2.1)
|
||||
'@react-spring/shared': 10.0.3(react@19.2.3)
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
|
||||
'@react-spring/core@10.0.3(react@19.2.1)':
|
||||
'@react-spring/core@10.0.3(react@19.2.3)':
|
||||
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.3)
|
||||
'@react-spring/shared': 10.0.3(react@19.2.3)
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react: 19.2.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.3)':
|
||||
dependencies:
|
||||
'@react-spring/rafz': 10.0.3
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react: 19.2.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.3(react@19.2.3))(react@19.2.3)':
|
||||
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.3)
|
||||
'@react-spring/core': 10.0.3(react@19.2.3)
|
||||
'@react-spring/shared': 10.0.3(react@19.2.3)
|
||||
'@react-spring/types': 10.0.3
|
||||
react: 19.2.1
|
||||
react-dom: 19.2.1(react@19.2.1)
|
||||
react: 19.2.3
|
||||
react-dom: 19.2.3(react@19.2.3)
|
||||
|
||||
'@rolldown/pluginutils@1.0.0-beta.53': {}
|
||||
|
||||
@@ -2466,9 +2466,9 @@ snapshots:
|
||||
dependencies:
|
||||
yallist: 3.1.1
|
||||
|
||||
lucide-react@0.548.0(react@19.2.1):
|
||||
lucide-react@0.548.0(react@19.2.3):
|
||||
dependencies:
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
|
||||
magic-string@0.30.21:
|
||||
dependencies:
|
||||
@@ -2496,19 +2496,19 @@ snapshots:
|
||||
|
||||
prettier@3.7.4: {}
|
||||
|
||||
react-dom@19.2.1(react@19.2.1):
|
||||
react-dom@19.2.3(react@19.2.3):
|
||||
dependencies:
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
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.3(react@19.2.3))(react@19.2.3):
|
||||
dependencies:
|
||||
react: 19.2.1
|
||||
react-dom: 19.2.1(react@19.2.1)
|
||||
react: 19.2.3
|
||||
react-dom: 19.2.3(react@19.2.3)
|
||||
|
||||
react@19.2.1: {}
|
||||
react@19.2.3: {}
|
||||
|
||||
resolve-pkg-maps@1.0.0: {}
|
||||
|
||||
@@ -2594,9 +2594,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.3):
|
||||
dependencies:
|
||||
react: 19.2.1
|
||||
react: 19.2.3
|
||||
|
||||
vite-node@3.2.4(jiti@2.6.1)(lightningcss@1.30.2)(tsx@4.21.0):
|
||||
dependencies:
|
||||
|
||||
8
src-tauri/Cargo.lock
generated
8
src-tauri/Cargo.lock
generated
@@ -4098,9 +4098,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
||||
|
||||
[[package]]
|
||||
name = "tauri"
|
||||
version = "2.9.4"
|
||||
version = "2.9.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "15524fc7959bfcaa051ba6d0b3fb1ef18e978de2176c7c6acb977f7fd14d35c7"
|
||||
checksum = "8a3868da5508446a7cd08956d523ac3edf0a8bc20bf7e4038f9a95c2800d2033"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bytes",
|
||||
@@ -4276,9 +4276,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tauri-runtime-wry"
|
||||
version = "2.9.2"
|
||||
version = "2.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7950f3bde6bcca6655bc5e76d3d6ec587ceb81032851ab4ddbe1f508bdea2729"
|
||||
checksum = "187a3f26f681bdf028f796ccf57cf478c1ee422c50128e5a0a6ebeb3f5910065"
|
||||
dependencies = [
|
||||
"gtk",
|
||||
"http",
|
||||
|
||||
@@ -18,7 +18,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
tauri-build = { version = "2.5.3", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.9.4", features = [] }
|
||||
tauri = { version = "2.9.5", features = [] }
|
||||
tauri-plugin-opener = "2.5.2"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
ffprobe = "0.4.0"
|
||||
|
||||
Reference in New Issue
Block a user