diff --git a/taker-frontend/package.json b/taker-frontend/package.json index 68e90df..3b1ddca 100644 --- a/taker-frontend/package.json +++ b/taker-frontend/package.json @@ -9,7 +9,7 @@ "tsc": "tsc" }, "dependencies": { - "@chakra-ui/icons": "^1.0.16", + "@chakra-ui/icons": "^1.1.1", "@chakra-ui/react": "^1.6.10", "@emotion/react": "^11", "@emotion/styled": "^11", diff --git a/taker-frontend/yarn.lock b/taker-frontend/yarn.lock index 0be8dd0..8bc92aa 100644 --- a/taker-frontend/yarn.lock +++ b/taker-frontend/yarn.lock @@ -1370,13 +1370,20 @@ dependencies: "@chakra-ui/utils" "1.8.4" -"@chakra-ui/icons@^1.0.16": - version "1.0.17" - resolved "https://registry.yarnpkg.com/@chakra-ui/icons/-/icons-1.0.17.tgz#c6aa9a85522c0d90fa7c4861cc02c532f57a8621" - integrity sha512-eu+xyABLTi+W5986UCfaBw8gPnh3xTxBHE4tMZ3VIkUaj0qYJiVer85pAe01Uud5OxJ1Mvw3G+gIbjuJFDEUQg== +"@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/icon" "1.1.13" - "@types/react" "^17.0.0" + "@chakra-ui/utils" "1.9.1" + +"@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== + dependencies: + "@chakra-ui/icon" "1.2.1" + "@types/react" "^17.0.15" "@chakra-ui/image@1.0.22": version "1.0.22" @@ -1759,6 +1766,16 @@ 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" + integrity sha512-Tue8JfpzOqeHd8vSqAnX1l/Y3Gg456+BXFP/TH6mCIeqMAMbrvv25vDskds0wlXRjMYdmpqHxCEzkalFrscGHA== + dependencies: + "@types/lodash.mergewith" "4.6.6" + css-box-model "1.2.1" + framesync "5.3.0" + lodash.mergewith "4.6.2" + "@chakra-ui/visually-hidden@1.0.16": version "1.0.16" resolved "https://registry.yarnpkg.com/@chakra-ui/visually-hidden/-/visually-hidden-1.0.16.tgz#7cd3299bbedc4c924be699a2a1a323fa91377c48" @@ -2677,7 +2694,7 @@ "@types/history" "*" "@types/react" "*" -"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.35": +"@types/react@*", "@types/react@^17.0.0", "@types/react@^17.0.15", "@types/react@^17.0.35": version "17.0.35" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.35.tgz#217164cf830267d56cd1aec09dcf25a541eedd4c" integrity sha512-r3C8/TJuri/SLZiiwwxQoLAoavaczARfT9up9b4Jr65+ErAUX3MIkU0oMOQnrpfgHme8zIqZLX7O5nnjm5Wayw==