Skip to content

Commit 6375710

Browse files
committed
Update react deps
1 parent 5697e10 commit 6375710

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ npm install must-jsx
1111

1212
## Usage
1313

14+
*Note*: If you're using `[email protected]` please use version `2.0.0` or less.
15+
1416
```javascript
1517
import must from "must"
1618
import mustJSX from "must-jsx"

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"homepage": "https://github.com/nwinch/must-jsx#readme",
2828
"dependencies": {
29-
"react": "^0.14.8",
30-
"react-addons-test-utils": "^0.14.8",
31-
"react-element-to-jsx-string": "^2.6.1"
29+
"react": "^15.3.0",
30+
"react-addons-test-utils": "^15.3.0",
31+
"react-element-to-jsx-string": "^4.0.0"
3232
},
3333
"devDependencies": {
3434
"babel-cli": "^6.4.5",

0 commit comments

Comments
 (0)