Skip to content

Commit 94e5fbf

Browse files
committed
updated version of react and markdown-it blindly
1 parent f0e6ac0 commit 94e5fbf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdreact",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "MdReact is a jsx/React enabling plugin for Markdown-It",
55
"keywords": [
66
"markdown",
@@ -14,7 +14,7 @@
1414
"license": "GNUP",
1515
"main": "react.js",
1616
"dependencies": {
17-
"react": "0.13.*",
18-
"markdown-it": "4.4.*"
17+
"markdown-it": "^8.0.0",
18+
"react": "^15.3.2"
1919
}
2020
}

0 commit comments

Comments
 (0)