Skip to content

Commit

Permalink
feat: Update peerDependencies to include React 19
Browse files Browse the repository at this point in the history
* Addressess issue icons-pack#221
* Ran `pnpm generate:icons` and `pnpm build` to test
* Ran `pnpm up` to resolve installing dependencies
  • Loading branch information
niclimcy committed Oct 30, 2024
1 parent ebaffc3 commit 676c92b
Show file tree
Hide file tree
Showing 2 changed files with 771 additions and 919 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"vite-plugin-dts": "4.0.3"
},
"peerDependencies": {
"react": "^16.13 || ^17 || ^18"
"react": "^16.13 || ^17 || ^18 || ^19"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 676c92b

Please sign in to comment.