From 7b11edabfc299e0844f63709552b5a8c59dca9f3 Mon Sep 17 00:00:00 2001 From: Sergey Timoshin Date: Fri, 26 Jan 2024 13:00:13 +0000 Subject: [PATCH] chore: update pnpm to 8.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit pnpm 8.2.0 has issue which prevents to install dependencies: “ WARN  GET https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz error (ERR_INVALID_THIS). Will retry in 1 minute. 1 retries left.” See also: https://github.com/pnpm/pnpm/issues/6424 --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fc5a038..a815542 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ dist .crates test-programs programs/.bin +.idea diff --git a/package.json b/package.json index 3fce077..dad6483 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,5 @@ "@metaplex-foundation/shank-js": "^0.1.5", "typescript": "^4.9.4" }, - "packageManager": "pnpm@8.2.0" + "packageManager": "pnpm@8.14.3" }