Skip to content

Commit

Permalink
Bump @aws-amplify/ui-react from 5.0.6 to 5.0.7 (#276)
Browse files Browse the repository at this point in the history
Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 5.0.6 to 5.0.7.
- [Release notes](https://github.com/aws-amplify/amplify-ui/releases)
- [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@5.0.7/packages/react)

---
updated-dependencies:
- dependency-name: "@aws-amplify/ui-react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 4, 2023
1 parent dbe8e3f commit 23a7fd0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^5.0.6",
"@aws-amplify/ui-react": "^5.0.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -208,23 +208,23 @@
fast-xml-parser "^4.2.5"
tslib "^1.8.0"

"@aws-amplify/ui-react-core@2.1.27":
version "2.1.27"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui-react-core/-/ui-react-core-2.1.27.tgz#1cdc34d81d1bcfe8496f8e07751130f328d3327c"
integrity sha512-Tt7vv4ASlGGcCLC7CcdPC9pTioYYIkt/OobK4ZGoWCbAR+6hhtqzgPL9f6jffXi3d9AvMn6E062qCN8JWoaB6Q==
"@aws-amplify/ui-react-core@2.1.28":
version "2.1.28"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui-react-core/-/ui-react-core-2.1.28.tgz#169837bf662984fd986bdabdf27d8a5aa11a8837"
integrity sha512-Q4uiB2lu6MdsH4u6WUKcE5vOZwawl1ed3nBhJSAvwqbYiOvQ7UKsJBLPrYLyarw1KZCLKGxppboidqww6yW2CQ==
dependencies:
"@aws-amplify/ui" "5.6.8"
"@aws-amplify/ui" "5.6.9"
"@xstate/react" "3.0.1"
lodash "4.17.21"
xstate "^4.33.6"

"@aws-amplify/ui-react@^5.0.6":
version "5.0.6"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui-react/-/ui-react-5.0.6.tgz#8463aae7386a98d28891cfc9eadfce59db5bb30a"
integrity sha512-K4YLddzj3bRJfgyXYFk4koDtQaNzqP8JVaEL4Qo8yfAVp5YSrsS7TFRo1+rL9NRmutmfXYp+D+JV+jJBqfC+KA==
"@aws-amplify/ui-react@^5.0.7":
version "5.0.7"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui-react/-/ui-react-5.0.7.tgz#59261f0ff9a99f045d30372e4118859d428a0a71"
integrity sha512-Y82G5lmUfuhHK+ibe2DTerNErjo+s4tZruKPryUkYyXtrDlD76F7qOBnABJNHDcrQ40GmAxCiaXWldGx8TBrmA==
dependencies:
"@aws-amplify/ui" "5.6.8"
"@aws-amplify/ui-react-core" "2.1.27"
"@aws-amplify/ui" "5.6.9"
"@aws-amplify/ui-react-core" "2.1.28"
"@radix-ui/react-accordion" "1.0.0"
"@radix-ui/react-direction" "1.0.0"
"@radix-ui/react-dropdown-menu" "1.0.0"
Expand All @@ -238,10 +238,10 @@
react-generate-context "1.0.1"
tslib "2.4.1"

"@aws-amplify/ui@5.6.8":
version "5.6.8"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui/-/ui-5.6.8.tgz#2ee29b000ff91d8be029ee6011342fd764358e40"
integrity sha512-cxp1fs2A09pj84bloLuxiOol0O5ByJC1XYZGnqIcQP/Kce/K1NgSbjSteyUzOC+/5EPqrq/CMOZMy9/GBtQq0Q==
"@aws-amplify/ui@5.6.9":
version "5.6.9"
resolved "https://registry.yarnpkg.com/@aws-amplify/ui/-/ui-5.6.9.tgz#96326d75fd92fbc36c003b57c0c71a54313c6075"
integrity sha512-NNioOR1ms25peaXxRe4ocwJmkgclkpejcpL8R66D8UIPJ4unCfSjhCI/Z9qUXSVFwqZt3DoSTl5A6R9ujbPYnw==
dependencies:
csstype "^3.1.1"
lodash "4.17.21"
Expand Down

0 comments on commit 23a7fd0

Please sign in to comment.