Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c5456d7

Browse files
floriandurosandybalaam
authored andcommitted
Fix tooltip behaviour in TAC (#12236)
* Update compound to `3.1.1` * Update `yarn.lock`
1 parent 1b28e78 commit c5456d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@sentry/browser": "^7.0.0",
7575
"@testing-library/react-hooks": "^8.0.1",
7676
"@vector-im/compound-design-tokens": "^1.0.0",
77-
"@vector-im/compound-web": "^3.1.0",
77+
"@vector-im/compound-web": "^3.1.1",
7878
"@zxcvbn-ts/core": "^3.0.4",
7979
"@zxcvbn-ts/language-common": "^3.0.4",
8080
"@zxcvbn-ts/language-en": "^3.0.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3129,10 +3129,10 @@
31293129
dependencies:
31303130
svg2vectordrawable "^2.9.1"
31313131

3132-
"@vector-im/compound-web@^3.1.0":
3133-
version "3.1.0"
3134-
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.1.0.tgz#e95fcc5311656c4177c6812524e3ea3fde8fd6cf"
3135-
integrity sha512-JB3JOYp3cO20OY6VYJPfr26xoBWq8/QsItN+kVnuiX1I405CKq065jEysHz+1XVHYxge5rICeILlrmwzesM2bw==
3132+
"@vector-im/compound-web@^3.1.1":
3133+
version "3.1.1"
3134+
resolved "https://registry.yarnpkg.com/@vector-im/compound-web/-/compound-web-3.1.1.tgz#4f3267e8c860475eb69de37e375950dc77a649a8"
3135+
integrity sha512-s+YQsMi5DotbHy47zP9Mrz19a4Vb0HF76JoHAita7QJkSqx+w/p1NECH4WTUnklbe8W3T5kVwSuwEx9eV8c2ZA==
31363136
dependencies:
31373137
"@radix-ui/react-context-menu" "^2.1.5"
31383138
"@radix-ui/react-dropdown-menu" "^2.0.6"

0 commit comments

Comments
 (0)