Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Feb 28, 2024
1 parent 097f864 commit e16959b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/uikit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"fix:eslint": "eslint 'src/**/*.{tsx,ts}' --fix"
},
"peerDependencies": {
"@react-three/fiber": "^8.15.13",
"react": "^18.2.0",
"three": "^0.160.0"
"@react-three/fiber": ">=8",
"react": ">=18",
"three": ">=0.140"
},
"dependencies": {
"@preact/signals-core": "^1.5.1",
Expand Down

0 comments on commit e16959b

Please sign in to comment.