From 48478da32b86cb36f3123d7f024a0e16f0a4821d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:12:27 +0000 Subject: [PATCH] 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] --- examples/client-example/package.json | 4 +- examples/expo-example/package.json | 4 +- examples/guide-example/package.json | 6 +- .../ms-teams-connect-example/package.json | 6 +- examples/nextjs-app-dir-example/package.json | 6 +- examples/nextjs-example/package.json | 6 +- examples/slack-connect-example/package.json | 6 +- examples/slack-kit-example/package.json | 6 +- packages/expo/package.json | 2 +- packages/react-core/package.json | 6 +- packages/react-native/package.json | 4 +- packages/react/package.json | 6 +- yarn.lock | 90 +++++++++---------- 13 files changed, 76 insertions(+), 76 deletions(-) diff --git a/examples/client-example/package.json b/examples/client-example/package.json index 00c93a88e..9f4efc4e4 100644 --- a/examples/client-example/package.json +++ b/examples/client-example/package.json @@ -8,8 +8,8 @@ "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.5.2", - "react": "^19.2.5", - "react-dom": "^19.2.5" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "scripts": { "dev": "vite --port 3001", diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index b0915f256..00d476236 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -31,8 +31,8 @@ "expo-symbols": "~55.0.5", "expo-system-ui": "~55.0.11", "expo-web-browser": "~55.0.10", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-native": "^0.83.4", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "~4.2.1", diff --git a/examples/guide-example/package.json b/examples/guide-example/package.json index cec5aeb09..7da4a457e 100644 --- a/examples/guide-example/package.json +++ b/examples/guide-example/package.json @@ -12,14 +12,14 @@ "dependencies": { "@knocklabs/client": "workspace:^", "@knocklabs/react": "workspace:^", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-router": "^7.6.3" }, "devDependencies": { "@eslint/js": "^9.9.0", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^4.5.1", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^5.2.0", diff --git a/examples/ms-teams-connect-example/package.json b/examples/ms-teams-connect-example/package.json index 8be65d233..808c141c7 100644 --- a/examples/ms-teams-connect-example/package.json +++ b/examples/ms-teams-connect-example/package.json @@ -14,14 +14,14 @@ "@knocklabs/react": "0.11.22", "jsonwebtoken": "^9.0.3", "next": "15.3.6", - "react": "^19.2.5", - "react-dom": "^19.2.5" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "eslint": "^8.56.0", "eslint-config-next": "15.4.6", "typescript": "^5.8.3" diff --git a/examples/nextjs-app-dir-example/package.json b/examples/nextjs-app-dir-example/package.json index ff0e070ec..e0ae76420 100644 --- a/examples/nextjs-app-dir-example/package.json +++ b/examples/nextjs-app-dir-example/package.json @@ -26,8 +26,8 @@ "framer-motion": "^12.38.0", "next": "npm:next@15.3.6", "next-seo": "^6.8.0", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-icons": "^5.4.0", "sonner": "^2.0.7", "swr": "^2.4.1", @@ -41,7 +41,7 @@ "@types/eslint": "^8.44.7", "@types/node": "^24", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "@types/uuid": "^10.0.0", "eslint": "^8.56.0", "eslint-config-next": "15.4.6", diff --git a/examples/nextjs-example/package.json b/examples/nextjs-example/package.json index 2490f4f16..32f733a07 100644 --- a/examples/nextjs-example/package.json +++ b/examples/nextjs-example/package.json @@ -28,8 +28,8 @@ "framer-motion": "^12.38.0", "next": "15.3.6", "next-seo": "^6.8.0", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-icons": "^5.4.0", "sonner": "^2.0.7", "swr": "^2.4.1", @@ -42,7 +42,7 @@ "@types/eslint": "^8.44.7", "@types/node": "^24", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "@types/uuid": "^10.0.0", "eslint": "^8.56.0", "typescript": "^5.8.3" diff --git a/examples/slack-connect-example/package.json b/examples/slack-connect-example/package.json index 1ac30e6e1..d022f3204 100644 --- a/examples/slack-connect-example/package.json +++ b/examples/slack-connect-example/package.json @@ -14,14 +14,14 @@ "@knocklabs/react": "0.11.22", "jsonwebtoken": "^9.0.3", "next": "15.3.6", - "react": "^19.2.5", - "react-dom": "^19.2.5" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "eslint": "^8.56.0", "eslint-config-next": "15.4.6", "typescript": "^5.8.3" diff --git a/examples/slack-kit-example/package.json b/examples/slack-kit-example/package.json index c89f87eb4..1fb9e8b84 100644 --- a/examples/slack-kit-example/package.json +++ b/examples/slack-kit-example/package.json @@ -15,14 +15,14 @@ "@knocklabs/react": "0.11.22", "jsonwebtoken": "^9.0.3", "next": "15.3.6", - "react": "^19.2.5", - "react-dom": "^19.2.5" + "react": "^19.2.6", + "react-dom": "^19.2.6" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.0", "@types/node": "^24", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "eslint": "^8.56.0", "eslint-config-next": "15.4.6", "postcss": "^8", diff --git a/packages/expo/package.json b/packages/expo/package.json index dd3b37c8e..3dd7feab8 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -75,7 +75,7 @@ "expo-device": "~55.0.10", "expo-notifications": "~55.0.16", "jsdom": "^29.1.0", - "react": "^19.2.5", + "react": "^19.2.6", "react-native": "^0.83.4", "react-native-gesture-handler": "~2.30.0", "rimraf": "^6.0.1", diff --git a/packages/react-core/package.json b/packages/react-core/package.json index 881b36089..f6c6e9fd1 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -58,7 +58,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.58.0", "@vitejs/plugin-react": "^4.5.1", @@ -67,8 +67,8 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.2", "jsdom": "^29.1.0", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "rimraf": "^6.0.1", "rollup-plugin-execute": "^1.1.1", "typescript": "^5.8.3", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index e90300392..80ea2325b 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -63,8 +63,8 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.5.2", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-native": "^0.83.4", "react-native-gesture-handler": "~2.30.0", "rimraf": "^6.0.1", diff --git a/packages/react/package.json b/packages/react/package.json index 003e77daa..e5b12a386 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -101,7 +101,7 @@ "@types/eslint-plugin-jsx-a11y": "^6", "@types/lodash.debounce": "^4.0.9", "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.58.0", "@vitejs/plugin-react": "^4.5.1", @@ -112,8 +112,8 @@ "eslint-plugin-react-refresh": "^0.5.2", "jsdom": "^29.1.0", "next": "15.3.6", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "rimraf": "^6.0.1", "rollup-plugin-execute": "^1.1.1", "rollup-preserve-directives": "^1.1.3", diff --git a/yarn.lock b/yarn.lock index ce29846e3..a9bcde4aa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4546,8 +4546,8 @@ __metadata: expo-symbols: "npm:~55.0.5" expo-system-ui: "npm:~55.0.11" expo-web-browser: "npm:~55.0.10" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" react-native: "npm:^0.83.4" react-native-gesture-handler: "npm:~2.30.0" react-native-reanimated: "npm:~4.2.1" @@ -4583,7 +4583,7 @@ __metadata: expo-device: "npm:~55.0.10" expo-notifications: "npm:~55.0.16" jsdom: "npm:^29.1.0" - react: "npm:^19.2.5" + react: "npm:^19.2.6" react-native: "npm:^0.83.4" react-native-gesture-handler: "npm:~2.30.0" react-native-render-html: "npm:^6.3.4" @@ -4655,7 +4655,7 @@ __metadata: "@testing-library/dom": "npm:^10.4.1" "@testing-library/react": "npm:^16.3.2" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" "@typescript-eslint/eslint-plugin": "npm:^8.32.0" "@typescript-eslint/parser": "npm:^8.58.0" "@vitejs/plugin-react": "npm:^4.5.1" @@ -4666,8 +4666,8 @@ __metadata: eslint-plugin-react-refresh: "npm:^0.5.2" fast-deep-equal: "npm:^3.1.3" jsdom: "npm:^29.1.0" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" rimraf: "npm:^6.0.1" rollup-plugin-execute: "npm:^1.1.1" swr: "npm:^2.4.1" @@ -4697,8 +4697,8 @@ __metadata: eslint: "npm:^8.56.0" eslint-plugin-react-hooks: "npm:^5.2.0" eslint-plugin-react-refresh: "npm:^0.5.2" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" react-native: "npm:^0.83.4" react-native-gesture-handler: "npm:~2.30.0" react-native-get-random-values: "npm:^1.11.0" @@ -4744,7 +4744,7 @@ __metadata: "@types/eslint-plugin-jsx-a11y": "npm:^6" "@types/lodash.debounce": "npm:^4.0.9" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" "@typescript-eslint/eslint-plugin": "npm:^8.32.0" "@typescript-eslint/parser": "npm:^8.58.0" "@vitejs/plugin-react": "npm:^4.5.1" @@ -4758,8 +4758,8 @@ __metadata: lodash.debounce: "npm:^4.0.8" lucide-react: "npm:^0.544.0" next: "npm:15.3.6" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" rimraf: "npm:^6.0.1" rollup-plugin-execute: "npm:^1.1.1" rollup-preserve-directives: "npm:^1.1.3" @@ -8127,12 +8127,12 @@ __metadata: languageName: node linkType: hard -"@types/react-dom@npm:^19.1.6": - version: 19.1.6 - resolution: "@types/react-dom@npm:19.1.6" +"@types/react-dom@npm:^19.2.3": + version: 19.2.3 + resolution: "@types/react-dom@npm:19.2.3" peerDependencies: - "@types/react": ^19.0.0 - checksum: 10c0/7ba74eee2919e3f225e898b65fdaa16e54952aaf9e3472a080ddc82ca54585e46e60b3c52018d21d4b7053f09d27b8293e9f468b85f9932ff452cd290cc131e8 + "@types/react": ^19.2.0 + checksum: 10c0/b486ebe0f4e2fb35e2e108df1d8fc0927ca5d6002d5771e8a739de11239fe62d0e207c50886185253c99eb9dedfeeb956ea7429e5ba17f6693c7acb4c02f8cd1 languageName: node linkType: hard @@ -10815,8 +10815,8 @@ __metadata: "@vitejs/plugin-react-swc": "npm:^4.3.0" jsdom: "npm:^29.1.0" prettier: "npm:^3.5.3" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" vite: "npm:^5.4.19" vitest: "npm:^3.2.4" languageName: unknown @@ -14123,14 +14123,14 @@ __metadata: "@knocklabs/client": "workspace:^" "@knocklabs/react": "workspace:^" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" "@vitejs/plugin-react": "npm:^4.5.1" eslint: "npm:^8.56.0" eslint-plugin-react-hooks: "npm:^5.2.0" eslint-plugin-react-refresh: "npm:^0.5.2" globals: "npm:^16.0.0" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" react-router: "npm:^7.6.3" typescript: "npm:^5.8.3" typescript-eslint: "npm:^8.59.4" @@ -17011,13 +17011,13 @@ __metadata: "@types/jsonwebtoken": "npm:^9.0.10" "@types/node": "npm:^24" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" eslint: "npm:^8.56.0" eslint-config-next: "npm:15.4.6" jsonwebtoken: "npm:^9.0.3" next: "npm:15.3.6" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" typescript: "npm:^5.8.3" languageName: unknown linkType: soft @@ -17209,15 +17209,15 @@ __metadata: "@types/eslint": "npm:^8.44.7" "@types/node": "npm:^24" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" "@types/uuid": "npm:^10.0.0" eslint: "npm:^8.56.0" eslint-config-next: "npm:15.4.6" framer-motion: "npm:^12.38.0" next: "npm:next@15.3.6" next-seo: "npm:^6.8.0" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" react-icons: "npm:^5.4.0" sonner: "npm:^2.0.7" swr: "npm:^2.4.1" @@ -17250,14 +17250,14 @@ __metadata: "@types/eslint": "npm:^8.44.7" "@types/node": "npm:^24" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" "@types/uuid": "npm:^10.0.0" eslint: "npm:^8.56.0" framer-motion: "npm:^12.38.0" next: "npm:15.3.6" next-seo: "npm:^6.8.0" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" react-icons: "npm:^5.4.0" sonner: "npm:^2.0.7" swr: "npm:^2.4.1" @@ -18277,14 +18277,14 @@ __metadata: languageName: node linkType: hard -"react-dom@npm:^19.2.5": - version: 19.2.5 - resolution: "react-dom@npm:19.2.5" +"react-dom@npm:^19.2.6": + version: 19.2.6 + resolution: "react-dom@npm:19.2.6" dependencies: scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.5 - checksum: 10c0/8067606e9f58e4c2e8cb5f09570217dbc71c4843ebcaa20ae2085912d3e3a351f17d8f7c1713313cdda7f272840c8c34ff6c860fcb840862071bceea218e0c63 + react: ^19.2.6 + checksum: 10c0/dbf2aef67857c03a612bc9316a4562e5066f43fa04bf28f7f0734963fc1350da2c9f8eb973930655453281079f30cc8222bab383dbec4b5097084e2c081e3334 languageName: node linkType: hard @@ -18686,10 +18686,10 @@ __metadata: languageName: node linkType: hard -"react@npm:^19.2.5": - version: 19.2.5 - resolution: "react@npm:19.2.5" - checksum: 10c0/4b5f231dbef92886f602533c9ce3bde04d99f0e71dfb5d794c43e02726efaad0421c08688f75fc98a6d6e1dc017372e1af7abbfecdc86a79968f461675931a7a +"react@npm:^19.2.6": + version: 19.2.6 + resolution: "react@npm:19.2.6" + checksum: 10c0/66afde33b9a9ee87b1e1cae39d8e7e040d1262e719524fd70660c4d4ce79929c532ac19fc3df5a911edaf02768fdf2c49de4ede1ba99bc6aad72796e0e26e798 languageName: node linkType: hard @@ -19873,13 +19873,13 @@ __metadata: "@types/jsonwebtoken": "npm:^9.0.10" "@types/node": "npm:^24" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" eslint: "npm:^8.56.0" eslint-config-next: "npm:15.4.6" jsonwebtoken: "npm:^9.0.3" next: "npm:15.3.6" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" typescript: "npm:^5.8.3" languageName: unknown linkType: soft @@ -19893,14 +19893,14 @@ __metadata: "@tailwindcss/postcss": "npm:^4.3.0" "@types/node": "npm:^24" "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react-dom": "npm:^19.2.3" eslint: "npm:^8.56.0" eslint-config-next: "npm:15.4.6" jsonwebtoken: "npm:^9.0.3" next: "npm:15.3.6" postcss: "npm:^8" - react: "npm:^19.2.5" - react-dom: "npm:^19.2.5" + react: "npm:^19.2.6" + react-dom: "npm:^19.2.6" tailwindcss: "npm:^4.2.2" typescript: "npm:^5.8.3" languageName: unknown