Skip to content

Commit

Permalink
chore: use latest @aws-amplify/geo
Browse files Browse the repository at this point in the history
  • Loading branch information
sreeramsama committed Oct 17, 2022
1 parent 8ea6467 commit b986d64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -56,8 +56,8 @@
]
},
"devDependencies": {
"@aws-amplify/core": "^4.7.5",
"@aws-amplify/geo": "^1.3.19",
"@aws-amplify/core": "^4.7.8",
"@aws-amplify/geo": "^1.3.20",
"@babel/preset-env": "^7.16.4",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
Expand Down Expand Up @@ -91,8 +91,8 @@
"typescript": "^4.3.2"
},
"peerDependencies": {
"@aws-amplify/core": "^4.5.1",
"@aws-amplify/geo": "^1.3.19",
"@aws-amplify/core": "^4.7.8",
"@aws-amplify/geo": "^1.3.20",
"maplibre-gl": "^2.1.9"
},
"dependencies": {
Expand Down
32 changes: 9 additions & 23 deletions yarn.lock
Expand Up @@ -10,24 +10,10 @@
"@jridgewell/gen-mapping" "^0.1.0"
"@jridgewell/trace-mapping" "^0.3.9"

"@aws-amplify/core@4.7.7":
version "4.7.7"
resolved "https://registry.yarnpkg.com/@aws-amplify/core/-/core-4.7.7.tgz#e41e4194e482b5ebb9be2a83295736064d9ce5b6"
integrity sha512-1QSebfZTLbCJA3SQxnIduvC10WQuaoR2Ububjgkoxqc3yHfp1ir5Rw+Jre4lqKeW7ws3BpXvZ2rii0/C2pa+sQ==
dependencies:
"@aws-crypto/sha256-js" "1.0.0-alpha.0"
"@aws-sdk/client-cloudwatch-logs" "3.6.1"
"@aws-sdk/client-cognito-identity" "3.6.1"
"@aws-sdk/credential-provider-cognito-identity" "3.6.1"
"@aws-sdk/types" "3.6.1"
"@aws-sdk/util-hex-encoding" "3.6.1"
universal-cookie "^4.0.4"
zen-observable-ts "0.8.19"

"@aws-amplify/core@^4.7.5":
version "4.7.5"
resolved "https://registry.yarnpkg.com/@aws-amplify/core/-/core-4.7.5.tgz#c48a8b8cd6964ff2d234e0161bcdfa46287ca624"
integrity sha512-G1GFkbcHYg95Zqvitp/sRyty2gvNv34mqNji2Fo/hk+LD14r8Ghttzo/xdBYSFjlQU9xnrnT+LiKlPv2KdHAbA==
"@aws-amplify/core@4.7.8", "@aws-amplify/core@^4.7.8":
version "4.7.8"
resolved "https://registry.yarnpkg.com/@aws-amplify/core/-/core-4.7.8.tgz#6a35e08938ec1c903fb443c1e1b89b71bce5affe"
integrity sha512-mPBB0PXZf6AgX2uBhz4NyhGYEk+XD9YNZLmpMNw8WWiKOcoh4yZCJtGyQ7godGbqNnHTxHVzQpq37AU/U8T1TA==
dependencies:
"@aws-crypto/sha256-js" "1.0.0-alpha.0"
"@aws-sdk/client-cloudwatch-logs" "3.6.1"
Expand All @@ -38,12 +24,12 @@
universal-cookie "^4.0.4"
zen-observable-ts "0.8.19"

"@aws-amplify/geo@^1.3.19":
version "1.3.19"
resolved "https://registry.yarnpkg.com/@aws-amplify/geo/-/geo-1.3.19.tgz#d7b142380e70dc5ad600d2bce5ee581982af2438"
integrity sha512-LdaWqrNbx/eRYq9HKnZaVdLE0WH/WHa4JXoI+4PC9ESnAXVpn7q5KXGiM4Dx/w4UeF1m5QjWy8qwPXCUa0JfiQ==
"@aws-amplify/geo@^1.3.20":
version "1.3.20"
resolved "https://registry.yarnpkg.com/@aws-amplify/geo/-/geo-1.3.20.tgz#dea4e3fd5078e5aea9e480e0be5fcb8075da2405"
integrity sha512-FDRMXwqJNOTF1ossQtHTWukJc/rOUhztufIUvOzoySdIEiMagYdTFrI7llWRWyOJaZ0HCjw7BPRQWWajH4YwyA==
dependencies:
"@aws-amplify/core" "4.7.7"
"@aws-amplify/core" "4.7.8"
"@aws-sdk/client-location" "3.186.0"
"@turf/boolean-clockwise" "6.5.0"
camelcase-keys "6.2.2"
Expand Down

0 comments on commit b986d64

Please sign in to comment.