We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372aa31 commit 53c5437Copy full SHA for 53c5437
CONTRIBUTING.md
@@ -17,7 +17,7 @@ git clone git@github.com:intlayer-org/intlayer.git
17
#### Installing packages manager
18
19
```sh
20
-npm i -g pnpm@10.12.1
+npm i -g pnpm@10.6.3
21
```
22
23
#### Installing Dependencies
package.json
@@ -80,11 +80,11 @@
80
"vite-tsconfig-paths": "^5.1.4",
81
"vitest": "^3.2.2"
82
},
83
- "packageManager": "pnpm@10.12.1",
+ "packageManager": "pnpm@10.6.3",
84
"engines": {
85
"node": ">=16.0.0",
86
"npm": "please-use-pnpm",
87
- "pnpm": "10.12.1",
+ "pnpm": "10.6.3",
88
"yarn": "please-use-pnpm"
89
90
"pnpm": {
0 commit comments