Skip to content

Commit

Permalink
Merge pull request #1214 from tidepool-org/WEB-2252-time-in-target-da…
Browse files Browse the repository at this point in the history
…ily-print-fix

[WEB-2252] Hotfix: time in target daily print view missing
  • Loading branch information
clintonium-119 authored Apr 13, 2023
2 parents 3b47411 + 588bea6 commit 290da49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blip",
"version": "1.65.1",
"version": "1.65.2",
"private": true,
"scripts": {
"test": "TZ=UTC NODE_ENV=test NODE_OPTIONS='--max-old-space-size=4096' ./node_modules/karma/bin/karma start",
Expand Down Expand Up @@ -57,7 +57,7 @@
"@storybook/addon-viewport": "5.3.19",
"@storybook/addons": "5.3.19",
"@storybook/react": "5.3.19",
"@tidepool/viz": "1.33.1",
"@tidepool/viz": "1.33.2",
"async": "2.6.4",
"autoprefixer": "9.8.4",
"babel-core": "7.0.0-bridge.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3044,10 +3044,10 @@
"@types/react" "^16.8.22"
"@types/react-test-renderer" "^16.8.2"

"@tidepool/viz@1.33.1":
version "1.33.1"
resolved "https://registry.yarnpkg.com/@tidepool/viz/-/viz-1.33.1.tgz#bdd59ea0680009497df0b713eaf073f8a28b18c4"
integrity sha512-Gh401ffRmSKKNFZJh4nZa+e3MD+r/4MzKlX1mmAVOwIbq/5s/MW1FaWBrZgD9HJ5nUDLXN6VMq+3eqOYtuqOyw==
"@tidepool/viz@1.33.2":
version "1.33.2"
resolved "https://registry.yarnpkg.com/@tidepool/viz/-/viz-1.33.2.tgz#e7229e6fd30869ab30a42410cb404d169b044864"
integrity sha512-vOzLQDWRFZrRY05YXtKhVvVEMaiXEP+znDvq+xpgAVMq868e5/rHGGKRrrO5MYKomNKpSCzI0aK6e6OAusc7WA==
dependencies:
bluebird "3.5.2"
bows "1.7.0"
Expand Down

0 comments on commit 290da49

Please sign in to comment.