We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39bf056 + 64272a3 commit 3816c8bCopy full SHA for 3816c8b
package.json
@@ -39,8 +39,8 @@
39
"semantic-release": "semantic-release"
40
},
41
"peerDependencies": {
42
- "react": "^18.3.1",
43
- "react-dom": "^18.3.1"
+ "react": "*",
+ "react-dom": "*"
44
45
"devDependencies": {
46
"@eslint/js": "^9.19.0",
@@ -78,7 +78,9 @@
78
"vite": "^6.1.0",
79
"vite-plugin-dts": "^4.5.0",
80
"vite-plugin-lib-inject-css": "^2.2.1",
81
- "vite-tsconfig-paths": "^5.1.4"
+ "vite-tsconfig-paths": "^5.1.4",
82
+ "react": "^18.3.1",
83
+ "react-dom": "^18.3.1"
84
85
"keywords": [
86
"react",
0 commit comments