Browse Source
Feature/upgrade countup.js to version 2.3.2 (#1548)
* Upgrade countup.js to version 2.3.2
* Update changelog
pull/1550/head^2
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package.json
-
yarn.lock
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Changed the execution time of the asset profile data gathering to every Sunday at lunch time |
|
|
|
- Upgraded `bull` from version `4.8.5` to `4.10.2` |
|
|
|
- Upgraded `countup.js` from version `2.0.7` to `2.3.2` |
|
|
|
- Upgraded `prisma` from version `4.7.1` to `4.8.0` |
|
|
|
|
|
|
|
## 1.221.0 - 2022-12-26 |
|
|
|
|
|
@ -103,7 +103,7 @@ |
|
|
|
"class-validator": "0.13.1", |
|
|
|
"color": "4.2.3", |
|
|
|
"countries-list": "2.6.1", |
|
|
|
"countup.js": "2.0.7", |
|
|
|
"countup.js": "2.3.2", |
|
|
|
"date-fns": "2.29.3", |
|
|
|
"envalid": "7.3.1", |
|
|
|
"google-spreadsheet": "3.2.0", |
|
|
|
|
|
@ -7984,10 +7984,10 @@ countries-list@2.6.1: |
|
|
|
resolved "https://registry.npmjs.org/countries-list/-/countries-list-2.6.1.tgz" |
|
|
|
integrity sha512-jXM1Nv3U56dPQ1DsUSsEaGmLHburo4fnB7m+1yhWDUVvx5gXCd1ok/y3gXCjXzhqyawG+igcPYcAl4qjkvopaQ== |
|
|
|
|
|
|
|
countup.js@2.0.7: |
|
|
|
version "2.0.7" |
|
|
|
resolved "https://registry.npmjs.org/countup.js/-/countup.js-2.0.7.tgz" |
|
|
|
integrity sha512-FO0nQdvG1iQwHp28wdvkErxnNUSbdkzztqZ6YNHKLHydngD2tdiKEW8dFrqpahF3tj+Ma70h0vyYrCBzxlVWdg== |
|
|
|
countup.js@2.3.2: |
|
|
|
version "2.3.2" |
|
|
|
resolved "https://registry.yarnpkg.com/countup.js/-/countup.js-2.3.2.tgz#9a91d95780be1c908d1e6feb548625f353f57988" |
|
|
|
integrity sha512-dQ7F/CmKGjaO6cDfhtEXwsKVlXIpJ89dFs8PvkaZH9jBVJ2Z8GU4iwG/qP7MgY8qwr+1skbwR6qecWWQLUzB8Q== |
|
|
|
|
|
|
|
cp-file@^7.0.0: |
|
|
|
version "7.0.0" |
|
|
|