Skip to content

Commit

Permalink
[chore] Upgrade eslint config and plugins (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 29, 2017
1 parent ac9e953 commit 043064c
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"boxen": "^1.1.0",
"chalk": "^1.1.3",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.4.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"disc": "^1.3.2",
"envify": "^4.0.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"gzip-size": "^3.0.0",
"hard-rejection": "^1.0.0",
"nock": "^9.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@sanity/check": "^0.113.7",
"@sanity/core": "^0.114.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-react": "^7.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-react": "^7.4.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.5.10",
"react": "^15.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/desk-tool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"@sanity/core": "^0.114.0",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.4.0",
"history": "^4.6.3",
"postcss-cssnext": "2.10.0",
"prop-types": "^15.5.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config-prettier": "^2.4.0",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"prettier": "^1.6.1",
"rimraf": "^2.6.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config-prettier": "^2.4.0",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"file-url": "^2.0.2",
"get-it": "^4.0.0",
"jest": "^21.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-flowtype-errors": "^3.0.3",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-import": "^2.7.0",
"flow-bin": "^0.42.0",
"rimraf": "^2.6.1",
"tap": "^10.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-import": "^2.7.0",
"interop-require": "^1.0.0",
"recursive-readdir": "^2.1.0",
"rimraf": "^2.6.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/@sanity/state-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"browserify": "^14.3.0",
"error-capture-middleware": "0.0.2",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-flowtype": "^2.34.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-react": "^7.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.4.0",
"express": "^4.15.2",
"flow-bin": "^0.42.0",
"history": "^4.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"mocha": "^3.2.0",
"rimraf": "^2.6.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/webpack-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-config-sanity": "^3.1.0",
"webpack": "^1.14.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity-plugin-vision/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-react": "^7.0.1",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-react": "^7.4.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1"
Expand Down

0 comments on commit 043064c

Please sign in to comment.