Skip to content

Commit a028d37

Browse files
committed
clean up dependencies
1 parent 912ed12 commit a028d37

File tree

3 files changed

+35
-20
lines changed

3 files changed

+35
-20
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"pnpm": {
4343
"patchedDependencies": {
4444
45-
},
46-
"overrides": {
47-
"rimraf": "^6.0.0"
4845
}
46+
},
47+
"overrides": {
48+
"rimraf": "^6.0.0"
4949
}
5050
}

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "CLI for building for and deploying to The Graph",
66
"license": "(Apache-2.0 OR MIT)",
77
"engines": {
8-
"node": ">=18"
8+
"node": ">=20.18.1"
99
},
1010
"bin": {
1111
"graph": "bin/run.js"

pnpm-lock.yaml

Lines changed: 31 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)