Skip to content

Commit

Permalink
feature: modify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
camer0nluo committed Dec 5, 2023
1 parent 0af69e8 commit a5ae8fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]
},
"devDependencies": {
"@redwoodjs/auth-auth0-setup": "6.4.1",
"@redwoodjs/auth-supabase-setup": "6.4.1",
"@redwoodjs/cli-storybook": "6.4.1",
"@redwoodjs/core": "6.4.1",
"prettier-plugin-tailwindcss": "0.4.1"
Expand All @@ -25,7 +25,9 @@
},
"packageManager": "[email protected]",
"dependencies": {
"@auth0/auth0-react": "^2.2.3",
"@supabase/auth-ui-react": "^0.4.6",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.39.0",
"dotenv": "^16.3.1"
}
}
2 changes: 2 additions & 0 deletions redwood.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"AUTH0_CLIENT_ID",
"AUTH0_REDIRECT_URI",
"AUTH0_AUDIENCE",
"SUPABASE_URL",
"SUPABASE_KEY",
]
[api]
port = 8911
Expand Down

0 comments on commit a5ae8fa

Please sign in to comment.