summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Randall <ran.dall@icloud.com> 2022-07-13 14:06:37 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-13 17:06:37 -0400
commitb48767985359bd359df8071324952ea5f2bc0d86 (patch)
tree1d21ec490fd3043847bb7ce9401a807be5826c2b /packages/integrations/react
parentaa2ac8788144f53ddd99ea4b80a4c82bf3059a40 (diff)
downloadastro-b48767985359bd359df8071324952ea5f2bc0d86.tar.gz
astro-b48767985359bd359df8071324952ea5f2bc0d86.tar.zst
astro-b48767985359bd359df8071324952ea5f2bc0d86.zip
Rollback Nodejs Dependancy (#3914)
* Rollback Nodejs Dependancy Closes #3908 Signed-off-by: Randall T. Vasquez <ran.dall@icloud.com> * Create ninety-apes-talk.md
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index e4d2da231..886f1cf1f 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -49,6 +49,6 @@
"react-dom": "^17.0.2 || ^18.0.0"
},
"engines": {
- "node": "^14.20.0 || >=16.16.0"
+ "node": "^14.20.0 || >=16.14.0"
}
}