Browse Source

Feature/upgrade observable store to version 2.2.15 (#1550)

* Upgrade observable-store to version 2.2.15

* Update changelog
pull/1549/head^2
Thomas Kaul 2 years ago
committed by GitHub
parent
commit
527f7e4faf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 2
      package.json
  3. 8
      yarn.lock

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ### Changed
- Changed the execution time of the asset profile data gathering to every Sunday at lunch time - Changed the execution time of the asset profile data gathering to every Sunday at lunch time
- Upgraded `@codewithdan/observable-store` from version `2.2.11` to `2.2.15`
- Upgraded `bull` from version `4.8.5` to `4.10.2` - Upgraded `bull` from version `4.8.5` to `4.10.2`
- Upgraded `countup.js` from version `2.0.7` to `2.3.2` - Upgraded `countup.js` from version `2.0.7` to `2.3.2`
- Upgraded `prisma` from version `4.7.1` to `4.8.0` - Upgraded `prisma` from version `4.7.1` to `4.8.0`

2
package.json

@ -64,7 +64,7 @@
"@angular/platform-browser-dynamic": "14.2.0", "@angular/platform-browser-dynamic": "14.2.0",
"@angular/router": "14.2.0", "@angular/router": "14.2.0",
"@angular/service-worker": "14.2.0", "@angular/service-worker": "14.2.0",
"@codewithdan/observable-store": "2.2.11", "@codewithdan/observable-store": "2.2.15",
"@dfinity/agent": "0.12.1", "@dfinity/agent": "0.12.1",
"@dfinity/auth-client": "0.12.1", "@dfinity/auth-client": "0.12.1",
"@dfinity/authentication": "0.12.1", "@dfinity/authentication": "0.12.1",

8
yarn.lock

@ -2398,10 +2398,10 @@
exec-sh "^0.3.2" exec-sh "^0.3.2"
minimist "^1.2.0" minimist "^1.2.0"
"@codewithdan/observable-store@2.2.11": "@codewithdan/observable-store@2.2.15":
version "2.2.11" version "2.2.15"
resolved "https://registry.npmjs.org/@codewithdan/observable-store/-/observable-store-2.2.11.tgz" resolved "https://registry.yarnpkg.com/@codewithdan/observable-store/-/observable-store-2.2.15.tgz#6d27e0988e182853def59a714b712f4389e558d2"
integrity sha512-6CfqLJUqV0SwS4yE+9vciqxHUJ6CqIptSXXzFw80MonCDoVJvCJ/xhKfs7VZqJ4jDtEu/7ILvovFtZdLg9fiAg== integrity sha512-LVCSMZzTCvoDo5n7YDmtIIEhTmvJ8O21k36Vwu/A4kumdXQ1YVs4sKoSK3vlINZPL4AYY2MRsBVtvre4QIETFw==
"@colors/colors@1.5.0": "@colors/colors@1.5.0":
version "1.5.0" version "1.5.0"

Loading…
Cancel
Save