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-12-29 12:07:14 +02:00
parent f79cb7632b
commit 2ad0578e9e
2 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
"no-restricted-syntax": [2, "WithStatement", "ContinueStatement", "ForStatement"], "no-restricted-syntax": [2, "WithStatement", "ContinueStatement", "ForStatement"],
"no-negated-condition": 1, "no-negated-condition": 1,
"lodash3/prop-shorthand": 2, "lodash3/prop-shorthand": 2,
"lodash3/matches-shorthand": [2, 3], "lodash3/matches-shorthand": [2, "always", 3],
"lodash3/matches-prop-shorthand": 2, "lodash3/matches-prop-shorthand": 2,
"lodash3/prefer-chain": 2, "lodash3/prefer-chain": 2,
"lodash3/preferred-alias": 2, "lodash3/preferred-alias": 2,

View File

@ -35,7 +35,7 @@
"escodegen": "1.7.1", "escodegen": "1.7.1",
"esprima-fb": "^15001.1001.0-dev-harmony-fb", "esprima-fb": "^15001.1001.0-dev-harmony-fb",
"lodash": "^3.10.1", "lodash": "^3.10.1",
"optionator": "0.7.1", "optionator": "^0.8.0",
"text-table": "^0.2.0" "text-table": "^0.2.0"
}, },
"devDependencies": { "devDependencies": {
@ -45,8 +45,8 @@
"coveralls": "2.11.6", "coveralls": "2.11.6",
"eslint": "1.10.3", "eslint": "1.10.3",
"eslint-config-wix-editor": "^0.1.1", "eslint-config-wix-editor": "^0.1.1",
"eslint-plugin-lodash3": "0.4.0", "eslint-plugin-lodash3": "^0.5.0",
"eslint-plugin-react": "3.11.3", "eslint-plugin-react": "^3.13.1",
"eslint-plugin-wix-editor": "^1.0.1", "eslint-plugin-wix-editor": "^1.0.1",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-browserify": "^4.0.0", "grunt-browserify": "^4.0.0",
@ -58,8 +58,8 @@
"istanbul": "0.4.1", "istanbul": "0.4.1",
"react": "^0.14.2", "react": "^0.14.2",
"react-dom": "^0.14.2", "react-dom": "^0.14.2",
"react-native": "^0.11.4", "react-native": "^0.17.0",
"tape": "^4.2.1" "tape": "^4.4.0"
}, },
"keywords": [ "keywords": [
"templates", "templates",