Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Update dependencies to enable Greenkeeper 🌴 #189

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(package): update dependencies
  • Loading branch information
greenkeeper[bot] committed Mar 10, 2018
commit 91782c46f10a263ec32f4fa84842af757675b827
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@
"got": false
},
"dependencies": {
"got": "~2.4.0",
"jju": "~1.2.0",
"json-schema-ref-parser": "^3.1.2",
"got": "~8.3.0",
"jju": "~1.3.0",
"json-schema-ref-parser": "^4.1.1",
"object-assign": "^4.1.0",
"pluralize": "~1.1.1",
"q": "0.9.7",
"pluralize": "~7.0.0",
"q": "1.5.1",
"uritemplate": "~0.3.4"
},
"devDependencies": {
"browserify": "~12.0.1",
"chai": "~1.8.1",
"chai-as-promised": "~4.1.0",
"coffeeify": "~0.5.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.11",
"browserify": "~16.1.1",
"chai": "~4.1.2",
"chai-as-promised": "~7.1.1",
"coffeeify": "~3.0.1",
"grunt": "~1.0.2",
"grunt-cli": "~1.2.0",
"grunt-coffeelint": "~0.0.7",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-cli": "~1.3.0",
"grunt-mocha-phantomjs": "~3.0.0",
"grunt-shell": "~0.6.4",
"load-grunt-tasks": "~0.3.0",
"mocha": "~1.14.0",
"grunt-contrib-coffee": "~2.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-cli": "~4.0.0",
"grunt-mocha-phantomjs": "~4.0.0",
"grunt-shell": "~2.1.0",
"load-grunt-tasks": "~3.5.2",
"mocha": "~5.0.4",
"mversion": "~1.10.1",
"pre-commit": "~1.0.6"
"pre-commit": "~1.2.2"
},
"scripts": {
"build": "grunt build",
Expand Down