Skip to content

Commit

Permalink
Update peer dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim authored and Nadim committed May 29, 2017
1 parent 1afddba commit 95ebb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-datasheet",
"version": "1.2.9",
"version": "1.2.10",
"description": "Excel-like data grid for React",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,8 +57,8 @@
"watch": "^1.0.2"
},
"peerDependencies": {
"react": "~0.14.8 || ^15.0.0",
"react-dom": "~0.14.8 || ^15.0.0",
"react": ">=15.3.0",
"react-dom": ">=15.3.0",
"prop-types": "^15.5.9"
},
"dependencies": {},
Expand Down

0 comments on commit 95ebb2c

Please sign in to comment.