We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68083f6 + 7c856a4 commit b1168b4Copy full SHA for b1168b4
CHANGELOG.md
@@ -56,3 +56,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
56
57
- components folder structure
58
- relative to absolute imports with aliases
59
+- updated to React 18 and Next.js latest
package.json
@@ -12,10 +12,10 @@
12
},
13
"dependencies": {
14
"html-entities": "^2.3.2",
15
- "next": "^12.0.10",
+ "next": "^12.2.2",
16
"next-pwa": "^5.5.4",
17
- "react": "17.0.1",
18
- "react-dom": "17.0.1",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
19
"react-google-recaptcha": "^2.1.0",
20
"react-mailchimp-subscribe": "^2.1.3",
21
"sass": "^1.35.1",
0 commit comments