react-speech-to-text-toolkit
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "react-speech-to-text-toolkit", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A lightweight library for integrating speech-to-text functionality into your React applications, using the Web Speech API under the hood.", | ||
@@ -27,5 +27,5 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1" | ||
"react": ">=18", | ||
"react-dom": ">=18" | ||
} | ||
} |
5181