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

chore: bump up @blocksuite/icons version to v2.1.64 #7945

Merged
merged 1 commit into from
Aug 23, 2024
Merged
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 packages/frontend/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@blocksuite/block-std": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/blocks": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/global": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/icons": "2.1.63",
"@blocksuite/icons": "2.1.64",
"@blocksuite/presets": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/store": "0.17.0-canary-202408191538-1511d04",
"@chromatic-com/storybook": "^1",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@blocksuite/block-std": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/blocks": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/global": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/icons": "2.1.63",
"@blocksuite/icons": "2.1.64",
"@blocksuite/inline": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/presets": "0.17.0-canary-202408191538-1511d04",
"@blocksuite/store": "0.17.0-canary-202408191538-1511d04",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ __metadata:
"@blocksuite/block-std": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/blocks": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/global": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/icons": "npm:2.1.63"
"@blocksuite/icons": "npm:2.1.64"
"@blocksuite/presets": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/store": "npm:0.17.0-canary-202408191538-1511d04"
"@chromatic-com/storybook": "npm:^1"
Expand Down Expand Up @@ -391,7 +391,7 @@ __metadata:
"@blocksuite/block-std": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/blocks": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/global": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/icons": "npm:2.1.63"
"@blocksuite/icons": "npm:2.1.64"
"@blocksuite/inline": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/presets": "npm:0.17.0-canary-202408191538-1511d04"
"@blocksuite/store": "npm:0.17.0-canary-202408191538-1511d04"
Expand Down Expand Up @@ -3597,9 +3597,9 @@ __metadata:
languageName: node
linkType: hard

"@blocksuite/icons@npm:2.1.63, @blocksuite/icons@npm:^2.1.62":
version: 2.1.63
resolution: "@blocksuite/icons@npm:2.1.63"
"@blocksuite/icons@npm:2.1.64, @blocksuite/icons@npm:^2.1.62":
version: 2.1.64
resolution: "@blocksuite/icons@npm:2.1.64"
peerDependencies:
"@types/react": ^18.0.25
lit: ^2.6.1
Expand All @@ -3609,7 +3609,7 @@ __metadata:
optional: true
react:
optional: true
checksum: 10/e0bfafd5d2245dc8eac583732758b6ce49e36da73da4e8f992cdd086f2f463ce4c2ed0dfe1724ea8a0e13b9f9163c08f097f6f9652ce2cdb1591061cd5541953
checksum: 10/4be43918cf50dd5f1c88e8e851b03fc697ad61a01ab67661fdba39b10d3297cc4f2e95e24950f48da990c2c8ee99f0a4e7aad64e171699aaf24be30f139eeafd
languageName: node
linkType: hard

Expand Down
Loading