Skip to content

Commit 4d72c04

Browse files
authored
Merge pull request #76 from nickhsine/master
[Add] Add babel-runtime dependency
2 parents f98f5ee + 654f681 commit 4d72c04

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# History
22
----
33

4+
### 3.4.4
5+
6+
- Fix babel-runtime module not found
7+
48
### 3.4.3
59

610
- Fix `createClass` and `PropTypes` warning.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rc-tooltip",
3-
"version": "3.4.3",
3+
"version": "3.4.4",
44
"description": "React Tooltip",
55
"keywords": [
66
"react",
@@ -56,6 +56,7 @@
5656
"lint"
5757
],
5858
"dependencies": {
59+
"babel-runtime": "^6.23.0",
5960
"prop-types": "^15.5.8",
6061
"rc-trigger": "1.x"
6162
}

0 commit comments

Comments
 (0)