SpineEventEngine / web

Spine web server and JS client library.
https://spine.io
Apache License 2.0
1 stars 3 forks source link

[1.x] Update dependencies #191

Closed armiol closed 1 year ago

armiol commented 1 year ago

This changeset updates the dependencies of web modules to the latest core-java, time, and base versions.

Another thing updated in this PR is the usage of Firebase JS SDK. We now use the module-based SDK.

Also, the CI and publishing is now performed via GitHub Actions.

codecov[bot] commented 1 year ago

Codecov Report

Merging #191 (c920927) into v1 (12756b6) will increase coverage by 3.20%. The diff coverage is 11.11%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## v1 #191 +/- ## ============================================ + Coverage 60.61% 63.81% +3.20% Complexity 214 214 ============================================ Files 93 93 Lines 2402 2656 +254 Branches 45 45 ============================================ + Hits 1456 1695 +239 - Misses 935 950 +15 Partials 11 11 ```