Skip to content

Commit 4a836ee

Browse files
fix: updating react-dora-charts dependency to most recent, non-deprec… (#63)
* fix: updating react-dora-charts dependency to most recent, non-deprecated version * chore: version range instead of fixed
1 parent 4783245 commit 4a836ee

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@backstage/core-plugin-api": "^1.9.1",
4747
"@backstage/plugin-catalog-react": "^1.12.3",
4848
"@backstage/theme": "^0.5.2",
49-
"@liatrio/react-dora-charts": "^2.0.0",
49+
"@liatrio/react-dora-charts": "^1.2.0",
5050
"@material-ui/core": "^4.9.13",
5151
"@material-ui/icons": "^4.9.1",
5252
"@material-ui/lab": "^4.0.0-alpha.61",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,10 +2299,10 @@
22992299
resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz#4fc56c15c580b9adb7dc3c333a134e540b44bfb1"
23002300
integrity sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==
23012301

2302-
"@liatrio/react-dora-charts@^1.1.8":
2303-
version "1.1.10"
2304-
resolved "https://registry.yarnpkg.com/@liatrio/react-dora-charts/-/react-dora-charts-1.1.10.tgz#001e615b83c3abe17204e869ceadcdf2a77a60c6"
2305-
integrity sha512-CUK8JD5jGqifu3Ykx7WgXzPoR6Hulg48f5ZuizS08LG9VggRR+gAz9GNhl2co5Dg4Cyik1KGqNCHqaNVM6vBNw==
2302+
"@liatrio/react-dora-charts@1.2.0":
2303+
version "1.2.0"
2304+
resolved "https://registry.yarnpkg.com/@liatrio/react-dora-charts/-/react-dora-charts-1.2.0.tgz#8b656b3831ae59b9ab7f44fec61e2e9b010fa62d"
2305+
integrity sha512-npj3YXiS0bAE5fTW8ytBbLufMyPZB35DCCJ0IeEjc+fJ/f+JymUn++qkapbTv25ss+u6qwvRSbEWqmICbzf2tg==
23062306
dependencies:
23072307
js-yaml "^4.1.0"
23082308
react-tooltip "^5.28.0"

0 commit comments

Comments
 (0)