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
92e8ca38cd
commit
bf2dde25e6
@ -130,7 +130,7 @@
|
||||
"comma-spacing": 1,
|
||||
"space-unary-ops": [1, { "words": true, "nonwords": false }],
|
||||
"indent": [2, 4],
|
||||
"space-before-function-parentheses": [1, {"anonymous": "always", "named": "never"}]
|
||||
"space-before-function-paren": [1, {"anonymous": "always", "named": "never"}]
|
||||
},
|
||||
"env": {
|
||||
"browser": false,
|
||||
|
10
package.json
10
package.json
@ -22,10 +22,10 @@
|
||||
"homepage": "https://github.com/wix/react-templates",
|
||||
"dependencies": {
|
||||
"chalk": "^1.0.0",
|
||||
"cheerio": "^0.18.0",
|
||||
"cheerio": "^0.19.0",
|
||||
"escodegen": "^1.6.1",
|
||||
"esprima-harmony": "^7001.1.0-dev-harmony-fb",
|
||||
"lodash": "^3.5.0",
|
||||
"lodash": "^3.6.0",
|
||||
"optionator": "^0.5.0",
|
||||
"text-table": "^0.2.0"
|
||||
},
|
||||
@ -34,13 +34,13 @@
|
||||
"brfs": "^1.4.0",
|
||||
"coveralls": "^2.11.2",
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-browserify": "^3.5.0",
|
||||
"grunt-browserify": "^3.6.0",
|
||||
"grunt-contrib-requirejs": "^0.4.4",
|
||||
"grunt-contrib-uglify": "^0.8.0",
|
||||
"grunt-contrib-watch": "^0.6.1",
|
||||
"grunt-eslint": "^9.0.0",
|
||||
"grunt-eslint": "^10.0.0",
|
||||
"grunt-node-tap": "^0.1.61",
|
||||
"istanbul": "^0.3.8",
|
||||
"istanbul": "^0.3.11",
|
||||
"react": "^0.12.2",
|
||||
"tape": "^3.5.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user