Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Mar 13, 2015
1 parent 96ffdd5 commit 9d93b3d
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"test": "mocha"
},
"dependencies": {
"any": "^0.1.2",
"any": "^1.0.0",
"arr-filter": "^1.1.0",
"arr-flatten": "^1.0.0",
"extend-shallow": "^0.2.0",
"arr-flatten": "^1.0.1",
"extend-shallow": "^1.1.2",
"handlebars": "^3.0.0",
"helper-concat": "^0.2.0",
"helper-date": "^0.2.1",
Expand All @@ -52,30 +52,27 @@
"helper-md": "^0.1.0",
"html-tag": "^0.2.1",
"index-of": "^0.1.0",
"is-number": "^1.1.0",
"js-yaml": "^3.2.6",
"is-number": "^1.1.2",
"js-yaml": "^3.2.7",
"kind-of": "^1.1.0",
"lang-map": "^0.3.0",
"lodash": "^3.2.0",
"lodash": "^3.5.0",
"logging-helpers": "^0.3.0",
"make-iterator": "^0.1.1",
"object-omit": "^1.0.0",
"object.pluck": "^0.1.2",
"randomatic": "^1.1.0",
"relative": "^1.2.0"
"relative": "^2.0.0"
},
"devDependencies": {
"code-context": "^0.3.0",
"gulp-coveralls": "^0.1.3",
"gulp-istanbul": "^0.6.0",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"markdown-utils": "^0.3.0",
"mocha": "^2.1.0",
"should": "^5.0.0",
"verb": "^0.4.4"
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.1",
"should": "^5.2.0",
"verb": "^0.5.0"
},
"keywords": [
"assemble",
Expand Down Expand Up @@ -112,4 +109,4 @@
"template",
"url"
]
}
}

0 comments on commit 9d93b3d

Please sign in to comment.