We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bcfb8 commit 4615cafCopy full SHA for 4615caf
1 file changed
packages/react/package.json
@@ -23,15 +23,17 @@
23
"react-virtuoso": "^4.14.1"
24
},
25
"devDependencies": {
26
- "@types/react": "^19.0.0",
27
- "@types/react-dom": "^19.0.0",
+ "@types/react": "^18.3.12",
+ "@types/react-dom": "^18.3.1",
28
+ "react": "^18.3.1",
29
+ "react-dom": "^18.3.1",
30
"tsup": "^8.4.0",
- "typescript": "^5.8.0"
31
+ "typescript": "^5.8.2"
32
33
"scripts": {
34
"build": "tsup",
35
"typecheck": "tsc -p tsconfig.json --noEmit",
36
"lint": "echo 'No lint configured yet'",
37
"test": "echo 'No tests yet'"
38
}
-}
39
+}
0 commit comments