Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
chore: adjust peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Jun 1, 2023
1 parent 1fb9db8 commit 1bd5e03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sn-filter-pane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@nebula.js/stardust": "4.1.0"
"@nebula.js/stardust": ">=4.1.0"
},
"dependencies": {
"@mui/icons-material": "5.11.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/sn-listbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"typescript": "5.0.4"
},
"peerDependencies": {
"@nebula.js/stardust": "4.1.0"
"@nebula.js/stardust": ">=4.1.0"
}
}

0 comments on commit 1bd5e03

Please sign in to comment.