Skip to content

Commit

Permalink
move remix-auth to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pbteja1998 committed Jan 15, 2022
1 parent c92fb93 commit f4b0dea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@
"README.md"
],
"peerDependencies": {
"@remix-run/server-runtime": "^1.1.1"
"@remix-run/server-runtime": "^1.1.1",
"remix-auth": "^3.2.1"
},
"devDependencies": {
"@remix-run/node": "^1.1.1",
"@remix-run/react": "^1.1.1",
"@remix-run/server-runtime": "^1.1.1",
"remix-auth": "^3.2.1",
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
Expand All @@ -54,7 +56,6 @@
"typescript": "^4.5.4"
},
"dependencies": {
"remix-auth": "^3.1.0",
"remix-auth-oauth2": "^1.1.0"
},
"lint-staged": {
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3057,6 +3057,14 @@ remix-auth@^3.1.0:
remix-utils "^2.2.0"
uuid "^8.3.2"

remix-auth@^3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/remix-auth/-/remix-auth-3.2.1.tgz#6252246eef1016de2c9f426b1fd8c5a2689dfb09"
integrity sha512-5N5ZjKCYGjbRmMi9PQwngKuuGkBEfny0Q4iXyTrDxQhSzAbQ/+wHX+ZKGdneYWHULZJCRZbjSmyrjk/rJxGFlw==
dependencies:
remix-utils "^2.2.0"
uuid "^8.3.2"

remix-utils@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/remix-utils/-/remix-utils-2.2.0.tgz#36b7d6b7611824d2072ae36aa5d5774c89ff9a6e"
Expand Down

0 comments on commit f4b0dea

Please sign in to comment.