We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f98f5ee + 654f681 commit 4d72c04Copy full SHA for 4d72c04
HISTORY.md
@@ -1,6 +1,10 @@
1
# History
2
----
3
4
+### 3.4.4
5
+
6
+- Fix babel-runtime module not found
7
8
### 3.4.3
9
10
- Fix `createClass` and `PropTypes` warning.
package.json
@@ -1,6 +1,6 @@
{
"name": "rc-tooltip",
- "version": "3.4.3",
+ "version": "3.4.4",
"description": "React Tooltip",
"keywords": [
"react",
@@ -56,6 +56,7 @@
56
"lint"
57
],
58
"dependencies": {
59
+ "babel-runtime": "^6.23.0",
60
"prop-types": "^15.5.8",
61
"rc-trigger": "1.x"
62
}
0 commit comments