Skip to content

Commit ef63d1f

Browse files
committed
Fix dependencies
1 parent 14f5fd0 commit ef63d1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
"tslib": "^2.3.0"
3030
},
3131
"devDependencies": {
32-
"@emotion/core": "10.0.27",
32+
"@types/jsonpath": "^0.2.0",
33+
"@types/lodash": "^4.14.168",
34+
"@types/memory-cache": "^0.2.1",
35+
"@types/react-virtualized-auto-sizer": "^1.0.0",
3336
"@grafana/data": "8.0.1",
3437
"@grafana/runtime": "8.0.1",
3538
"@grafana/toolkit": "8.0.1",
3639
"@grafana/ui": "8.0.1",
3740
"@testing-library/jest-dom": "5.4.0",
3841
"@testing-library/react": "^10.0.2",
39-
"@types/jsonpath": "^0.2.0",
40-
"@types/lodash": "^4.14.168",
41-
"@types/memory-cache": "^0.2.1",
42-
"@types/react-virtualized-auto-sizer": "^1.0.0",
42+
"@emotion/core": "10.0.27",
4343
"emotion": "10.0.27",
4444
"react-virtualized-auto-sizer": "^1.0.4"
4545
},

0 commit comments

Comments
 (0)