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

update dependencies + eslint

This commit is contained in:
ido 2015-03-17 14:10:44 +02:00
parent e0f3501db7
commit b407e8b849
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
"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.4.0", "lodash": "^3.5.0",
"optionator": "^0.5.0", "optionator": "^0.5.0",
"text-table": "^0.2.0" "text-table": "^0.2.0"
}, },
@ -38,9 +38,9 @@
"grunt-contrib-requirejs": "^0.4.4", "grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.8.0", "grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^7.0.1", "grunt-eslint": "^9.0.0",
"grunt-node-tap": "^0.1.61", "grunt-node-tap": "^0.1.61",
"istanbul": "^0.3.7", "istanbul": "^0.3.8",
"react": "^0.12.2", "react": "^0.12.2",
"tape": "^3.5.0" "tape": "^3.5.0"
}, },