diff --git a/.travis.yml b/.travis.yml index cec4ccf..04ebae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ notifications: branches: only: - master + - /^greenkeeper/.*$/ before_script: - npm prune script: diff --git a/Readme.md b/Readme.md index da06d90..d3a45c3 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,7 @@ # babel-plugin-json-to-proptypes +[![Greenkeeper badge](https://badges.greenkeeper.io/transform-it/babel-plugin-json-to-proptypes.svg)](https://greenkeeper.io/) + > Convert JSON to React PropTypes Online REPL is available at https://transform.now.sh/ diff --git a/package.json b/package.json index 88a0318..da5ed19 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "license": "MIT", "devDependencies": { "all-contributors-cli": "^4.4.0", - "ava": "^0.21.0", + "ava": "^0.23.0", "babel-core": "^6.25.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.6.0", @@ -42,16 +42,16 @@ "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "husky": "^0.14.3", - "jsdom": "^9.12.0", + "jsdom": "^11.3.0", "lint-staged": "^4.0.1", "nyc": "^11.0.3", "pascal-case": "^2.0.1", "prettier-eslint-cli": "^4.1.1", - "rollup": "^0.45.2", - "rollup-plugin-buble": "^0.15.0", + "rollup": "^0.50.0", + "rollup-plugin-buble": "^0.16.0", "rollup-plugin-filesize": "^1.4.2", "rollup-watch": "^4.3.1", - "semantic-release": "^6.3.6" + "semantic-release": "^8.2.0" }, "config": { "commitizen": {