CloudWatch: Use latest version of aws sdk (#32217)

* use latest version of aws sdk

* use yet a newer version
This commit is contained in:
Erik Sundell 2021-03-22 17:04:08 +01:00 committed by GitHub
parent de0c98771f
commit c1d53bd646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -202,7 +202,7 @@
},
"dependencies": {
"@emotion/core": "10.0.27",
"@grafana/aws-sdk": "0.0.22",
"@grafana/aws-sdk": "0.0.24",
"@grafana/slate-react": "0.22.9-grafana",
"@popperjs/core": "2.5.4",
"@reduxjs/toolkit": "1.5.0",

View File

@ -3430,10 +3430,10 @@
source-map "~0.6.1"
typescript "~3.9.7"
"@grafana/aws-sdk@0.0.22":
version "0.0.22"
resolved "https://registry.yarnpkg.com/@grafana/aws-sdk/-/aws-sdk-0.0.22.tgz#58389616beda01ef137804ab6d9ef07d4a4a35b0"
integrity sha512-gTyHmD5VeXjjnnq3zVyI2x3ktJB7dBp92GoJW+lH2t9bWNkcnXyzHSaXZZdrnNpjctaqpv85uxcocK4U7BGCvw==
"@grafana/aws-sdk@0.0.24":
version "0.0.24"
resolved "https://registry.yarnpkg.com/@grafana/aws-sdk/-/aws-sdk-0.0.24.tgz#30511706d5efaf52e81cadd8f933d1c21e8d1c6b"
integrity sha512-tKYZ5KgJn0/S+/z7KFUtcgihYC1vCpUPvDMONp8j1j02JWwUE3ivu9LDiPeWBLcicy0psUypC0mL3QG/e8prIw==
dependencies:
"@grafana/data" "7.4.0"
"@grafana/runtime" "7.4.0"