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 f34a42c84..485517f70 100644 --- a/examples/expo-example/package.json +++ b/examples/expo-example/package.json @@ -28,8 +28,8 @@ "expo-symbols": "~56.0.5", "expo-system-ui": "~56.0.5", "expo-web-browser": "~56.0.5", - "react": "^19.2.5", - "react-dom": "^19.2.5", + "react": "^19.2.6", + "react-dom": "^19.2.6", "react-native": "^0.85.3", "react-native-gesture-handler": "~2.30.0", "react-native-reanimated": "~4.3.1", @@ -41,7 +41,7 @@ }, "devDependencies": { "@babel/core": "^7.28.0", - "@types/react": "^19.2.14", + "@types/react": "^19.2.15", "eslint": "^8.56.0", "eslint-config-expo": "~56.0.4", "eslint-import-resolver-typescript": "^4.4.4", diff --git a/examples/guide-example/package.json b/examples/guide-example/package.json index cec5aeb09..2d1bc03bf 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": "^19.2.15", + "@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..0ccd3c371 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": "^19.2.15", + "@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..63c97a41f 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", @@ -40,8 +40,8 @@ "@next/eslint-plugin-next": "^15.3.1", "@types/eslint": "^8.44.7", "@types/node": "^24", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.2.15", + "@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..187ae43d9 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", @@ -41,8 +41,8 @@ "@next/eslint-plugin-next": "^15.3.1", "@types/eslint": "^8.44.7", "@types/node": "^24", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.2.15", + "@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..087f71b06 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": "^19.2.15", + "@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..1811ad9b9 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": "^19.2.15", + "@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 fb56353e0..511bd623e 100644 --- a/packages/expo/package.json +++ b/packages/expo/package.json @@ -62,7 +62,7 @@ "@codecov/vite-plugin": "^2.0.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.2", - "@types/react": "^19.2.14", + "@types/react": "^19.2.15", "@types/react-native-htmlview": "^0.16.6", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.4", @@ -75,7 +75,7 @@ "expo-device": "~56.0.4", "expo-notifications": "~56.0.14", "jsdom": "^29.1.0", - "react": "^19.2.5", + "react": "^19.2.6", "react-native": "^0.85.3", "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 7e723480e..ef953b4e8 100644 --- a/packages/react-core/package.json +++ b/packages/react-core/package.json @@ -57,8 +57,8 @@ "@codecov/vite-plugin": "^2.0.1", "@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": "^19.2.15", + "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.4", "@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 d4ba7c354..ac99a4421 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -54,7 +54,7 @@ }, "devDependencies": { "@codecov/vite-plugin": "^2.0.1", - "@types/react": "^19.2.14", + "@types/react": "^19.2.15", "@types/react-native-get-random-values": "^1", "@types/react-native-htmlview": "^0.16.6", "@typescript-eslint/eslint-plugin": "^8.59.4", @@ -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.85.3", "react-native-gesture-handler": "~2.30.0", "rimraf": "^6.0.1", diff --git a/packages/react/package.json b/packages/react/package.json index 89cc3a97a..e0d54856c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -100,8 +100,8 @@ "@testing-library/react": "^16.3.2", "@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": "^19.2.15", + "@types/react-dom": "^19.2.3", "@typescript-eslint/eslint-plugin": "^8.59.4", "@typescript-eslint/parser": "^8.59.4", "@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 1d51a7738..74d28b7e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4853,7 +4853,7 @@ __metadata: "@expo/log-box": "npm:~56.0.12" "@expo/vector-icons": "npm:^15.0.2" "@knocklabs/expo": "workspace:^" - "@types/react": "npm:^19.2.14" + "@types/react": "npm:^19.2.15" eslint: "npm:^8.56.0" eslint-config-expo: "npm:~56.0.4" eslint-import-resolver-typescript: "npm:^4.4.4" @@ -4874,8 +4874,8 @@ __metadata: expo-symbols: "npm:~56.0.5" expo-system-ui: "npm:~56.0.5" expo-web-browser: "npm:~56.0.5" - 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.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-reanimated: "npm:~4.3.1" @@ -4898,7 +4898,7 @@ __metadata: "@knocklabs/react-native": "workspace:^" "@testing-library/jest-dom": "npm:^6.8.0" "@testing-library/react": "npm:^16.3.2" - "@types/react": "npm:^19.2.14" + "@types/react": "npm:^19.2.15" "@types/react-native-htmlview": "npm:^0.16.6" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" "@typescript-eslint/parser": "npm:^8.59.4" @@ -4911,7 +4911,7 @@ __metadata: expo-device: "npm:~56.0.4" expo-notifications: "npm:~56.0.14" jsdom: "npm:^29.1.0" - react: "npm:^19.2.5" + react: "npm:^19.2.6" react-native: "npm:^0.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-render-html: "npm:^6.3.4" @@ -4982,8 +4982,8 @@ __metadata: "@tanstack/react-store": "npm:^0.7.3" "@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": "npm:^19.2.15" + "@types/react-dom": "npm:^19.2.3" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" "@typescript-eslint/parser": "npm:^8.59.4" "@vitejs/plugin-react": "npm:^4.5.1" @@ -4994,8 +4994,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" @@ -5016,7 +5016,7 @@ __metadata: "@codecov/vite-plugin": "npm:^2.0.1" "@knocklabs/client": "workspace:^" "@knocklabs/react-core": "workspace:^" - "@types/react": "npm:^19.2.14" + "@types/react": "npm:^19.2.15" "@types/react-native-get-random-values": "npm:^1" "@types/react-native-htmlview": "npm:^0.16.6" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" @@ -5025,8 +5025,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.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-get-random-values: "npm:^1.11.0" @@ -5071,8 +5071,8 @@ __metadata: "@testing-library/react": "npm:^16.3.2" "@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": "npm:^19.2.15" + "@types/react-dom": "npm:^19.2.3" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" "@typescript-eslint/parser": "npm:^8.59.4" "@vitejs/plugin-react": "npm:^4.5.1" @@ -5086,8 +5086,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" @@ -8369,12 +8369,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 @@ -8404,12 +8404,12 @@ __metadata: languageName: node linkType: hard -"@types/react@npm:^19.2.14": - version: 19.2.14 - resolution: "@types/react@npm:19.2.14" +"@types/react@npm:^19.2.15": + version: 19.2.15 + resolution: "@types/react@npm:19.2.15" dependencies: csstype: "npm:^3.2.2" - checksum: 10c0/7d25bf41b57719452d86d2ac0570b659210402707313a36ee612666bf11275a1c69824f8c3ee1fdca077ccfe15452f6da8f1224529b917050eb2d861e52b59b7 + checksum: 10c0/b554eab715bb14e581f0ae60e5cefe91e1a5e06c31022b543a9806cf224aa056f21e4fb46208e46eb934d86ca0b247ebc82377192a0dead303cb28b8764c6e67 languageName: node linkType: hard @@ -11070,8 +11070,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 @@ -14382,15 +14382,15 @@ __metadata: "@eslint/js": "npm:^9.9.0" "@knocklabs/client": "workspace:^" "@knocklabs/react": "workspace:^" - "@types/react": "npm:^19.2.14" - "@types/react-dom": "npm:^19.1.6" + "@types/react": "npm:^19.2.15" + "@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" @@ -17029,14 +17029,14 @@ __metadata: "@knocklabs/react": "npm:0.11.22" "@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": "npm:^19.2.15" + "@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 @@ -17270,16 +17270,16 @@ __metadata: "@telegraph/typography": "npm:>=0.4.0" "@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": "npm:^19.2.15" + "@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" @@ -17311,15 +17311,15 @@ __metadata: "@telegraph/typography": "npm:>=0.4.0" "@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": "npm:^19.2.15" + "@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" @@ -18328,14 +18328,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 @@ -18753,10 +18753,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 @@ -19930,14 +19930,14 @@ __metadata: "@knocklabs/react": "npm:0.11.22" "@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": "npm:^19.2.15" + "@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 @@ -19950,15 +19950,15 @@ __metadata: "@knocklabs/react": "npm:0.11.22" "@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": "npm:^19.2.15" + "@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