diff --git a/.github/actions/setup-pnpm/action.yml b/.github/actions/setup-pnpm/action.yml index 48eabd767..89cda1ffc 100644 --- a/.github/actions/setup-pnpm/action.yml +++ b/.github/actions/setup-pnpm/action.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23a27b2da..bfa3857ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/Cargo.lock b/Cargo.lock index 6f1c61d30..546521aa1 100644 Binary files a/Cargo.lock and b/Cargo.lock differ diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index 73b053dc0..63088ca34 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -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 "] default-run = "sd-desktop" diff --git a/core/Cargo.toml b/core/Cargo.toml index e6c75fcfd..a903678af 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/package.json b/package.json index 90a6c5ecb..0da060fd0 100644 --- a/package.json +++ b/package.json @@ -67,5 +67,6 @@ "eslintConfig": { "root": true }, - "packageManager": "pnpm@9.0.2" + "packageManager": "pnpm@9.0.6", + "engineStrict": false } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a251aaf00..28715774e 100644 Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ