Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Bump @chakra-ui/icons from 1.1.1 to 1.1.5 in /taker-frontend
Browse files Browse the repository at this point in the history
Bumps [@chakra-ui/icons](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/icons) from 1.1.1 to 1.1.5.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- [Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/icons/CHANGELOG.md)
- [Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/icons@1.1.5/packages/icons)

---
updated-dependencies:
- dependency-name: "@chakra-ui/icons"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2022
1 parent 6e4d2da commit 2db29db
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion taker-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "vite-jest"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/icons": "^1.1.5",
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand Down
34 changes: 22 additions & 12 deletions taker-frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1431,26 +1431,26 @@
compute-scroll-into-view "1.0.14"
copy-to-clipboard "3.3.1"

"@chakra-ui/icon@1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-1.2.1.tgz#b47c0016531da8bef81061d2b96a2d5282b07ff8"
integrity sha512-uZxFsiY4Tld+LvGIX7cky0H6oMRac8udPMQRzIk/UQeNZcsWisGetatbQsew3y1lWV/iH/8+TlDuW13GWGyGGQ==
dependencies:
"@chakra-ui/utils" "1.9.1"

"@chakra-ui/icon@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-2.0.1.tgz#bb68e596c53b7b8f6ff549837f71bd9134202b97"
integrity sha512-5/xmEeteWvIf6ELuP2VKxqcR3kAQkXWZDqNOcExvfi0yustJ3XY1Q/yPKUfdjt0MkUS1qZlNCycoZdF52Rwz2g==
dependencies:
"@chakra-ui/utils" "1.10.0"

"@chakra-ui/icons@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/icons/-/icons-1.1.1.tgz#e4b191fd38be999c4434ff2b1fb69a5eaf3cf226"
integrity sha512-/+u6euCOFw6J1DZW7NcVFtib4mygJBoqRdsKiU1Z3uiTC+zQTBzcCt54NQ+kK8rhuNzJ+odahnt/AbjBJgZ+5A==
"@chakra-ui/icon@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@chakra-ui/icon/-/icon-2.0.3.tgz#1e29784734eae558f3aa4815e5f2d5f24cb0d3b9"
integrity sha512-G2rB5DeeNM4VlsUv49OYGyRJhr6fKkSRDskOHE9yV9QmaIatnYmGZCnvrSALe1EmzJYD0g9wessEyPHId5KtaQ==
dependencies:
"@chakra-ui/utils" "1.10.2"

"@chakra-ui/icons@^1.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@chakra-ui/icons/-/icons-1.1.5.tgz#ae727d1dab116d59d69055251a20fd4c4e7318f7"
integrity sha512-UjTexT3SXCNu6XbAjyHFTkYAMSq5MFTf1b5WSmvI6Bt4PZ5hYXGKGeFVaZi4jH58WCWD/HKsEq+MrHBDaaeUnA==
dependencies:
"@chakra-ui/icon" "1.2.1"
"@chakra-ui/icon" "2.0.3"
"@types/react" "^17.0.15"

"@chakra-ui/image@1.1.3":
Expand Down Expand Up @@ -1842,6 +1842,16 @@
framesync "5.3.0"
lodash.mergewith "4.6.2"

"@chakra-ui/utils@1.10.2":
version "1.10.2"
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.10.2.tgz#e79a8923d2779b1698a34d978bb9e9bc9f37f499"
integrity sha512-V4nGBkebZpz6P7AgbZBiXi2Pn3RNSuzR1A6VsQCzAvxYU2+csqZGLqmC07pvCSACNB75sT1en+Xd3XT0QKr0sA==
dependencies:
"@types/lodash.mergewith" "4.6.6"
css-box-model "1.2.1"
framesync "5.3.0"
lodash.mergewith "4.6.2"

"@chakra-ui/utils@1.9.1":
version "1.9.1"
resolved "https://registry.yarnpkg.com/@chakra-ui/utils/-/utils-1.9.1.tgz#e34bf74f9f6048da1ec2a5728db4cc80d0158e0e"
Expand Down

0 comments on commit 2db29db

Please sign in to comment.