File tree Expand file tree Collapse file tree 5 files changed +4548
-6878
lines changed
components/containers/CardColumns Expand file tree Collapse file tree 5 files changed +4548
-6878
lines changed Original file line number Diff line number Diff line change
1
+ 20.18.0
Original file line number Diff line number Diff line change @@ -149,5 +149,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
149
149
150
150
- Added Faith to 'about us'
151
151
- Updated Mariana's title in 'about us'
152
+ - Updated outdated dependencies
152
153
153
154
### Fixed
Original file line number Diff line number Diff line change 1
1
import { SwiperSlide } from 'swiper/react' ;
2
- import { Pagination } from 'swiper' ;
2
+ import { Pagination } from 'swiper/modules ' ;
3
3
import 'swiper/css' ;
4
4
import 'swiper/css/pagination' ;
5
5
import 'swiper/css/navigation' ;
Original file line number Diff line number Diff line change 19
19
]
20
20
},
21
21
"dependencies" : {
22
- "@sendgrid/mail" : " ^7.7.0 " ,
22
+ "@sendgrid/mail" : " ^8.1.5 " ,
23
23
"html-entities" : " ^2.3.2" ,
24
- "next" : " ^14.2.20 " ,
24
+ "next" : " ^15.3.2 " ,
25
25
"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" ,
29
29
"react-hook-form" : " ^7.35.0" ,
30
30
"react-mailchimp-subscribe" : " ^2.1.3" ,
31
31
"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 "
34
34
},
35
35
"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" ,
40
40
"webpack" : " ^5.88.1"
41
41
},
42
42
"resolutions" : {
You can’t perform that action at this time.
0 commit comments