Skip to content

Commit f6c65a5

Browse files
committed
update dependencies
1 parent 37cc4ce commit f6c65a5

File tree

3 files changed

+1393
-1295
lines changed

3 files changed

+1393
-1295
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ yarn upgrade --latest
4545

4646
## Release
4747

48+
- update dependencies
4849
- create pull request:
4950
- adapt version in package.json to `X.Y.Z`
5051
- add section in CHANGELOG.md: `## X.Y.Z`

package.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,26 @@
1313
"author": "tribe29 GmbH",
1414
"license": "GPL-2.0-only",
1515
"devDependencies": {
16-
"@grafana/data": "^9.0.4",
16+
"@grafana/data": "^9.4.7",
1717
"@grafana/eslint-config": "^5.0.0",
18-
"@grafana/runtime": "^9.0.4",
19-
"@grafana/toolkit": "^9.0.4",
20-
"@grafana/ui": "^9.0.4",
21-
"@testing-library/jest-dom": "5.16.4",
22-
"@testing-library/react": "^12.1.5",
23-
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
24-
"@types/lodash": "4.14.182",
25-
"@typescript-eslint/eslint-plugin": "^5.30.6",
26-
"@typescript-eslint/parser": "^5.33.0",
27-
"@vue/compiler-sfc": "3.2.45",
28-
"eslint": "^8.19.0",
29-
"eslint-plugin-jsdoc": "^39.3.6",
30-
"eslint-plugin-react": "^7.30.1",
18+
"@grafana/runtime": "^9.4.7",
19+
"@grafana/toolkit": "^9.4.7",
20+
"@grafana/ui": "^9.4.7",
21+
"@testing-library/jest-dom": "5.16.5",
22+
"@testing-library/react": "^12.0.0",
23+
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
24+
"@types/lodash": "4.14.192",
25+
"@typescript-eslint/eslint-plugin": "^5.57.1",
26+
"@typescript-eslint/parser": "^5.57.1",
27+
"@vue/compiler-sfc": "3.2.47",
28+
"eslint": "^8.37.0",
29+
"eslint-plugin-jsdoc": "^40.1.1",
30+
"eslint-plugin-react": "^7.32.2",
3131
"eslint-plugin-react-hooks": "^4.6.0",
32-
"prettier": "^2.7.1",
33-
"react": "17.0.2",
34-
"react-dom": "17.0.2",
32+
"prettier": "^2.8.7",
33+
"typescript": "^4.9.5",
34+
"react": "^17.0.2",
35+
"react-dom": "^17.0.2",
3536
"react-select-event": "^5.5.1"
3637
},
3738
"engines": {

0 commit comments

Comments
 (0)