Skip to content

Commit

Permalink
React 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Dec 7, 2016
1 parent eaf0b59 commit d15b0ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdownz",
"version": "7.0.1",
"version": "7.0.2",
"description": "Markdown viewer and editor for the Zooniverse",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"eslint-plugin-react": "~6.3.0",
"jsdom": "~9.5.0",
"mocha": "~3.1.0",
"react-addons-test-utils": "~15.3.2",
"react-dom": "~15.3.2",
"react-addons-test-utils": "~15.4",
"react-dom": "~15.4",
"webpack": "~1.13.3"
},
"dependencies": {
Expand All @@ -56,8 +56,8 @@
"markdown-it-sup": "~1.0.0",
"markdown-it-table-of-contents": "~0.2.2",
"markdown-it-video": "~0.4.0",
"react": "~15.3.2",
"react-dom": "~15.3.2",
"react": "~15.4",
"react-dom": "~15.4",
"react-mixin": "~1.7.0",
"twemoji": "~1.4.1"
},
Expand Down

0 comments on commit d15b0ad

Please sign in to comment.