Skip to content

Commit 8f03b5b

Browse files
committed
Update versions
1 parent 3ebe53d commit 8f03b5b

File tree

2 files changed

+1080
-1115
lines changed

2 files changed

+1080
-1115
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marcusolsson-json-datasource",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "A data source plugin for loading JSON APIs into Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",
@@ -18,13 +18,13 @@
1818
"@testing-library/jest-dom": "5.4.0",
1919
"@testing-library/react": "^10.0.2",
2020
"@types/lodash": "latest",
21-
"@types/memory-cache": "^0.2.1"
21+
"@types/memory-cache": "^0.2.1",
22+
"@types/jsonpath": "^0.2.0"
2223
},
2324
"engines": {
2425
"node": ">=12 <13"
2526
},
2627
"dependencies": {
27-
"@types/jsonpath": "^0.2.0",
2828
"date-fns": "^2.16.1",
2929
"jsonpath": "^1.0.2",
3030
"memory-cache": "^0.2.0"

0 commit comments

Comments
 (0)