Skip to content

Commit ab45076

Browse files
committed
update dependencies, remove @testing-library deps
remove the following two dependencies as they are currently not used in the project: * @testing-library/jest-dom * @testing-library/react
1 parent 179d308 commit ab45076

File tree

2 files changed

+3181
-6410
lines changed

2 files changed

+3181
-6410
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@
1313
"author": "tribe29 GmbH",
1414
"license": "GPL-2.0-only",
1515
"devDependencies": {
16-
"@grafana/data": "^8.5.4",
17-
"@grafana/runtime": "^8.5.4",
18-
"@grafana/toolkit": "^8.5.4",
19-
"@grafana/ui": "^8.5.4",
20-
"@testing-library/jest-dom": "5.16.4",
21-
"@testing-library/react": "^12.1.5",
16+
"@grafana/data": "^9.0.4",
17+
"@grafana/runtime": "^9.0.4",
18+
"@grafana/toolkit": "^9.0.4",
19+
"@grafana/ui": "^9.0.4",
2220
"@types/lodash": "4.14.182"
2321
},
2422
"engines": {

0 commit comments

Comments
 (0)