summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2022-07-11 11:32:53 -0500
committerGravatar GitHub <noreply@github.com> 2022-07-11 11:32:53 -0500
commit1cc5b78905633608e5b07ad291f916f54e67feb1 (patch)
treeec6fa9cfedd7e7d106922884506ec7819aa3aa81 /packages/integrations/react
parentcb6a973839450dea1705407e1060919c946cca99 (diff)
downloadastro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.gz
astro-1cc5b78905633608e5b07ad291f916f54e67feb1.tar.zst
astro-1cc5b78905633608e5b07ad291f916f54e67feb1.zip
fix(#3071): update supported node versions (#3871)
Co-authored-by: Nate Moore <nate@astro.build>
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 adf014c4e..c03e132e9 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.15.0 || >=16.0.0"
+ "node": "^14.20.0 || >=16.16.0"
}
}