Update deps adding eslint-plugin-airbnb

old
Javi Velasco 2016-10-22 17:57:19 +02:00
parent 2e36de4f67
commit 5b00bc3c3b
1 changed files with 30 additions and 32 deletions

View File

@ -42,57 +42,55 @@
"react-css-themr": "~1.4.1"
},
"devDependencies": {
"autoprefixer": "~6.4.0",
"babel-cli": "~6.8.0",
"babel-core": "~6.13.2",
"babel-eslint": "~6.0.4",
"autoprefixer": "~6.5.1",
"babel-cli": "~6.16.0",
"babel-core": "~6.17.0",
"babel-eslint": "~7.0.0",
"babel-loader": "~6.2.4",
"babel-plugin-react-transform": "~2.0.2",
"babel-polyfill": "~6.13.0",
"babel-preset-es2015": "~6.13.2",
"babel-preset-react": "~6.5.0",
"babel-preset-stage-0": "~6.5.0",
"bluebird": "~3.3.5",
"cpx": "~1.3.1",
"cross-env": "~2.0.0",
"css-loader": "~0.23.1",
"eslint": "~3.2.2",
"eslint-plugin-babel": "~3.2.0",
"eslint-plugin-react": "~6.0.0",
"babel-polyfill": "~6.16.0",
"babel-preset-es2015": "~6.16.0",
"babel-preset-react": "~6.16.0",
"babel-preset-stage-0": "~6.16.0",
"cpx": "~1.5.0",
"cross-env": "~3.1.3",
"css-loader": "~0.25.0",
"eslint": "~3.8.1",
"eslint-import-resolver-webpack": "^0.6.0",
"eslint-plugin-babel": "~3.3.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "~6.4.1",
"expect": "~1.20.1",
"express": "~4.13.4",
"express": "~4.14.0",
"extract-text-webpack-plugin": "~1.0.1",
"git-dirty": "~1.0.2",
"glob": "~7.0.3",
"glob": "~7.1.1",
"immutability-helper": "~2.0.0",
"karma": "~1.1.2",
"karma-chrome-launcher": "~1.0.1",
"karma": "~1.3.0",
"karma-cli": "~1.0.0",
"karma-mocha": "~1.0.1",
"karma-mocha": "~1.2.0",
"karma-phantomjs-launcher": "~1.0.0",
"karma-webpack": "~1.7.0",
"mocha": "~3.0.1",
"node-sass": "~3.7.0",
"phantomjs": "~2.1.7",
"phantomjs-polyfill": "0.0.2",
"karma-webpack": "~1.8.0",
"mocha": "~3.1.2",
"node-sass": "~3.10.1",
"phantomjs-prebuilt": "~2.1.7",
"postcss-loader": "~0.9.1",
"postcss-loader": "~1.0.0",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-test-utils": "~15.3.0",
"react-docgen": "~2.8.2",
"react-dom": "~15.3.0",
"react-transform-catch-errors": "~1.0.2",
"react-transform-hmr": "~1.0.4",
"redbox-react": "~1.2.4",
"redbox-react": "~1.3.2",
"rimraf": "~2.5.2",
"sass-lint": "1.8.2",
"sass-lint": "1.9.1",
"sass-loader": "~4.0.0",
"sinon": "git://github.com/sinonjs/sinon.git#b672042043517b9f84e14ed0fb8265126168778a",
"sinon": "^2.0.0-pre.2",
"style-loader": "~0.13.1",
"webpack": "~1.13.0",
"webpack-dev-middleware": "~1.6.1",
"webpack-hot-middleware": "~2.10.0"
"webpack-dev-middleware": "~1.8.4",
"webpack-hot-middleware": "~2.13.0"
},
"scripts": {
"babel": "babel ./components --out-dir ./lib",