1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

update dependencies

This commit is contained in:
ido 2015-03-08 14:52:05 +02:00
parent c37028256b
commit 2a815ab72e

View File

@ -25,22 +25,22 @@
"cheerio": "^0.18.0", "cheerio": "^0.18.0",
"escodegen": "^1.6.1", "escodegen": "^1.6.1",
"esprima-harmony": "^7001.1.0-dev-harmony-fb", "esprima-harmony": "^7001.1.0-dev-harmony-fb",
"lodash": "^3.3.0", "lodash": "^3.4.0",
"optionator": "^0.5.0", "optionator": "^0.5.0",
"text-table": "^0.2.0" "text-table": "^0.2.0"
}, },
"devDependencies": { "devDependencies": {
"brace": "^0.4.1", "brace": "^0.5.0",
"brfs": "^1.4.0", "brfs": "^1.4.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-browserify": "^3.4.0", "grunt-browserify": "^3.5.0",
"grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.7.0", "grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^7.0.0", "grunt-eslint": "^7.0.1",
"grunt-node-tap": "^0.1.61", "grunt-node-tap": "^0.1.61",
"istanbul": "^0.3.6", "istanbul": "^0.3.7",
"react": "^0.12.2", "react": "^0.12.2",
"tape": "^3.5.0" "tape": "^3.5.0"
}, },