fix: correct expo-speech-recognition version to 0.2.15

Version 0.3.3 does not exist, fixed to latest available 0.2.15
This commit is contained in:
Sergei 2026-01-27 16:53:27 -08:00
parent 3ef1d8e54c
commit 6d339acc64
2 changed files with 24 additions and 26 deletions

48
package-lock.json generated
View File

@ -8,11 +8,9 @@
"name": "wellnuo",
"version": "1.0.0",
"dependencies": {
"@config-plugins/react-native-webrtc": "^13.0.0",
"@dr.pogodin/react-native-fs": "^2.36.2",
"@expo/vector-icons": "^15.0.3",
"@livekit/react-native": "^2.9.6",
"@livekit/react-native-expo-plugin": "^1.0.1",
"@jamsch/expo-speech-recognition": "^0.2.15",
"@notifee/react-native": "^9.1.8",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",
@ -29,12 +27,12 @@
"expo-linking": "~8.0.10",
"expo-router": "~6.0.19",
"expo-secure-store": "^15.0.8",
"expo-speech": "~14.0.6",
"expo-splash-screen": "~31.0.12",
"expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8",
"expo-system-ui": "~6.0.9",
"expo-web-browser": "~15.0.10",
"livekit-client": "^2.17.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
@ -1554,15 +1552,6 @@
"integrity": "sha512-wJ8ReQbHxsAfXhrf9ixl0aYbZorRuOWpBNzm8pL8ftmSxQx/wnJD5Eg861NwJU/czy2VXFIebCeZnZrI9rktIQ==",
"license": "(Apache-2.0 AND BSD-3-Clause)"
},
"node_modules/@config-plugins/react-native-webrtc": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/@config-plugins/react-native-webrtc/-/react-native-webrtc-13.0.0.tgz",
"integrity": "sha512-EtRRLXmsU4GcDA3TgIxtqg++eh/CjbI6EV8N/1EFQTtaWI2lpww0fg+S0wd+ndXE0dFWaLqUFvZuyTAaAoOSeA==",
"license": "MIT",
"peerDependencies": {
"expo": "^54"
}
},
"node_modules/@dr.pogodin/react-native-fs": {
"version": "2.36.2",
"resolved": "https://registry.npmjs.org/@dr.pogodin/react-native-fs/-/react-native-fs-2.36.2.tgz",
@ -3013,6 +3002,18 @@
"node": ">=8"
}
},
"node_modules/@jamsch/expo-speech-recognition": {
"version": "0.2.15",
"resolved": "https://registry.npmjs.org/@jamsch/expo-speech-recognition/-/expo-speech-recognition-0.2.15.tgz",
"integrity": "sha512-VzhR6a1bYnh8Yl704sBbvCmPqkZWzEggzl504myy6GKqQ90Ib+FQsz9FKI8RQbBXf8KHfhJVT3t0AxP6lYyyYw==",
"deprecated": "Package has moved to expo-speech-recognition",
"license": "MIT",
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
},
"node_modules/@jest/create-cache-key-function": {
"version": "29.7.0",
"resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-29.7.0.tgz",
@ -3245,18 +3246,6 @@
"react-native": "*"
}
},
"node_modules/@livekit/react-native-expo-plugin": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@livekit/react-native-expo-plugin/-/react-native-expo-plugin-1.0.1.tgz",
"integrity": "sha512-CSPjjzgDDlBH1ZyFyaw7/FW2Ql1S51eUkIxv/vjGwVshn+lUD6eQ9VgfUh7ha84itvjXi9X87FvP0XWKn9CiFQ==",
"license": "Apache-2.0",
"peerDependencies": {
"@livekit/react-native": "^2.1.0",
"expo": "*",
"react": "*",
"react-native": "*"
}
},
"node_modules/@livekit/react-native-webrtc": {
"version": "137.0.2",
"resolved": "https://registry.npmjs.org/@livekit/react-native-webrtc/-/react-native-webrtc-137.0.2.tgz",
@ -7385,6 +7374,15 @@
"node": ">=20.16.0"
}
},
"node_modules/expo-speech": {
"version": "14.0.8",
"resolved": "https://registry.npmjs.org/expo-speech/-/expo-speech-14.0.8.tgz",
"integrity": "sha512-UjBFCFv58nutlLw92L7kUS0ZjbOOfaTdiEv/HbjvMrT6BfldoOLLBZbaEcEhDdZK36NY/kass0Kzxk+co6vxSQ==",
"license": "MIT",
"peerDependencies": {
"expo": "*"
}
},
"node_modules/expo-splash-screen": {
"version": "31.0.12",
"resolved": "https://registry.npmjs.org/expo-splash-screen/-/expo-splash-screen-31.0.12.tgz",

View File

@ -13,7 +13,7 @@
"dependencies": {
"@dr.pogodin/react-native-fs": "^2.36.2",
"@expo/vector-icons": "^15.0.3",
"@jamsch/expo-speech-recognition": "^0.3.3",
"@jamsch/expo-speech-recognition": "^0.2.15",
"@notifee/react-native": "^9.1.8",
"@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3",