Skip to content

Commit 276df51

Browse files
fix(deps): update react
1 parent 8d36602 commit 276df51

File tree

4 files changed

+65
-457
lines changed

4 files changed

+65
-457
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@
8181
"dedent": "1.7.0",
8282
"express": "4.21.2",
8383
"fast-deep-equal": "3.1.3",
84-
"focus-trap-react": "10.2.3",
84+
"focus-trap-react": "11.0.4",
8585
"gray-matter": "4.0.3",
8686
"helmet": "7.2.0",
8787
"js-yaml": "4.1.0",
8888
"jsonwebtoken": "9.0.2",
8989
"lodash": "4.17.21",
9090
"next": "15.5.6",
9191
"next-seo": "6.8.0",
92-
"react": "18.2.0",
92+
"react": "19.2.0",
9393
"react-clamp-lines": "3.0.3",
94-
"react-dom": "18.2.0",
94+
"react-dom": "19.2.0",
9595
"react-slick": "0.30.0",
9696
"react-transition-group": "4.4.5",
9797
"rehype-format": "5.0.1",
@@ -160,8 +160,8 @@
160160
"@types/jsonwebtoken": "9.0.10",
161161
"@types/lodash": "4.17.20",
162162
"@types/node": "20.19.17",
163-
"@types/react": "18.2.79",
164-
"@types/react-dom": "18.2.25",
163+
"@types/react": "19.2.4",
164+
"@types/react-dom": "19.2.3",
165165
"@types/react-slick": "0.23.13",
166166
"@types/react-swipeable-views": "0.13.6",
167167
"@types/react-transition-group": "4.4.12",

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@jest/types": "29.6.3",
3333
"@types/jest": "29.5.14",
3434
"@types/node": "20.19.17",
35-
"@types/react": "18.2.79",
35+
"@types/react": "19.2.4",
3636
"@types/uuid": "10.0.0",
3737
"@typescript-eslint/eslint-plugin": "7.18.0",
3838
"@typescript-eslint/parser": "7.18.0",

web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
"dayjs": "1.11.18",
6363
"decap-cms-app": "3.0.12",
6464
"fast-deep-equal": "3.1.3",
65-
"focus-trap-react": "10.2.3",
65+
"focus-trap-react": "11.0.4",
6666
"gray-matter": "4.0.3",
6767
"js-yaml": "4.1.0",
6868
"lodash": "4.17.21",
6969
"next": "15.5.6",
7070
"next-seo": "6.8.0",
71-
"react": "18.2.0",
71+
"react": "19.2.0",
7272
"react-clamp-lines": "3.0.3",
73-
"react-dom": "18.2.0",
73+
"react-dom": "19.2.0",
7474
"react-slick": "0.30.0",
7575
"react-transition-group": "4.4.5",
7676
"rehype-format": "5.0.1",
@@ -122,8 +122,8 @@
122122
"@types/js-yaml": "4.0.9",
123123
"@types/lodash": "4.17.20",
124124
"@types/node": "20.19.17",
125-
"@types/react": "18.2.79",
126-
"@types/react-dom": "18.2.25",
125+
"@types/react": "19.2.4",
126+
"@types/react-dom": "19.2.3",
127127
"@types/react-slick": "0.23.13",
128128
"@types/react-swipeable-views": "0.13.6",
129129
"@types/react-transition-group": "4.4.12",

0 commit comments

Comments
 (0)