Skip to content

Commit 6a411bb

Browse files
Bump v-tippy from 1.0.0 to 2.0.0
Bumps [v-tippy](https://github.com/egoist/v-tippy) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/egoist/v-tippy/releases) - [Commits](egoist/v-tippy@v1.0.0...v2.0.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70e72b1 commit 6a411bb

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"poi": "^12.4.4",
4444
"prismjs": "^1.6.0",
4545
"typeface-nunito": "^0.0.72",
46-
"v-tippy": "^1.0.0",
46+
"v-tippy": "^2.0.0",
4747
"vue": "^2.5.22",
4848
"vue-github-badge": "^1.0.1",
4949
"vue-template-compiler": "^2.5.22"

yarn.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5542,9 +5542,10 @@ poi@^12.4.4:
55425542
webpack-dev-server "^3.1.10"
55435543
webpack-merge "^4.1.4"
55445544

5545-
popper.js@^1.11.1:
5546-
version "1.11.1"
5547-
resolved "https://registry.npmjs.org/popper.js/-/popper.js-1.11.1.tgz#f5aca9a73bca1ce1fdbd9be8b1ba68677cbdd8e0"
5545+
popper.js@^1.14.3:
5546+
version "1.15.0"
5547+
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2"
5548+
integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA==
55485549

55495550
portfinder@^1.0.9:
55505551
version "1.0.13"
@@ -7567,11 +7568,12 @@ tiny-emitter@^2.0.0:
75677568
version "2.0.1"
75687569
resolved "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.1.tgz#e65919d91e488e2a78f7ebe827a56c6b188d51af"
75697570

7570-
tippy.js@^1.1.3:
7571-
version "1.2.0"
7572-
resolved "https://registry.npmjs.org/tippy.js/-/tippy.js-1.2.0.tgz#af0bbf6c4746c7e2a2688ea02826b5517f860f11"
7571+
tippy.js@^2.5.2:
7572+
version "2.6.0"
7573+
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-2.6.0.tgz#5493cd478322ce75c08306e67a0107aa609a39c9"
7574+
integrity sha512-hBcy6UXK3epiFwpkycy7Pn1SSLofUmawpPnlYg5ginbXMc/3EX2ivjzHfjvr/WPEpUg71/7ssiovhxDtCWvL2A==
75737575
dependencies:
7574-
popper.js "^1.11.1"
7576+
popper.js "^1.14.3"
75757577

75767578
to-arraybuffer@^1.0.0:
75777579
version "1.0.1"
@@ -7876,12 +7878,13 @@ uuid@^3.0.1, uuid@^3.3.2:
78767878
resolved "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
78777879
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
78787880

7879-
v-tippy@^1.0.0:
7880-
version "1.0.0"
7881-
resolved "https://registry.npmjs.org/v-tippy/-/v-tippy-1.0.0.tgz#9d70fa64353c8ac9854493eb9b3a126b05bcacae"
7881+
v-tippy@^2.0.0:
7882+
version "2.0.0"
7883+
resolved "https://registry.yarnpkg.com/v-tippy/-/v-tippy-2.0.0.tgz#2cff07b61a297b49edbbf4d76ef3ebe9b3e5ea79"
7884+
integrity sha1-LP8Hthope0ntu/TXbvPr6bPl6nk=
78827885
dependencies:
78837886
nano-assign "^1.0.0"
7884-
tippy.js "^1.1.3"
7887+
tippy.js "^2.5.2"
78857888

78867889
v8-compile-cache@^2.0.2:
78877890
version "2.0.2"

0 commit comments

Comments
 (0)