Skip to content

Commit b1168b4

Browse files
Merge pull request #115 from Web-Dev-Path/chore/react-18
Chore/React 18
2 parents 68083f6 + 7c856a4 commit b1168b4

File tree

3 files changed

+410
-392
lines changed

3 files changed

+410
-392
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5656

5757
- components folder structure
5858
- relative to absolute imports with aliases
59+
- updated to React 18 and Next.js latest

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"html-entities": "^2.3.2",
15-
"next": "^12.0.10",
15+
"next": "^12.2.2",
1616
"next-pwa": "^5.5.4",
17-
"react": "17.0.1",
18-
"react-dom": "17.0.1",
17+
"react": "^18.2.0",
18+
"react-dom": "^18.2.0",
1919
"react-google-recaptcha": "^2.1.0",
2020
"react-mailchimp-subscribe": "^2.1.3",
2121
"sass": "^1.35.1",

0 commit comments

Comments
 (0)