Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @chakra-ui/icons from 2.0.18 to 2.1.1 #478

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/layout": "^2.1.18",
"@chakra-ui/provider": "^2.2.2",
"@chakra-ui/react": "^2.5.5",
Expand Down
24 changes: 18 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1273,15 +1273,27 @@ __metadata:
languageName: node
linkType: hard

"@chakra-ui/icons@npm:^2.0.18":
version: 2.0.18
resolution: "@chakra-ui/icons@npm:2.0.18"
"@chakra-ui/icon@npm:3.2.0":
version: 3.2.0
resolution: "@chakra-ui/icon@npm:3.2.0"
dependencies:
"@chakra-ui/icon": 3.0.16
"@chakra-ui/shared-utils": 2.0.5
peerDependencies:
"@chakra-ui/system": ">=2.0.0"
react: ">=18"
checksum: d417e2b343837d6862eb37739e3d02b8e8bbeeefa4c7e4f1d4a7fcfcdf1c7a4401de9094d7a08ba1419f73465ab30456427f8dbf2f2ffe29b77a14ad4b341b00
languageName: node
linkType: hard

"@chakra-ui/icons@npm:^2.1.1":
version: 2.1.1
resolution: "@chakra-ui/icons@npm:2.1.1"
dependencies:
"@chakra-ui/icon": 3.2.0
peerDependencies:
"@chakra-ui/system": ">=2.0.0"
react: ">=18"
checksum: c3967af062f5808486cda6ce72a68e8279882f071c6ff715d4f669257280f8d8685fe8b4efe1a914d227c34446da51acc9ef4cc5ef13801cf453b27e8eabf3e9
checksum: b7acf209bcb8f40494e5be64195c1f6b6d31bd425342731892b577ded6b3d02bc0399be18c3c503cf19086d1b89bcda71a3570c797a5c1b09bd5de997cee359b
languageName: node
linkType: hard

Expand Down Expand Up @@ -14194,7 +14206,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "web@workspace:apps/web"
dependencies:
"@chakra-ui/icons": ^2.0.18
"@chakra-ui/icons": ^2.1.1
"@chakra-ui/layout": ^2.1.18
"@chakra-ui/provider": ^2.2.2
"@chakra-ui/react": ^2.5.5
Expand Down
Loading