diff --git a/examples/client-example/package.json b/examples/client-example/package.json index 00c93a88e..ab36e415b 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.7", + "react-dom": "^19.2.7" }, "scripts": { "dev": "vite --port 3001", diff --git a/examples/expo-example/package.json b/examples/expo-example/package.json index f34a42c84..f397b70cb 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.7", + "react-dom": "^19.2.7", "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.17", "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 759fcf499..56af1f384 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.7", + "react-dom": "^19.2.7", "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.17", + "@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..cc15eb4b5 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.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.2.17", + "@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..b5ee207fd 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.7", + "react-dom": "^19.2.7", "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.17", + "@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..1a6d7b4cf 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.7", + "react-dom": "^19.2.7", "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.17", + "@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..543aa05ce 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.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.2.17", + "@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..f980c8e8a 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.7", + "react-dom": "^19.2.7" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.0", "@types/node": "^24", - "@types/react": "^19.2.14", - "@types/react-dom": "^19.1.6", + "@types/react": "^19.2.17", + "@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..d9ad4085e 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.17", "@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.7", "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..e7c7d0dc8 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.17", + "@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.7", + "react-dom": "^19.2.7", "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..75b20f860 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.17", "@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.7", + "react-dom": "^19.2.7", "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..85c9c571e 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.17", + "@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.7", + "react-dom": "^19.2.7", "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 4471442f5..224051574 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4906,7 +4906,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.17" eslint: "npm:^8.56.0" eslint-config-expo: "npm:~56.0.4" eslint-import-resolver-typescript: "npm:^4.4.4" @@ -4927,8 +4927,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.7" + react-dom: "npm:^19.2.7" react-native: "npm:^0.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-reanimated: "npm:~4.3.1" @@ -4951,7 +4951,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.17" "@types/react-native-htmlview": "npm:^0.16.6" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" "@typescript-eslint/parser": "npm:^8.59.4" @@ -4964,7 +4964,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.7" react-native: "npm:^0.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-render-html: "npm:^6.3.4" @@ -5035,8 +5035,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.17" + "@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" @@ -5047,8 +5047,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.7" + react-dom: "npm:^19.2.7" rimraf: "npm:^6.0.1" rollup-plugin-execute: "npm:^1.1.1" swr: "npm:^2.4.1" @@ -5069,7 +5069,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.17" "@types/react-native-get-random-values": "npm:^1" "@types/react-native-htmlview": "npm:^0.16.6" "@typescript-eslint/eslint-plugin": "npm:^8.59.4" @@ -5078,8 +5078,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.7" + react-dom: "npm:^19.2.7" react-native: "npm:^0.85.3" react-native-gesture-handler: "npm:~2.30.0" react-native-get-random-values: "npm:^1.11.0" @@ -5124,8 +5124,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.17" + "@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" @@ -5139,8 +5139,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.7" + react-dom: "npm:^19.2.7" rimraf: "npm:^6.0.1" rollup-plugin-execute: "npm:^1.1.1" rollup-preserve-directives: "npm:^1.1.3" @@ -8412,12 +8412,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 @@ -8447,12 +8447,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.17": + version: 19.2.17 + resolution: "@types/react@npm:19.2.17" dependencies: csstype: "npm:^3.2.2" - checksum: 10c0/7d25bf41b57719452d86d2ac0570b659210402707313a36ee612666bf11275a1c69824f8c3ee1fdca077ccfe15452f6da8f1224529b917050eb2d861e52b59b7 + checksum: 10c0/bc2c4af96b3e480604424de70d5ebda90c5f4b485df471858c0bc2d7d70364b606ec3c4d8579f94f01aa0c6c0591f56bcf14cba5689f5eea4b74250ccdc3a232 languageName: node linkType: hard @@ -11129,8 +11129,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.7" + react-dom: "npm:^19.2.7" vite: "npm:^5.4.19" vitest: "npm:^3.2.4" languageName: unknown @@ -14490,15 +14490,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.17" + "@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.7" + react-dom: "npm:^19.2.7" react-router: "npm:^7.6.3" typescript: "npm:^5.8.3" typescript-eslint: "npm:^8.61.0" @@ -17137,14 +17137,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.17" + "@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.7" + react-dom: "npm:^19.2.7" typescript: "npm:^5.8.3" languageName: unknown linkType: soft @@ -17378,16 +17378,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.17" + "@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.7" + react-dom: "npm:^19.2.7" react-icons: "npm:^5.4.0" sonner: "npm:^2.0.7" swr: "npm:^2.4.1" @@ -17419,15 +17419,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.17" + "@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.7" + react-dom: "npm:^19.2.7" react-icons: "npm:^5.4.0" sonner: "npm:^2.0.7" swr: "npm:^2.4.1" @@ -18436,14 +18436,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.7": + version: 19.2.7 + resolution: "react-dom@npm:19.2.7" dependencies: scheduler: "npm:^0.27.0" peerDependencies: - react: ^19.2.5 - checksum: 10c0/8067606e9f58e4c2e8cb5f09570217dbc71c4843ebcaa20ae2085912d3e3a351f17d8f7c1713313cdda7f272840c8c34ff6c860fcb840862071bceea218e0c63 + react: ^19.2.7 + checksum: 10c0/970ff600f6e80d47d39e2f226f12f226173b3cba3382efc97c5f0cd663de9af38c7a4c11c213fb936094faeac83060d660247accaa96b752180d5b951b9cfecb languageName: node linkType: hard @@ -18861,10 +18861,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.7": + version: 19.2.7 + resolution: "react@npm:19.2.7" + checksum: 10c0/0bd0e2f1bbd4ba97561c6597bf8a5fec05e6476fe61e165c1065598d16668efc6715205599c94d3ddd49d36cb0f21cbf1b9bcc18ee840b805ce222c3e8d558ac languageName: node linkType: hard @@ -20038,14 +20038,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.17" + "@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.7" + react-dom: "npm:^19.2.7" typescript: "npm:^5.8.3" languageName: unknown linkType: soft @@ -20058,15 +20058,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.17" + "@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.7" + react-dom: "npm:^19.2.7" tailwindcss: "npm:^4.2.2" typescript: "npm:^5.8.3" languageName: unknown