Skip to content

Commit d19fa2a

Browse files
Merge pull request #237 from Web-Dev-Path/chore/upgrade-dependencies
Chore/upgrade dependencies
2 parents 8e95258 + 54a2634 commit d19fa2a

File tree

5 files changed

+4548
-6878
lines changed

5 files changed

+4548
-6878
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.18.0

CHANGELOG.md

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

150150
- Added Faith to 'about us'
151151
- Updated Mariana's title in 'about us'
152+
- Updated outdated dependencies
152153

153154
### Fixed

components/containers/CardColumns/CardColumnsInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { SwiperSlide } from 'swiper/react';
2-
import { Pagination } from 'swiper';
2+
import { Pagination } from 'swiper/modules';
33
import 'swiper/css';
44
import 'swiper/css/pagination';
55
import 'swiper/css/navigation';

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
]
2020
},
2121
"dependencies": {
22-
"@sendgrid/mail": "^7.7.0",
22+
"@sendgrid/mail": "^8.1.5",
2323
"html-entities": "^2.3.2",
24-
"next": "^14.2.20",
24+
"next": "^15.3.2",
2525
"next-pwa": "^5.6.0",
26-
"react": "^18.2.0",
27-
"react-dom": "^18.2.0",
28-
"react-google-recaptcha": "^2.1.0",
26+
"react": "^19.1.0",
27+
"react-dom": "^19.1.0",
28+
"react-google-recaptcha": "^3.1.0",
2929
"react-hook-form": "^7.35.0",
3030
"react-mailchimp-subscribe": "^2.1.3",
3131
"sass": "^1.35.1",
32-
"styled-components": "^5.3.6",
33-
"swiper": "^8.2.2"
32+
"styled-components": "^6.1.18",
33+
"swiper": "^11.2.6"
3434
},
3535
"devDependencies": {
36-
"husky": "^8.0.0",
37-
"lint-staged": "^13.0.3",
38-
"prettier": "^2.7.1",
39-
"prettylint": "^1.0.0",
36+
"husky": "^9.1.7",
37+
"lint-staged": "^16.0.0",
38+
"prettier": "^3.5.3",
39+
"prettylint": "^2.0.0",
4040
"webpack": "^5.88.1"
4141
},
4242
"resolutions": {

0 commit comments

Comments
 (0)