Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.

chore: Engines node version (#3739)

Changed files
+5 -1
packages
+2 -1
package.json
···
"node-fetch": "^3.3.2"
},
"engines": {
-
"pnpm": ">=9.0.0"
}
}
···
"node-fetch": "^3.3.2"
},
"engines": {
+
"pnpm": ">=9.0.0",
+
"node": ">=18.0.0"
}
}
+3
packages/site/package.json
···
"resolve-from": "^3.0.0",
"surge": "^0.21.3",
"webpack": ">=4.4.6"
}
}
···
"resolve-from": "^3.0.0",
"surge": "^0.21.3",
"webpack": ">=4.4.6"
+
},
+
"engines": {
+
"node": ">=18.0.0"
}
}