Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 0127208

Browse files
fix(deps): update dependencies
1 parent a2bb446 commit 0127208

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@babel/core": "^7.21.4",
2626
"@grafana/e2e": "11.0.1",
2727
"@grafana/e2e-selectors": "11.1.0",
28-
"@grafana/eslint-config": "^7.0.0",
29-
"@grafana/tsconfig": "^1.2.0-rc1",
28+
"@grafana/eslint-config": "^8.0.0",
29+
"@grafana/tsconfig": "^2.0.0",
3030
"@swc/core": "^1.3.90",
3131
"@swc/helpers": "^0.5.0",
3232
"@swc/jest": "^0.2.26",
@@ -36,7 +36,7 @@
3636
"@types/lodash": "^4.14.194",
3737
"@types/node": "^20.8.7",
3838
"@types/react-router-dom": "^5.2.0",
39-
"@typescript-eslint/eslint-plugin": "^7.16.1",
39+
"@typescript-eslint/eslint-plugin": "^8.0.0",
4040
"copy-webpack-plugin": "^12.0.0",
4141
"css-loader": "^7.0.0",
4242
"eslint-plugin-deprecation": "^3.0.0",
@@ -68,10 +68,10 @@
6868
"@grafana/runtime": "11.1.0",
6969
"@grafana/schema": "11.1.0",
7070
"@grafana/ui": "11.1.0",
71-
"react": "18.3.1",
72-
"react-dom": "18.3.1",
71+
"react": "19.0.0",
72+
"react-dom": "19.0.0",
7373
"tslib": "2.6.3",
7474
"zod": "^3.22.4"
7575
},
76-
"packageManager": "npm@10.8.2"
76+
"packageManager": "npm@11.0.0"
7777
}

0 commit comments

Comments
 (0)