Skip to content

Commit

Permalink
fix peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
arnevogt committed Sep 6, 2024
1 parent c044119 commit 2ac4871
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/packages/authentication-keycloak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"@open-pioneer/runtime": "workspace:^",
"@open-pioneer/core": "workspace:^",
"@open-pioneer/notifier": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^",
"keycloak-js": "^25.0.2"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"peerDependencies": {
"@open-pioneer/core": "workspace:^",
"@open-pioneer/runtime": "workspace:^",
"@open-pioneer/chakra-integration": "workspace:^",
"react": "^18.3.1",
"react-use": "^17.5.1"
},
Expand Down

0 comments on commit 2ac4871

Please sign in to comment.