feedback-vos 1.0.31 → 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 +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -7,7 +7,7 @@ A beautiful, customizable feedback widget for Next.js applications with built-in
7
7
  - 🎨 Modern and responsive design with dark/light theme support
8
8
  - 📸 Screenshot functionality
9
9
  - 🎯 Three feedback types: Bug, Idea, Other
10
- - ⚡ Built for Next.js 14+ (App Router)
10
+ - ⚡ Built for Next.js 14+ and 16+ (App Router)
11
11
  - 🔌 Automatic GitHub Issues creation
12
12
 
13
13
  ## Installation
@@ -111,8 +111,8 @@ When feedback is submitted:
111
111
 
112
112
  ## Requirements
113
113
 
114
- - Next.js 14+
115
- - React 18+
114
+ - Next.js 14+ or 16+
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.31",
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,9 +37,9 @@
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",
42
- "next": "^14.0.0"
40
+ "react": "^18.2.0 || ^19.0.0",
41
+ "react-dom": "^18.2.0 || ^19.0.0",
42
+ "next": ">=14.0.0"
43
43
  },
44
44
  "dependencies": {
45
45
  "@headlessui/react": "^1.7.17",