Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maslianok committed Aug 29, 2017
1 parent 40e7a4e commit cd1f037
Show file tree
Hide file tree
Showing 2 changed files with 691 additions and 393 deletions.
28 changes: 11 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Vitalii Maslianok <[email protected]> (https://github.com/maslianok)",
"version": "0.5.0",
"version": "0.6.0",
"bugs": {
"url": "https://github.com/maslianok/react-resize-detector/issues"
},
Expand All @@ -9,33 +9,27 @@
"react": "^0.14.7 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"react": "^15.5.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.3.0",
"react": "^15.6.1",
"rimraf": "^2.6.1"
},
"directories": {
"example": "example"
},
"homepage": "https://github.com/maslianok/react-resize-detector",
"keywords": [
"react",
"resize",
"detector"
],
"keywords": ["react", "resize", "detector"],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
"maslianok <[email protected]>"
],
"maintainers": ["maslianok <[email protected]>"],
"name": "react-resize-detector",
"repository": {
"type": "git",
Expand All @@ -50,6 +44,6 @@
"test:watch": "NODE_ENV=test mocha --compilers js:babel/register --recursive --watch"
},
"dependencies": {
"prop-types": "^15.5.8"
"prop-types": "^15.5.10"
}
}
Loading

0 comments on commit cd1f037

Please sign in to comment.