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:
parent
a90e88582c
commit
b6b5707fa3
@ -103,8 +103,7 @@ module.exports = function (grunt) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
function readConfig(file) {
|
function readConfig(file) {
|
||||||
/*eslint no-eval:0*/
|
return eval(require('fs').readFileSync(file).toString()); // eslint-disable-line no-eval
|
||||||
return eval(require('fs').readFileSync(file).toString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
grunt.task.loadTasks('./internalTasks');
|
grunt.task.loadTasks('./internalTasks');
|
||||||
|
16
package.json
16
package.json
@ -26,24 +26,24 @@
|
|||||||
"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.6.0",
|
"lodash": "^3.6.0",
|
||||||
"optionator": "^0.5.0",
|
"optionator": "^0.6.0",
|
||||||
"text-table": "^0.2.0"
|
"text-table": "^0.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"brace": "^0.5.0",
|
"brace": "^0.5.1",
|
||||||
"brfs": "^1.4.0",
|
"brfs": "^1.4.0",
|
||||||
"coveralls": "^2.11.2",
|
"coveralls": "^2.11.2",
|
||||||
"eslint-plugin-react": "^2.0.1",
|
"eslint-plugin-react": "^2.1.0",
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-browserify": "^3.6.0",
|
"grunt-browserify": "^3.7.0",
|
||||||
"grunt-contrib-requirejs": "^0.4.4",
|
"grunt-contrib-requirejs": "^0.4.4",
|
||||||
"grunt-contrib-uglify": "^0.8.0",
|
"grunt-contrib-uglify": "^0.9.1",
|
||||||
"grunt-contrib-watch": "^0.6.1",
|
"grunt-contrib-watch": "^0.6.1",
|
||||||
"grunt-eslint": "^10.0.0",
|
"grunt-eslint": "^11.0.0",
|
||||||
"grunt-node-tap": "^0.1.61",
|
"grunt-node-tap": "^0.1.61",
|
||||||
"istanbul": "^0.3.11",
|
"istanbul": "^0.3.13",
|
||||||
"react": "^0.12.2",
|
"react": "^0.12.2",
|
||||||
"tape": "^3.5.0"
|
"tape": "^4.0.0"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"templates",
|
"templates",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user