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

Commit d684903

Browse files
committed
chore: update tippy
1 parent ffa3824 commit d684903

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
},
5353
"dependencies": {
54-
"tippy.js": "^6.2.0"
54+
"tippy.js": "^6.3.0"
5555
},
5656
"peerDependencies": {
5757
"react": ">=16.8",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,10 +1221,10 @@
12211221
style-value-types "^3.1.7"
12221222
tslib "^1.10.0"
12231223

1224-
"@popperjs/core@^2.3.2":
1225-
version "2.4.2"
1226-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.4.2.tgz#7c6dc4ecef16149fd7a736710baa1b811017fdca"
1227-
integrity sha512-JlGTGRYHC2QK+DDbePyXdBdooxFq2+noLfWpRqJtkxcb/oYWzOF0kcbfvvbWrwevCC1l6hLUg1wHYT+ona5BWQ==
1224+
"@popperjs/core@^2.8.3":
1225+
version "2.8.4"
1226+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.8.4.tgz#6f1744b0f69f507a433f42874cc3b2eb4b11b337"
1227+
integrity sha512-h0lY7g36rhjNV8KVHKS3/BEOgfsxu0AiRI8+ry5IFBGEsQFkpjxtcpVc9ndN8zrKUeMZXAWMc7eQMepfgykpxQ==
12281228

12291229
"@samverschueren/stream-to-observable@^0.3.0":
12301230
version "0.3.0"
@@ -7677,12 +7677,12 @@ tiny-inflate@^1.0.0:
76777677
resolved "https://registry.yarnpkg.com/tiny-inflate/-/tiny-inflate-1.0.3.tgz#122715494913a1805166aaf7c93467933eea26c4"
76787678
integrity sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==
76797679

7680-
tippy.js@^6.2.0:
7681-
version "6.2.3"
7682-
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.2.3.tgz#0a5db67dc6bd9129233b26052b7ae2b2047fd73e"
7683-
integrity sha512-MzqHMrr2C0IC8ZUnG5kLQPxonWJ7V+Usqiy2W5b+dCvAfousio0mA85h+Ea5wRq94AQGd8mbFGeciRgkP+F+7w==
7680+
tippy.js@^6.3.0:
7681+
version "6.3.0"
7682+
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.0.tgz#1cabf492b3afb1a82cf28e5a62859f6aeb253688"
7683+
integrity sha512-7YhkZS7HbvEGiahGGU4QHLEnzaEWEOh/s4W1YN/ktgqm9LJHV0Bw9GV+hwGbvIAAjqgSps/FWWZBzWEiV8ojmA==
76847684
dependencies:
7685-
"@popperjs/core" "^2.3.2"
7685+
"@popperjs/core" "^2.8.3"
76867686

76877687
tmp@^0.0.33:
76887688
version "0.0.33"

0 commit comments

Comments
 (0)