Skip to content

Commit

Permalink
Dependabot updates (#255)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Oct 4, 2024
1 parent a2c6514 commit 49d8864
Show file tree
Hide file tree
Showing 4 changed files with 691 additions and 712 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/grafana/grafana-amazonprometheus-datasource
go 1.22.4

require (
github.com/grafana/grafana-aws-sdk v0.31.2
github.com/grafana/grafana-aws-sdk v0.31.3
github.com/grafana/grafana-plugin-sdk-go v0.251.0
github.com/grafana/grafana/pkg/promlib v0.0.6
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
github.com/grafana/dataplane/sdata v0.0.9 h1:AGL1LZnCUG4MnQtnWpBPbQ8ZpptaZs14w6kE/MWfg7s=
github.com/grafana/dataplane/sdata v0.0.9/go.mod h1:Jvs5ddpGmn6vcxT7tCTWAZ1mgi4sbcdFt9utQx5uMAU=
github.com/grafana/grafana-aws-sdk v0.31.2 h1:Mv01GAHcIG3S2pVtRlt1cUnnWzUAr4qr74HJvYv11JQ=
github.com/grafana/grafana-aws-sdk v0.31.2/go.mod h1:5nt5Gmp6+GyM+Jr7xsXKJtbizxbYXXLmEac6kw5paQI=
github.com/grafana/grafana-aws-sdk v0.31.3 h1:QlgIwyyozYYQf/dL279Baicyax+SuE99Set5chMnq1s=
github.com/grafana/grafana-aws-sdk v0.31.3/go.mod h1:5nt5Gmp6+GyM+Jr7xsXKJtbizxbYXXLmEac6kw5paQI=
github.com/grafana/grafana-plugin-sdk-go v0.251.0 h1:gnOtxrC/1rqFvpSbQYyoZqkr47oWDlz4Q2L6Ozmsi3w=
github.com/grafana/grafana-plugin-sdk-go v0.251.0/go.mod h1:gCGN9kHY3KeX4qyni3+Kead38Q+85pYOrsDcxZp6AIk=
github.com/grafana/grafana/pkg/promlib v0.0.6 h1:FuRyHMIgVVXkLuJnCflNfk3gqJflmyiI+/ZuJ9MoAfY=
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"devDependencies": {
"@babel/core": "7.25.2",
"@emotion/eslint-plugin": "11.11.0",
"@grafana/e2e-selectors": "11.2.1",
"@grafana/e2e-selectors": "11.2.2",
"@grafana/eslint-config": "7.0.0",
"@grafana/plugin-e2e": "1.8.1",
"@grafana/plugin-e2e": "1.8.3",
"@grafana/tsconfig": "2.0.0",
"@playwright/test": "1.44.1",
"@playwright/test": "1.47.2",
"@swc/core": "1.7.28",
"@swc/helpers": "0.5.11",
"@swc/jest": "0.2.36",
Expand All @@ -47,12 +47,12 @@
"@typescript-eslint/eslint-plugin": "7.0.0",
"@typescript-eslint/parser": "6.21.0",
"copy-webpack-plugin": "12.0.2",
"cspell": "6.13.3",
"cspell": "8.14.4",
"css-loader": "7.1.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.8.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsx-a11y": "6.8.0",
Expand Down Expand Up @@ -85,13 +85,13 @@
},
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/aws-sdk": "0.4.2",
"@grafana/data": "11.2.1",
"@grafana/experimental": "2.1.0",
"@grafana/prometheus": "11.2.1",
"@grafana/runtime": "11.2.1",
"@grafana/schema": "11.2.1",
"@grafana/ui": "11.2.1",
"@grafana/aws-sdk": "0.5.0",
"@grafana/data": "11.2.2",
"@grafana/experimental": "2.1.1",
"@grafana/prometheus": "11.2.2",
"@grafana/runtime": "11.2.2",
"@grafana/schema": "11.2.2",
"@grafana/ui": "11.2.2",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 49d8864

Please sign in to comment.