feedback-vos 1.0.32 → 1.0.33

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -112,7 +112,7 @@ When feedback is submitted:
112
112
  ## Requirements
113
113
 
114
114
  - Next.js 14+ or 16+
115
- - React 18+
115
+ - React 18+ or 19+
116
116
  - Tailwind CSS
117
117
 
118
118
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feedback-vos",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "description": "A beautiful feedback widget for Next.js with GitHub Issues integration",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -37,8 +37,8 @@
37
37
  "url": "https://github.com/klaas-sysop/npm-feedback-vos.git"
38
38
  },
39
39
  "peerDependencies": {
40
- "react": "^18.2.0",
41
- "react-dom": "^18.2.0",
40
+ "react": "^18.2.0 || ^19.0.0",
41
+ "react-dom": "^18.2.0 || ^19.0.0",
42
42
  "next": ">=14.0.0"
43
43
  },
44
44
  "dependencies": {