Skip to content

Commit

Permalink
revert using peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Sep 18, 2023
1 parent 64d2d53 commit b7fb7f2
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 3 deletions.
69 changes: 69 additions & 0 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/ts/react-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"access": "public"
},
"dependencies": {
"@hilla/frontend": "*"
"@hilla/frontend": "*",
"react-router-dom": "^6"
},
"peerDependencies": {
"react": "^18",
"react-router-dom": "^6"
"react": "^18"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4-fix.0",
Expand Down

0 comments on commit b7fb7f2

Please sign in to comment.