Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
[npm] Upgrade the dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Dec 30, 2016
1 parent 3e54e53 commit ce02b7f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
'flowtype',
],
rules: {
'array-bracket-spacing': 'off', // use babel plugin rule
'array-bracket-spacing': ['error', 'never'],
'arrow-body-style': 'off',
'arrow-parens': ['error', 'always'], // airbnb use as-needed
'consistent-this': ['error', 'self'],
Expand All @@ -30,7 +30,6 @@ module.exports = {
'object-curly-spacing': 'off', // use babel plugin rule
'operator-linebreak': ['error', 'after'], // aibnb is disabling this rule
'babel/object-curly-spacing': ['error', 'always'],
'babel/array-bracket-spacing': ['error', 'never'],
'import/no-unresolved': 'off',
'import/no-named-as-default': 'off',
'import/extensions': 'off',
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"src"
],
"scripts": {
"lint": "eslint .",
"lint": "eslint . && echo \"eslint: no lint errors\"",
"test": "npm run lint && npm run flow",
"prebuild": "rm -rf lib/",
"flow": "flow",
Expand All @@ -34,35 +34,35 @@
"homepage": "https://github.com/oliviertassinari/serviceworker-webpack-plugin#readme",
"dependencies": {
"minimatch": "^3.0.3",
"webpack": "^1.13.3"
"webpack": "^1.14.0"
},
"devDependencies": {
"autoprefixer": "^6.5.3",
"autoprefixer": "^6.6.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.9.1",
"css-loader": "^0.26.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-flowtype": "^2.25.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-flowtype": "^2.29.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-react": "^6.6.0",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.8.0",
"extract-text-webpack-plugin": "^1.0.1",
"flow-bin": "^0.34.0",
"flow-bin": "^0.37.4",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.11.2",
"postcss-loader": "^1.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"sass-loader": "^4.0.2",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack-dev-server": "^1.16.2"
}
Expand Down

0 comments on commit ce02b7f

Please sign in to comment.