fix(lucide-react): support recommended react 19 prerelease (#2336)

This commit is contained in:
Pedro Antoninho
2024-08-02 10:15:17 +01:00
committed by GitHub
parent 6272f4fd1f
commit 6052c88831

View File

@@ -65,6 +65,6 @@
"vitest": "^1.1.1"
},
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
}
}