Skip to content

Commit 3955346

Browse files
authored
Merge pull request #41 from netdata/fix/bump-packages
chore: bump Grafana packages to v12 and update dev dependencies
2 parents 34c108e + 96ce685 commit 3955346

File tree

2 files changed

+1750
-1786
lines changed

2 files changed

+1750
-1786
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "netdata",
1818
"license": "Apache-2.0",
1919
"devDependencies": {
20-
"@grafana/eslint-config": "^8.0.0",
21-
"@grafana/tsconfig": "^2.0.0",
20+
"@grafana/eslint-config": "^9.0.0",
21+
"@grafana/tsconfig": "^2.0.1",
2222
"@stylistic/eslint-plugin-ts": "^2.9.0",
2323
"@swc/core": "^1.3.90",
2424
"@swc/helpers": "^0.5.0",
@@ -46,7 +46,7 @@
4646
"identity-obj-proxy": "3.0.0",
4747
"imports-loader": "^5.0.0",
4848
"jest": "^29.7.0",
49-
"jest-environment-jsdom": "^29.7.0",
49+
"jest-environment-jsdom": "30.2.0",
5050
"prettier": "^2.8.7",
5151
"replace-in-file-webpack-plugin": "^1.0.6",
5252
"sass": "1.63.2",
@@ -67,10 +67,10 @@
6767
},
6868
"dependencies": {
6969
"@emotion/css": "11.10.6",
70-
"@grafana/data": "8.5.5",
71-
"@grafana/runtime": "^8.5.5",
72-
"@grafana/schema": "^11.5.3",
73-
"@grafana/ui": "8.5.5",
70+
"@grafana/data": "12.2.1",
71+
"@grafana/runtime": "^12.2.1",
72+
"@grafana/schema": "^12.2.1",
73+
"@grafana/ui": "12.2.1",
7474
"pubsub-js": "^1.9.4",
7575
"react": "18.2.0",
7676
"react-dom": "18.2.0"

0 commit comments

Comments
 (0)