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

Commit 6cd1ce3

Browse files
committed
bump tippy.js to v3.0.0-beta.0
1 parent 6c7158d commit 6cd1ce3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tippy.js/react",
3-
"version": "1.0.0",
3+
"version": "1.0.0-beta.0",
44
"description": "React component for Tippy.js",
55
"main": "dist/Tippy.js",
66
"module": "dist/esm/Tippy.js",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"prop-types": "^15.6.2",
19-
"tippy.js": "^3.0.0-alpha.3"
19+
"tippy.js": "^3.0.0-beta.0"
2020
},
2121
"peerDependencies": {
2222
"react": ">= 16.2"

0 commit comments

Comments
 (0)