privacybydesign / irma-frontend-packages

Collection of frontend related packages, that together form a Javascript "client" to the IRMA server.
7 stars 4 forks source link

Update dependencies #52

Closed ivard closed 3 years ago

ivard commented 3 years ago

For all packages I executed:

The latest Sass update led to deprecation warnings in the SCSS files. I immediately solved those by running:

sass-migrator division **/*.scss

This PR is the output of all these commands. I tested the browser irma-frontend, the browser irma-popup and the node irma-client example to test whether everything is still working. Furthermore I executed npm run lint to verify that the linter agrees with all changes.