Update tippy

This commit is contained in:
Cory LaViska
2020-05-21 09:26:32 -04:00
parent 7966647fdb
commit c1a0c80191
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -5918,9 +5918,9 @@
"dev": true
},
"tippy.js": {
"version": "5.1.3",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-5.1.3.tgz",
"integrity": "sha512-qZl6nPzXmfPTPmHXdnMc8N57BnJMvCqMg4KGgeR9Mi2k9QYHa3tA6O1UFn6w3vlHT/UIS21NrlMjixjcG2DeTw==",
"version": "5.2.1",
"resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-5.2.1.tgz",
"integrity": "sha512-66UT6JRVn3dXNCORE+0UvUK3JZqV/VhLlU6HTDm3FmrweUUFUxUGvT8tUQ7ycMp+uhuLAwQw6dBabyC+iKf/MA==",
"requires": {
"popper.js": "^1.16.0"
}

View File

@@ -48,6 +48,6 @@
"feather-icons": "^4.28.0",
"normalize.css": "^8.0.1",
"resize-observer-polyfill": "^1.5.1",
"tippy.js": "^5.1.3"
"tippy.js": "^5.2.1"
}
}