Skip to content

Commit 970fc3d

Browse files
authored
fix(lucide-react): support React 19 (#2666)
1 parent f12b0de commit 970fc3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lucide-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
"vitest": "^1.1.1"
6666
},
6767
"peerDependencies": {
68-
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0-rc"
68+
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6969
}
7070
}

0 commit comments

Comments
 (0)