Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jeffery committed Aug 25, 2017
1 parent a4c8d12 commit 7e522f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"prop-types": "^15.5.10"
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
Expand All @@ -20,7 +21,7 @@
"babel-preset-stage-1": "^6.22.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.5.1",
"gulp-git": "^1.12.0",
"gulp-git": "^2.4.2",
"gulp-util": "^3.0.8"
},
"peerDependencies": {
Expand All @@ -30,7 +31,7 @@
"react": "global:React"
},
"scripts": {
"prepublish": "npm run compile",
"prepare": "npm run compile",
"compile": "babel --presets es2015,stage-1,react -d lib/ src/",
"bump": "gulp bump",
"bump:minor": "gulp bump:minor",
Expand Down

0 comments on commit 7e522f4

Please sign in to comment.