mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
Fix app from not starting due to missing solid-refresh and bump version to 0.2.0 (#1972)
* deps: add `solid-refresh` to `interface` * bump `core` and `desktop` to `0.2.0`
This commit is contained in:
BIN
Cargo.lock
generated
BIN
Cargo.lock
generated
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sd-desktop"
|
||||
version = "0.1.4"
|
||||
version = "0.2.0"
|
||||
description = "The universal file manager."
|
||||
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
|
||||
default-run = "sd-desktop"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "sd-core"
|
||||
version = "0.1.4"
|
||||
version = "0.2.0"
|
||||
description = "Virtual distributed filesystem engine that powers Spacedrive."
|
||||
authors = ["Spacedrive Technology Inc."]
|
||||
rust-version = "1.73.0"
|
||||
|
||||
@@ -61,6 +61,7 @@
|
||||
"remix-params-helper": "^0.4.10",
|
||||
"rooks": "^7.14.1",
|
||||
"solid-js": "^1.8.8",
|
||||
"solid-refresh": "^0.6.3",
|
||||
"use-count-up": "^3.0.1",
|
||||
"use-debounce": "^9.0.4",
|
||||
"use-resize-observer": "^9.1.0",
|
||||
|
||||
BIN
pnpm-lock.yaml
generated
BIN
pnpm-lock.yaml
generated
Binary file not shown.
Reference in New Issue
Block a user