liveshowy / webauthn_components

WebauthnComponents allows Phoenix developers to quickly add passwordless authentication to LiveView applications.
MIT License
178 stars 10 forks source link

Update Deps #24

Closed type1fool closed 2 years ago

type1fool commented 2 years ago

Overview

Resolves #23

What problem is being solved by this branch?

Changes

Before

▶ mix hex.outdated 
Dependency         Current  Latest  Status           
credo              1.6.5    1.6.7   Update possible  
ex_doc             0.28.4   0.29.0  Update possible  
jason              1.3.0    1.4.0   Update possible  
phoenix            1.6.11   1.6.15  Update possible  
phoenix_ecto       4.4.0    4.4.0   Up-to-date       
phoenix_live_view  0.17.11  0.18.3  Update possible  
wax_               0.4.1    0.6.0   Update possible

After

▶ mix hex.outdated
Dependency         Current  Latest  Status      
credo              1.6.7    1.6.7   Up-to-date  
ex_doc             0.29.0   0.29.0  Up-to-date  
jason              1.4.0    1.4.0   Up-to-date  
phoenix            1.6.15   1.6.15  Up-to-date  
phoenix_ecto       4.4.0    4.4.0   Up-to-date  
phoenix_live_view  0.18.3   0.18.3  Up-to-date  
wax_               0.6.0    0.6.0   Up-to-date  

Tests

▶ mix test
..

Finished in 0.1 seconds (0.00s async, 0.1s sync)
2 tests, 0 failures

Randomized with seed 894056