Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to enable Greenkeeper 🌴 #847

Merged
merged 10 commits into from
May 1, 2018
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ module.exports = function (grunt) {
beautify: {
beautify: true,
indent_level: 2,
bracketize: true,
braces: true,
quote_style: 1
},
preserveComments: /^!/
Expand All @@ -211,7 +211,7 @@ module.exports = function (grunt) {
return /^!/.test( comment.value );
},
mangle: {
except: ['commons', 'utils', 'axe', 'window', 'document']
reserved: ['commons', 'utils', 'axe', 'window', 'document']
}
}
}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# axe-core

[![Greenkeeper badge](https://badges.greenkeeper.io/dequelabs/axe-core.svg)](https://greenkeeper.io/)

[![License](https://img.shields.io/npm/l/axe-core.svg)](LICENSE)
[![Version](https://img.shields.io/npm/v/axe-core.svg)](https://www.npmjs.com/package/axe-core)
[![Total npm downloads](https://img.shields.io/npm/dt/axe-core.svg)](https://www.npmjs.com/package/axe-core)
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/jasmine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "grunt jasmine"
},
"devDependencies": {
"axe-core": "^2.6.1",
"axe-core": "^3.0.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Greenkeeper automatically updates the examples 🤘

"grunt": "~1.0.2",
"grunt-contrib-jasmine": "~1.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion doc/examples/jest+react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "jest"
},
"devDependencies": {
"axe-core": "^2.6.1",
"axe-core": "^3.0.1",
"babel-jest": "^22.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
Expand Down
4 changes: 2 additions & 2 deletions doc/examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"test": "grunt mocha"
},
"devDependencies": {
"axe-core": "^2.6.1",
"axe-core": "^3.0.1",
"chai": "~4.1.2",
"grunt": "~1.0.2",
"grunt-mocha": "1.0.0"
"grunt-mocha": "1.0.4"
}
}
2 changes: 1 addition & 1 deletion doc/examples/phantomjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "phantomjs axe-phantom.js http://www.deque.com"
},
"devDependencies": {
"axe-core": "^2.6.1",
"axe-core": "^3.0.1",
"phantomjs": "^2.1.7"
}
}
2 changes: 1 addition & 1 deletion doc/examples/qunit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "grunt qunit"
},
"devDependencies": {
"axe-core": "^2.6.1",
"axe-core": "^3.0.1",
"grunt": "~1.0.2",
"grunt-contrib-qunit": "~2.0.0",
"qunitjs": "~2.4.1"
Expand Down
14 changes: 14 additions & 0 deletions greenkeeper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"groups": {
"default": {
"packages": [
"doc/examples/jasmine/package.json",
"doc/examples/jest+react/package.json",
"doc/examples/mocha/package.json",
"doc/examples/phantomjs/package.json",
"doc/examples/qunit/package.json",
"package.json"
]
}
}
}
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,34 +60,35 @@
},
"devDependencies": {
"angular-precommit": "^1.0.3",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"babelify": "^8.0.0",
"blanket": "~1.2.3",
"chai": "~3.5.0",
"chai": "~4.1.2",
"clone": "~1.0.2",
"dot": "~1.0.3",
"fs-extra": "^4.0.1",
"dot": "~1.1.2",
"fs-extra": "^5.0.0",
"grunt": "^1.0.2",
"grunt-babel": "^6.0.0",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-markdownlint": "^1.1.2",
"grunt-mocha": "^1.0.4",
"grunt-mocha": "1.0.4",
"grunt-parallel": "^0.5.1",
"grunt-retire": "^1.0.7",
"html-entities": "^1.2.0",
"jquery": "^3.0.0",
"mocha": "^3.2.0",
"promise": "~7.1.1",
"mocha": "^5.1.0",
"promise": "~8.0.1",
"revalidator": "~0.3.1",
"selenium-webdriver": "~3.4.0",
"selenium-webdriver": "~3.6.0",
"sri-toolbox": "^0.2.0",
"standard-version": "^4.2.0"
},
Expand Down