Alpha 0.2.12 (#2382)

* pnpm

* alpha 0.2.12

* make pnpm version non strict
This commit is contained in:
Utku
2024-04-24 10:25:22 -04:00
committed by GitHub
parent 0b6bd050a0
commit 3bed56d4d9
7 changed files with 6 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9.0.2
version: 9.0.6
- name: Install Node.js
uses: actions/setup-node@v4

View File

@@ -91,7 +91,7 @@ If you encounter any issues, ensure that you are using the following versions of
- Rust version: **1.75**
- Node version: **18.18**
- Pnpm version: **9.0.2**
- Pnpm version: **9.0.6**
After cleaning out your build artifacts using `pnpm clean`, `git clean`, or `cargo clean`, it is necessary to re-run the `setup-system` script.

BIN
Cargo.lock generated
View File

Binary file not shown.

View File

@@ -1,6 +1,6 @@
[package]
name = "sd-desktop"
version = "0.2.11"
version = "0.2.12"
description = "The universal file manager."
authors = ["Spacedrive Technology Inc <support@spacedrive.com>"]
default-run = "sd-desktop"

View File

@@ -1,6 +1,6 @@
[package]
name = "sd-core"
version = "0.2.11"
version = "0.2.12"
description = "Virtual distributed filesystem engine that powers Spacedrive."
authors = ["Spacedrive Technology Inc."]
rust-version = "1.75.0"

View File

@@ -67,5 +67,6 @@
"eslintConfig": {
"root": true
},
"packageManager": "pnpm@9.0.2"
"packageManager": "pnpm@9.0.6",
"engineStrict": false
}

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.