Skip to content

Commit

Permalink
fix: update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
veslav3 committed Jan 7, 2025
1 parent f80830a commit a3a42f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
"typescript": "5.7.2",
"wait-on": "8.0.1"
},
"peerDependencies": {
"react": "^18.0.0"
},
"scripts": {
"prebuild": "pnpm run clean",
"build": "lerna run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"vite-plugin-runtime-config": "1.0.2"
},
"peerDependencies": {
"react": "19",
"react-dom": "19"
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}

0 comments on commit a3a42f8

Please sign in to comment.