Skip to content

Commit

Permalink
chore(deps): bump grafana to v9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Apr 26, 2023
1 parent c7674f4 commit a5be41c
Show file tree
Hide file tree
Showing 3 changed files with 712 additions and 929 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '19'
cache: 'yarn'

- name: Check for dupes in lockfile
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"url": "https://github.com/simPod/GrafanaJsonDatasource/issues"
},
"devDependencies": {
"@grafana/data": "^9.3.0",
"@grafana/data": "^9.5.1",
"@grafana/eslint-config": "^5.1.0",
"@grafana/experimental": "^1.0.2",
"@grafana/runtime": "^9.3.0",
"@grafana/toolkit": "^9.3.0",
"@grafana/ui": "^9.3.0",
"@grafana/experimental": "^1.1.0",
"@grafana/runtime": "^9.5.1",
"@grafana/toolkit": "^9.5.1",
"@grafana/ui": "^9.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.176",
Expand All @@ -49,7 +49,7 @@
"dependencies": {
"lodash": "^4.17.21",
"react-virtualized-auto-sizer": "^1.0.15",
"rxjs": "7.5.7",
"rxjs": "7.8.0",
"ts-pattern": "^4.2.2"
},
"homepage": "https://github.com/simPod/GrafanaJsonDatasource",
Expand Down
Loading

0 comments on commit a5be41c

Please sign in to comment.