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 2016-03-02 19:04:44 +02:00
parent 58b8093090
commit 2bcfcc738e

View File

@ -31,7 +31,7 @@
"homepage": "https://github.com/wix/react-templates", "homepage": "https://github.com/wix/react-templates",
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
"cheerio": "^0.19.0", "cheerio": "^0.20.0",
"css": "^2.2.1", "css": "^2.2.1",
"escodegen": "^1.8.0", "escodegen": "^1.8.0",
"esprima": "^2.7.1", "esprima": "^2.7.1",
@ -50,7 +50,7 @@
"eslint": "^2.2.0", "eslint": "^2.2.0",
"eslint-config-wix-editor": "^0.2.3", "eslint-config-wix-editor": "^0.2.3",
"eslint-plugin-lodash": "^1.2.2", "eslint-plugin-lodash": "^1.2.2",
"eslint-plugin-react": "^3.13.1", "eslint-plugin-react": "^4.1.0",
"eslint-plugin-wix-editor": "^1.1.1", "eslint-plugin-wix-editor": "^1.1.1",
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-babel": "^6.0.0", "grunt-babel": "^6.0.0",
@ -60,11 +60,11 @@
"grunt-contrib-watch": "^0.6.1", "grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^18.0.0", "grunt-eslint": "^18.0.0",
"grunt-tape": "0.0.2", "grunt-tape": "0.0.2",
"istanbul": "0.4.1", "istanbul": "^0.4.2",
"json-loader": "^0.5.4", "json-loader": "^0.5.4",
"react": "^0.14.2", "react": "^0.14.2",
"react-dom": "^0.14.2", "react-dom": "^0.14.2",
"react-native": "^0.17.0", "react-native": "^0.21.0",
"tape": "^4.4.0", "tape": "^4.4.0",
"webpack": "^1.12.14" "webpack": "^1.12.14"
}, },