fix(deps): porcupine-react-native 3.0.6 existiert nicht — auf 3.0.5 pinnen

3.0.6 war geraten und gibt's nicht im npm Registry. Aktuelle stabile 3.x
ist 3.0.5; 4.0.0 hat Breaking Changes. Beide Picovoice-Packages auf
exakte Version gepinnt damit keine Auto-Bumps fies werden.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
duffyduck 2026-04-24 16:03:35 +02:00
parent d372cd638e
commit ae08a5051c
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
"@react-native-async-storage/async-storage": "^1.21.0", "@react-native-async-storage/async-storage": "^1.21.0",
"react-native-fs": "^2.20.0", "react-native-fs": "^2.20.0",
"react-native-audio-recorder-player": "^3.6.7", "react-native-audio-recorder-player": "^3.6.7",
"@picovoice/porcupine-react-native": "^3.0.6", "@picovoice/porcupine-react-native": "3.0.5",
"@picovoice/react-native-voice-processor": "^1.2.3" "@picovoice/react-native-voice-processor": "1.2.3"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.3.3", "typescript": "^5.3.3",