Skip to content

Commit 9dd46eb

Browse files
chore(deps): bump react and @types/react (#952)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61d5a61 commit 9dd46eb

14 files changed

Lines changed: 96 additions & 91 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ updates:
1313
telegraph-packages:
1414
patterns:
1515
- "@telegraph/*"
16+
# Keep react and react-dom on the same version (they must stay aligned).
17+
react:
18+
patterns:
19+
- "react"
20+
- "react-dom"
1621
ignore:
1722
# nanoid >3 drops support for cjs
1823
- dependency-name: "nanoid"

examples/client-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"@testing-library/jest-dom": "^6.8.0",
99
"@testing-library/react": "^16.3.2",
1010
"@testing-library/user-event": "^14.5.2",
11-
"react": "^19.0.0",
12-
"react-dom": "^19.0.0"
11+
"react": "^19.2.5",
12+
"react-dom": "^19.2.5"
1313
},
1414
"scripts": {
1515
"dev": "vite --port 3001",

examples/expo-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"expo-symbols": "~55.0.5",
3232
"expo-system-ui": "~55.0.11",
3333
"expo-web-browser": "~55.0.10",
34-
"react": "^19.0.0",
35-
"react-dom": "^19.0.0",
34+
"react": "^19.2.5",
35+
"react-dom": "^19.2.5",
3636
"react-native": "^0.83.4",
3737
"react-native-gesture-handler": "~2.30.0",
3838
"react-native-reanimated": "~4.2.1",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.28.0",
47-
"@types/react": "^19.1.8",
47+
"@types/react": "^19.2.14",
4848
"eslint": "^8.56.0",
4949
"eslint-config-expo": "~55.0.0",
5050
"eslint-import-resolver-typescript": "^4.4.4",

examples/guide-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@knocklabs/client": "workspace:^",
1414
"@knocklabs/react": "workspace:^",
15-
"react": "^19.0.0",
16-
"react-dom": "^19.0.0",
15+
"react": "^19.2.5",
16+
"react-dom": "^19.2.5",
1717
"react-router": "^7.6.3"
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "^9.9.0",
21-
"@types/react": "^19.1.8",
21+
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.1.6",
2323
"@vitejs/plugin-react": "^4.5.1",
2424
"eslint": "^8.56.0",

examples/ms-teams-connect-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@knocklabs/react": "0.11.15",
1515
"jsonwebtoken": "^9.0.2",
1616
"next": "15.3.6",
17-
"react": "^19.0.0",
18-
"react-dom": "^19.0.0"
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5"
1919
},
2020
"devDependencies": {
2121
"@types/jsonwebtoken": "^9.0.10",
2222
"@types/node": "^24",
23-
"@types/react": "^19.1.8",
23+
"@types/react": "^19.2.14",
2424
"@types/react-dom": "^19.1.6",
2525
"eslint": "^8.56.0",
2626
"eslint-config-next": "15.4.6",

examples/nextjs-app-dir-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"framer-motion": "^12.38.0",
2727
"next": "npm:next@15.3.6",
2828
"next-seo": "^6.8.0",
29-
"react": "^19.0.0",
30-
"react-dom": "^19.0.0",
29+
"react": "^19.2.5",
30+
"react-dom": "^19.2.5",
3131
"react-icons": "^5.4.0",
3232
"sonner": "^2.0.6",
3333
"swr": "^2.4.0",
@@ -40,7 +40,7 @@
4040
"@next/eslint-plugin-next": "^15.3.1",
4141
"@types/eslint": "^8.44.7",
4242
"@types/node": "^24",
43-
"@types/react": "^19.1.8",
43+
"@types/react": "^19.2.14",
4444
"@types/react-dom": "^19.1.6",
4545
"@types/uuid": "^10.0.0",
4646
"eslint": "^8.56.0",

examples/nextjs-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"framer-motion": "^12.38.0",
2929
"next": "15.3.6",
3030
"next-seo": "^6.8.0",
31-
"react": "^19.0.0",
32-
"react-dom": "^19.0.0",
31+
"react": "^19.2.5",
32+
"react-dom": "^19.2.5",
3333
"react-icons": "^5.4.0",
3434
"sonner": "^2.0.6",
3535
"swr": "^2.4.0",
@@ -41,7 +41,7 @@
4141
"@next/eslint-plugin-next": "^15.3.1",
4242
"@types/eslint": "^8.44.7",
4343
"@types/node": "^24",
44-
"@types/react": "^19.1.8",
44+
"@types/react": "^19.2.14",
4545
"@types/react-dom": "^19.1.6",
4646
"@types/uuid": "^10.0.0",
4747
"eslint": "^8.56.0",

examples/slack-connect-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"@knocklabs/react": "0.11.15",
1515
"jsonwebtoken": "^9.0.2",
1616
"next": "15.3.6",
17-
"react": "^19.0.0",
18-
"react-dom": "^19.0.0"
17+
"react": "^19.2.5",
18+
"react-dom": "^19.2.5"
1919
},
2020
"devDependencies": {
2121
"@types/jsonwebtoken": "^9.0.10",
2222
"@types/node": "^24",
23-
"@types/react": "^19.1.8",
23+
"@types/react": "^19.2.14",
2424
"@types/react-dom": "^19.1.6",
2525
"eslint": "^8.56.0",
2626
"eslint-config-next": "15.4.6",

examples/slack-kit-example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@knocklabs/react": "0.11.15",
1616
"jsonwebtoken": "^9.0.2",
1717
"next": "15.3.6",
18-
"react": "^19.0.0",
19-
"react-dom": "^19.0.0"
18+
"react": "^19.2.5",
19+
"react-dom": "^19.2.5"
2020
},
2121
"devDependencies": {
2222
"@tailwindcss/postcss": "^4.1.18",
2323
"@types/node": "^24",
24-
"@types/react": "^19.1.8",
24+
"@types/react": "^19.2.14",
2525
"@types/react-dom": "^19.1.6",
2626
"eslint": "^8.56.0",
2727
"eslint-config-next": "15.4.6",

packages/expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@codecov/vite-plugin": "^1.9.1",
6363
"@testing-library/jest-dom": "^6.8.0",
6464
"@testing-library/react": "^16.3.2",
65-
"@types/react": "^19.1.8",
65+
"@types/react": "^19.2.14",
6666
"@types/react-native-htmlview": "^0.16.6",
6767
"@typescript-eslint/eslint-plugin": "^8.32.0",
6868
"@typescript-eslint/parser": "^8.58.0",
@@ -75,7 +75,7 @@
7575
"expo-device": "~55.0.10",
7676
"expo-notifications": "~55.0.16",
7777
"jsdom": "^27.1.0",
78-
"react": "^19.0.0",
78+
"react": "^19.2.5",
7979
"react-native": "^0.83.4",
8080
"react-native-gesture-handler": "~2.30.0",
8181
"rimraf": "^6.0.1",

0 commit comments

Comments
 (0)