Skip to content

Commit 14f5fd0

Browse files
committed
Upgrade to 8.0.1
1 parent 65f6528 commit 14f5fd0

File tree

2 files changed

+1232
-1094
lines changed

2 files changed

+1232
-1094
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,24 @@
2323
"url": "https://marcus.se.net"
2424
},
2525
"dependencies": {
26+
"dayjs": "^1.10.4",
2627
"jsonpath-plus": "^4.0.0",
2728
"memory-cache": "^0.2.0",
28-
"dayjs": "^1.10.4"
29+
"tslib": "^2.3.0"
2930
},
3031
"devDependencies": {
31-
"@grafana/data": "7.5.7",
32-
"@grafana/runtime": "7.5.7",
33-
"@grafana/toolkit": "7.5.7",
34-
"@grafana/ui": "7.5.7",
32+
"@emotion/core": "10.0.27",
33+
"@grafana/data": "8.0.1",
34+
"@grafana/runtime": "8.0.1",
35+
"@grafana/toolkit": "8.0.1",
36+
"@grafana/ui": "8.0.1",
3537
"@testing-library/jest-dom": "5.4.0",
3638
"@testing-library/react": "^10.0.2",
3739
"@types/jsonpath": "^0.2.0",
3840
"@types/lodash": "^4.14.168",
3941
"@types/memory-cache": "^0.2.1",
4042
"@types/react-virtualized-auto-sizer": "^1.0.0",
43+
"emotion": "10.0.27",
4144
"react-virtualized-auto-sizer": "^1.0.4"
4245
},
4346
"engines": {

0 commit comments

Comments
 (0)