Skip to content

Commit

Permalink
fix(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 28, 2017
1 parent f571102 commit af2f2c5
Showing 1 changed file with 27 additions and 23 deletions.
50 changes: 27 additions & 23 deletions package.json
Expand Up @@ -8,7 +8,11 @@
},
"config": {
"next-update": {
"skip": ["grunt", "grunt-cli", "karma"]
"skip": [
"grunt",
"grunt-cli",
"karma"
]
},
"pre-git": {
"commit-msg": "simple",
Expand All @@ -25,43 +29,43 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
"@semantic-release/condition-travis": "4.1.4",
"@semantic-release/condition-travis": "5.0.2",
"bad-line": "0.1.1",
"condition-node-version": "1.2.0",
"coveralls": "2.11.6",
"condition-node-version": "1.3.0",
"coveralls": "2.13.1",
"expect.js": "0.3.1",
"git-issues": "1.2.0",
"git-issues": "1.3.1",
"github-post-release": "1.12.1",
"grunt": "0.4.5",
"grunt-banner": "0.6.0",
"grunt-clean-console": "0.1.1",
"grunt-cli": "1.0.0-rc1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-uglify": "0.11.1",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-deps-ok": "0.9.0",
"grunt-gh-pages": "1.0.0",
"grunt-gh-pages": "2.0.0",
"grunt-karma": "0.10.1",
"grunt-mocha-test": "0.12.7",
"grunt-nice-package": "0.10.3",
"grunt-mocha-test": "0.13.2",
"grunt-nice-package": "0.10.4",
"grunt-npm2bower-sync": "0.9.1",
"jshint-stylish": "2.1.0",
"jshint-stylish": "2.2.1",
"karma": "0.12.32",
"karma-chrome-launcher": "0.2.2",
"karma-coverage": "0.5.3",
"karma-mocha": "0.2.2",
"karma-phantomjs-launcher": "1.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-mocha": "1.3.0",
"karma-phantomjs-launcher": "1.0.4",
"matchdep": "1.0.1",
"mocha": "2.4.5",
"mocha": "3.4.2",
"next-update-travis": "1.5.3",
"phantomjs": "2.1.3",
"phantomjs-prebuilt": "2.1.12",
"phantomjs": "2.1.7",
"phantomjs-prebuilt": "2.1.14",
"pkgfiles": "2.3.2",
"pre-git": "3.4.0",
"pre-git": "3.15.0",
"semantic-release": "6.3.6",
"simple-commit-message": "3.3.0",
"simple-commit-message": "3.3.1",
"time-grunt": "1.4.0"
},
"engines": {
Expand Down

0 comments on commit af2f2c5

Please sign in to comment.