Skip to content

Commit

Permalink
🐛 fix: Fix overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 6, 2025
1 parent e9e45f3 commit a3d86cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,18 @@
"polished": "^4.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-is": "^18.0.0 || ^19.0.0",
"react-layout-kit": "^1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"pnpm": {
"overrides": {
"react-is": "^19.0.0"
}
},
"overrides": {
"react-is": "^19.0.0"
}
}

0 comments on commit a3d86cb

Please sign in to comment.