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)

authored by

Nathan Kluth and committed by
GitHub
19421cbb 25d114d2

+5 -1
+2 -1
package.json
··· 107 107 "node-fetch": "^3.3.2" 108 108 }, 109 109 "engines": { 110 - "pnpm": ">=9.0.0" 110 + "pnpm": ">=9.0.0", 111 + "node": ">=18.0.0" 111 112 } 112 113 }
+3
packages/site/package.json
··· 56 56 "resolve-from": "^3.0.0", 57 57 "surge": "^0.21.3", 58 58 "webpack": ">=4.4.6" 59 + }, 60 + "engines": { 61 + "node": ">=18.0.0" 59 62 } 60 63 }