Skip to content

Commit

Permalink
chore: bump version and libs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed Feb 11, 2021
1 parent 9619ef5 commit eac7951
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "lib/index.js",
"license": "MIT",
"dependencies": {
"@sports-alliance/sports-lib": "^5.4.18",
"@sports-alliance/sports-lib": "^5.4.20",
"@types/bs58": "^4.0.1",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.8",
Expand Down
8 changes: 4 additions & 4 deletions functions/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@
resolved "https://registry.yarnpkg.com/@sideway/pinpoint/-/pinpoint-2.0.0.tgz#cff8ffadc372ad29fd3f78277aeb29e632cc70df"
integrity sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==

"@sports-alliance/sports-lib@^5.4.18":
version "5.4.18"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.18.tgz#75c950b79ac4501274350e3f7ef1e27684dad3a1"
integrity sha512-A1sSt+nRseczzeGkd+bj7rdObVy/i1l16JQxmfgkfVXyTfNDbCVQRehnglLO1j0qvV6FxUNBpjpq3AHLaKQUmg==
"@sports-alliance/sports-lib@^5.4.20ß":
version "5.4.20"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.20.tgz#98e74986a81a39691803ba0ee87b49a43c90ce8d"
integrity sha512-NuKUyvec56beSQm+Ed2WYfrxYy8X6VhgJnjcpnaIP2dJ5NEceWxsM6KOZJbsf8296TaHICVr8kw8ai74cObP8g==
dependencies:
"@types/node" "^14.6.1"
fast-xml-parser "^3.17.4"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quantified-self",
"version": "6.12.10",
"version": "6.12.11",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@googlemaps/markerclustererplus": "^1.0.3",
"@sentry/angular": "^6.1.0",
"@sentry/tracing": "^6.1.0",
"@sports-alliance/sports-lib": "^5.4.12",
"@sports-alliance/sports-lib": "^5.4.20",
"@types/pako": "^1.0.1",
"fast-deep-equal": "^3.1.3",
"firebase": "^8.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1694,10 +1694,10 @@
"@sentry/types" "6.1.0"
tslib "^1.9.3"

"@sports-alliance/sports-lib@^5.4.12":
version "5.4.18"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.18.tgz#75c950b79ac4501274350e3f7ef1e27684dad3a1"
integrity sha512-A1sSt+nRseczzeGkd+bj7rdObVy/i1l16JQxmfgkfVXyTfNDbCVQRehnglLO1j0qvV6FxUNBpjpq3AHLaKQUmg==
"@sports-alliance/sports-lib@^5.4.20":
version "5.4.20"
resolved "https://registry.yarnpkg.com/@sports-alliance/sports-lib/-/sports-lib-5.4.20.tgz#98e74986a81a39691803ba0ee87b49a43c90ce8d"
integrity sha512-NuKUyvec56beSQm+Ed2WYfrxYy8X6VhgJnjcpnaIP2dJ5NEceWxsM6KOZJbsf8296TaHICVr8kw8ai74cObP8g==
dependencies:
"@types/node" "^14.6.1"
fast-xml-parser "^3.17.4"
Expand Down

0 comments on commit eac7951

Please sign in to comment.