Skip to content

Commit 53c5437

Browse files
committed
fix: restore pnpm-lock using pnpm 10.6.3
1 parent 372aa31 commit 53c5437

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git clone git@github.com:intlayer-org/intlayer.git
1717
#### Installing packages manager
1818

1919
```sh
20-
npm i -g pnpm@10.12.1
20+
npm i -g pnpm@10.6.3
2121
```
2222

2323
#### Installing Dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080
"vite-tsconfig-paths": "^5.1.4",
8181
"vitest": "^3.2.2"
8282
},
83-
"packageManager": "pnpm@10.12.1",
83+
"packageManager": "pnpm@10.6.3",
8484
"engines": {
8585
"node": ">=16.0.0",
8686
"npm": "please-use-pnpm",
87-
"pnpm": "10.12.1",
87+
"pnpm": "10.6.3",
8888
"yarn": "please-use-pnpm"
8989
},
9090
"pnpm": {

0 commit comments

Comments
 (0)