Skip to content

Commit 6dbfada

Browse files
Merge pull request #298 from Web-Dev-Path/fix/netlify-deploy-error
fix: Netlify deploy error
2 parents 9200cae + 2c03ad1 commit 6dbfada

4 files changed

Lines changed: 261 additions & 228 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
161161
- Fixed hero images' max-height to align with WDP mockup
162162
- Fixed contact us form position to maintain structure on bigger displays
163163
- Fixed non-interactive form input field bug on Contact Us page
164+
- Bumped Next.js from v15.3.2 to v15.3.8 to fix React server component's vulnerability
164165

165166
### Changed
166167

jsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"@/styles/*": ["styles/*"],
77
"@/hooks/*": ["hooks/*"],
88
"@/utils/*": ["utils/*"]
9-
}
9+
},
10+
"types": []
1011
}
1112
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"dependencies": {
2222
"@sendgrid/mail": "^8.1.5",
2323
"html-entities": "^2.3.2",
24-
"next": "^15.3.2",
24+
"next": "15.3.8",
2525
"next-pwa": "^5.6.0",
2626
"node-mailjet": "^6.0.9",
27-
"react": "^19.1.0",
28-
"react-dom": "^19.1.0",
27+
"react": "19.1.0",
28+
"react-dom": "19.1.0",
2929
"react-google-recaptcha": "^3.1.0",
3030
"react-hook-form": "^7.35.0",
3131
"sass": "^1.35.1",

0 commit comments

Comments
 (0)