Skip to content

Commit

Permalink
Update react
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Oct 1, 2017
1 parent aa7cdf9 commit 1749605
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"purescript-dom": "^4.0.0",
"purescript-freet": "^3.0.0",
"purescript-profunctor-lenses": "^3.0.0",
"purescript-react-dom": "^3.0.0",
"purescript-react": "^3.0.0"
"purescript-react-dom": "^4.0.0",
"purescript-react": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"example": "pulp test -r cat > html/index.js"
},
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7"
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"pulp": "^11.0.0",
Expand Down

0 comments on commit 1749605

Please sign in to comment.