Skip to content

Commit

Permalink
Revert passport version (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejaussoin authored Apr 3, 2022
1 parent b16559b commit f9de4bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Alpha Build'

on:
push:
branches: [v4140/emoji]
branches: [v4140/integration]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"moment": "2.29.1",
"node-fetch": "2.6.7",
"nodemon": "2.0.15",
"passport": "0.5.2",
"passport": "0.5.0",
"passport-github2": "0.1.12",
"passport-google-oauth20": "2.0.0",
"passport-local": "1.0.0",
Expand Down
1 change: 1 addition & 0 deletions dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- node-fetch: 2.6.7 (same reason)
- @types/node-fetch: 2.5.12
- redis 3.1.2 (new version incompatible with express-redis)
- passport 0.5.0 (new version, including 0.5.2 breaks set user when using Docker, but not locally)

### Frontend

Expand Down
3 changes: 2 additions & 1 deletion integration/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.mp4
*.mp4
screenshots/

0 comments on commit f9de4bb

Please sign in to comment.