Skip to content

Commit

Permalink
fix(deps): Make rbac-client proper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bastilian committed Feb 22, 2024
1 parent eb63322 commit 14eb203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"peerDependencies": {
"@patternfly/react-core": "^5.0.0",
"@patternfly/react-table": "^5.0.0",
"@redhat-cloud-services/rbac-client": "^1.0.100",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": ">=7.0.0",
"react-router-dom": "^5.0.0 || ^6.0.0",
"cypress": ">=12.0.0 < 14.0.0"
},
"dependencies": {
"@redhat-cloud-services/rbac-client": "^1.0.100",
"@redhat-cloud-services/types": "^0.0.24",
"@sentry/browser": "^5.30.0",
"awesome-debounce-promise": "^2.1.0",
Expand Down

0 comments on commit 14eb203

Please sign in to comment.