Skip to content

Commit a7ed956

Browse files
chore(deps): bump the react group across 1 directory with 2 updates
Bumps the react group with 2 updates in the / directory: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). Updates `react` from 19.2.5 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react) Updates `react-dom` from 19.2.5 to 19.2.6 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom) --- updated-dependencies: - dependency-name: react dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-dom dependency-version: 19.2.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ef0f23 commit a7ed956

13 files changed

Lines changed: 102 additions & 102 deletions

File tree

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.2.5",
12-
"react-dom": "^19.2.5"
11+
"react": "^19.2.6",
12+
"react-dom": "^19.2.6"
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
@@ -28,8 +28,8 @@
2828
"expo-symbols": "~56.0.5",
2929
"expo-system-ui": "~56.0.5",
3030
"expo-web-browser": "~56.0.5",
31-
"react": "^19.2.5",
32-
"react-dom": "^19.2.5",
31+
"react": "^19.2.6",
32+
"react-dom": "^19.2.6",
3333
"react-native": "^0.85.3",
3434
"react-native-gesture-handler": "~2.30.0",
3535
"react-native-reanimated": "~4.3.1",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.28.0",
44-
"@types/react": "^19.2.14",
44+
"@types/react": "^19.2.15",
4545
"eslint": "^8.56.0",
4646
"eslint-config-expo": "~56.0.4",
4747
"eslint-import-resolver-typescript": "^4.4.4",

examples/guide-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"dependencies": {
1313
"@knocklabs/client": "workspace:^",
1414
"@knocklabs/react": "workspace:^",
15-
"react": "^19.2.5",
16-
"react-dom": "^19.2.5",
15+
"react": "^19.2.6",
16+
"react-dom": "^19.2.6",
1717
"react-router": "^7.6.3"
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "^9.9.0",
21-
"@types/react": "^19.2.14",
22-
"@types/react-dom": "^19.1.6",
21+
"@types/react": "^19.2.15",
22+
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^4.5.1",
2424
"eslint": "^8.56.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@knocklabs/react": "0.11.22",
1515
"jsonwebtoken": "^9.0.3",
1616
"next": "15.3.6",
17-
"react": "^19.2.5",
18-
"react-dom": "^19.2.5"
17+
"react": "^19.2.6",
18+
"react-dom": "^19.2.6"
1919
},
2020
"devDependencies": {
2121
"@types/jsonwebtoken": "^9.0.10",
2222
"@types/node": "^24",
23-
"@types/react": "^19.2.14",
24-
"@types/react-dom": "^19.1.6",
23+
"@types/react": "^19.2.15",
24+
"@types/react-dom": "^19.2.3",
2525
"eslint": "^8.56.0",
2626
"eslint-config-next": "15.4.6",
2727
"typescript": "^5.8.3"

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

Lines changed: 4 additions & 4 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.2.5",
30-
"react-dom": "^19.2.5",
29+
"react": "^19.2.6",
30+
"react-dom": "^19.2.6",
3131
"react-icons": "^5.4.0",
3232
"sonner": "^2.0.7",
3333
"swr": "^2.4.1",
@@ -40,8 +40,8 @@
4040
"@next/eslint-plugin-next": "^15.3.1",
4141
"@types/eslint": "^8.44.7",
4242
"@types/node": "^24",
43-
"@types/react": "^19.2.14",
44-
"@types/react-dom": "^19.1.6",
43+
"@types/react": "^19.2.15",
44+
"@types/react-dom": "^19.2.3",
4545
"@types/uuid": "^10.0.0",
4646
"eslint": "^8.56.0",
4747
"eslint-config-next": "15.4.6",

examples/nextjs-example/package.json

Lines changed: 4 additions & 4 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.2.5",
32-
"react-dom": "^19.2.5",
31+
"react": "^19.2.6",
32+
"react-dom": "^19.2.6",
3333
"react-icons": "^5.4.0",
3434
"sonner": "^2.0.7",
3535
"swr": "^2.4.1",
@@ -41,8 +41,8 @@
4141
"@next/eslint-plugin-next": "^15.3.1",
4242
"@types/eslint": "^8.44.7",
4343
"@types/node": "^24",
44-
"@types/react": "^19.2.14",
45-
"@types/react-dom": "^19.1.6",
44+
"@types/react": "^19.2.15",
45+
"@types/react-dom": "^19.2.3",
4646
"@types/uuid": "^10.0.0",
4747
"eslint": "^8.56.0",
4848
"typescript": "^5.8.3"

examples/slack-connect-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@knocklabs/react": "0.11.22",
1515
"jsonwebtoken": "^9.0.3",
1616
"next": "15.3.6",
17-
"react": "^19.2.5",
18-
"react-dom": "^19.2.5"
17+
"react": "^19.2.6",
18+
"react-dom": "^19.2.6"
1919
},
2020
"devDependencies": {
2121
"@types/jsonwebtoken": "^9.0.10",
2222
"@types/node": "^24",
23-
"@types/react": "^19.2.14",
24-
"@types/react-dom": "^19.1.6",
23+
"@types/react": "^19.2.15",
24+
"@types/react-dom": "^19.2.3",
2525
"eslint": "^8.56.0",
2626
"eslint-config-next": "15.4.6",
2727
"typescript": "^5.8.3"

examples/slack-kit-example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@knocklabs/react": "0.11.22",
1616
"jsonwebtoken": "^9.0.3",
1717
"next": "15.3.6",
18-
"react": "^19.2.5",
19-
"react-dom": "^19.2.5"
18+
"react": "^19.2.6",
19+
"react-dom": "^19.2.6"
2020
},
2121
"devDependencies": {
2222
"@tailwindcss/postcss": "^4.3.0",
2323
"@types/node": "^24",
24-
"@types/react": "^19.2.14",
25-
"@types/react-dom": "^19.1.6",
24+
"@types/react": "^19.2.15",
25+
"@types/react-dom": "^19.2.3",
2626
"eslint": "^8.56.0",
2727
"eslint-config-next": "15.4.6",
2828
"postcss": "^8",

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": "^2.0.1",
6363
"@testing-library/jest-dom": "^6.8.0",
6464
"@testing-library/react": "^16.3.2",
65-
"@types/react": "^19.2.14",
65+
"@types/react": "^19.2.15",
6666
"@types/react-native-htmlview": "^0.16.6",
6767
"@typescript-eslint/eslint-plugin": "^8.59.4",
6868
"@typescript-eslint/parser": "^8.59.4",
@@ -75,7 +75,7 @@
7575
"expo-device": "~56.0.4",
7676
"expo-notifications": "~56.0.14",
7777
"jsdom": "^29.1.0",
78-
"react": "^19.2.5",
78+
"react": "^19.2.6",
7979
"react-native": "^0.85.3",
8080
"react-native-gesture-handler": "~2.30.0",
8181
"rimraf": "^6.0.1",

packages/react-core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"@codecov/vite-plugin": "^2.0.1",
5858
"@testing-library/dom": "^10.4.1",
5959
"@testing-library/react": "^16.3.2",
60-
"@types/react": "^19.2.14",
61-
"@types/react-dom": "^19.1.6",
60+
"@types/react": "^19.2.15",
61+
"@types/react-dom": "^19.2.3",
6262
"@typescript-eslint/eslint-plugin": "^8.59.4",
6363
"@typescript-eslint/parser": "^8.59.4",
6464
"@vitejs/plugin-react": "^4.5.1",
@@ -67,8 +67,8 @@
6767
"eslint-plugin-react-hooks": "^5.2.0",
6868
"eslint-plugin-react-refresh": "^0.5.2",
6969
"jsdom": "^29.1.0",
70-
"react": "^19.2.5",
71-
"react-dom": "^19.2.5",
70+
"react": "^19.2.6",
71+
"react-dom": "^19.2.6",
7272
"rimraf": "^6.0.1",
7373
"rollup-plugin-execute": "^1.1.1",
7474
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)