@chatbotkit/react 1.13.1 → 1.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbotkit/react",
3
- "version": "1.13.1",
3
+ "version": "1.13.2",
4
4
  "description": "The fastest way to build advanced AI chat bots",
5
5
  "license": "ISC",
6
6
  "engines": {
@@ -429,7 +429,7 @@
429
429
  },
430
430
  "peerDependencies": {
431
431
  "react": ">=18.0.0",
432
- "react-dom": "18.0.0"
432
+ "react-dom": ">=18.0.0"
433
433
  },
434
434
  "devDependencies": {
435
435
  "@types/react": "^18.2.0"