Skip to content

Commit

Permalink
Merge pull request #3 from grafana/fix/update-dependencies
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
tolzhabayev committed Oct 25, 2022
2 parents 57d5220 + 0923696 commit dffd4f2
Show file tree
Hide file tree
Showing 4 changed files with 4,731 additions and 6,886 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Changelog

## 0.1.1 (Unreleased)

## 0.1.1
### Enhancements

- Update @grafana packages to 8.3.4.
- Update @grafana packages to `9.2.0`

## 0.1.0

Expand Down
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// This file is needed because it is used by vscode and other tools that
// call `jest` directly. However, unless you are doing anything special
// do not edit this file

const standard = require('@grafana/toolkit/src/config/jest.plugin.config');

// This process will use the same config that `yarn test` is using
module.exports = standard.jestConfig();
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@
},
"author": "Grafana Labs",
"license": "Apache-2.0",
"devDependencies": {
"tslib": "2.3.1",
"@grafana/data": "8.3.4",
"@grafana/runtime": "8.3.4",
"@grafana/toolkit": "8.3.4",
"@grafana/ui": "8.3.4",
"dependencies": {
"@grafana/data": "9.2.0",
"@grafana/runtime": "9.2.0",
"@grafana/toolkit": "9.2.0",
"@grafana/ui": "9.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tslib": "2.3.1"
},
"devDependencies": {
"@types/lodash": "latest"
},
"engines": {
Expand Down
Loading

0 comments on commit dffd4f2

Please sign in to comment.