Skip to content

Commit

Permalink
Merge pull request #1 from mynewsdesk/upgrade-versions
Browse files Browse the repository at this point in the history
Upgrade package versions (avoid peer mismatch for react)
  • Loading branch information
dbackeus committed Jul 14, 2016
2 parents 1b5fd7e + d213f5a commit 004c685
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -22,13 +22,13 @@
],
"license": "MIT",
"devDependencies": {
"rackt-cli": "^0.4.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
"rackt-cli": "^0.6.1",
"react": "^15.2.1",
"react-dom": "^15.2.1"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
"react": ">= 0.14.0",
"react-dom": ">= 0.14.0"
},
"tags": [
"react-text-carousel"
Expand All @@ -40,7 +40,7 @@
"text"
],
"dependencies": {
"lodash": "^4.6.1",
"lodash": "^4.13.1",
"react-typist": "0.3.0"
}
}
}

0 comments on commit 004c685

Please sign in to comment.