Skip to content

Commit b6577a8

Browse files
authored
Merge branch 'main' into chore/footer-revamp-social-media
2 parents a8ca399 + b1168b4 commit b6577a8

File tree

3 files changed

+410
-393
lines changed

3 files changed

+410
-393
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5454
- components folder structure
5555
- relative to absolute imports with aliases
5656
- updated to React 18 and Next.js latest
57-
- Footer styling update + social media icons
57+
- footer styling update + social media icons

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)