Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Mar 20, 2015
1 parent cbb6f99 commit 41e2bfe
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"main": "index.js",
"dependencies": {
"eventemitter2": "~0.4.13",
"lodash": "~3.2.0",
"rich-text": "~1.0.3"
"lodash": "~3.5.0",
"rich-text": "~1.1.0"
},
"devDependencies": {
"async": "~0.9.0",
"browserify": "~8.1.0",
"browserify": "~9.0.3",
"coffee-script": "~1.9.0",
"coffeeify": "~1.0.0",
"derequire": "~1.2.0",
"glob": "~4.3.2",
"glob": "~5.0.3",
"grunt": "~0.4.5",
"grunt-browserify": "~3.3.0",
"grunt-browserify": "~3.5.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-stylus": "~0.20.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-stylus": "~0.21.0",
"grunt-contrib-uglify": "~0.8.0",
"grunt-karma": "~0.10.1",
"grunt-lodash": "~0.4.0",
Expand All @@ -50,11 +50,11 @@
"karma-safari-launcher": "~0.1.1",
"karma-sauce-launcher": "~0.2.10",
"load-grunt-tasks": "~3.1.0",
"protractor": "~1.6.0",
"protractor": "~1.8.0",
"stylify": "~1.0.0",
"stylus": "~0.49.2",
"stylus": "~0.50.0",
"through": "~2.3.6",
"watchify": "~2.3.0"
"watchify": "~2.4.0"
},
"browser": {
"lodash": ".build/lodash.js"
Expand Down

0 comments on commit 41e2bfe

Please sign in to comment.