Skip to content

Commit 5c81d00

Browse files
authored
Merge pull request #77 from cxong/patch-1
Fix grafana-sdk-mocks dependency (fixes #74)
2 parents 561e8a6 + 31b324c commit 5c81d00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"clean-webpack-plugin": "^1.0.1",
5656
"copy-webpack-plugin": "^4.5.1",
5757
"css-loader": "^2.1.0",
58-
"grafana-sdk-mocks": "github:ryantxu/grafana-sdk-mocks",
58+
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
5959
"jest": "^24.1.0",
6060
"ng-annotate-webpack-plugin": "^0.3.0",
6161
"prettier": "^1.15.3",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4975,9 +4975,9 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
49754975
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
49764976
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
49774977

4978-
"grafana-sdk-mocks@github:ryantxu/grafana-sdk-mocks":
4978+
"grafana-sdk-mocks@github:grafana/grafana-sdk-mocks":
49794979
version "1.0.0"
4980-
resolved "https://codeload.github.com/ryantxu/grafana-sdk-mocks/tar.gz/0df804e3044c6f88713b508cfa2a555b883496e8"
4980+
resolved "https://codeload.github.com/grafana/grafana-sdk-mocks/tar.gz/8022ff1856048f8716d00b15b4423795b81f8369"
49814981

49824982
gray-matter@^3.0.8:
49834983
version "3.1.1"

0 commit comments

Comments
 (0)