Skip to content

Commit

Permalink
chore(ncu): fix eslint-plugin-react (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenchange4 committed Mar 20, 2017
1 parent 6e2814d commit 8f0bbde
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"codecov": "^2.0.1",
"codecov": "^2.1.0",
"danger": "^0.13.0",
"eslint": "^3.17.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react": "6.10.0",
"lerna": "2.0.0-beta.38",
"npm-check-updates": "^2.10.3",
"stylelint": "^7.9.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"@cycle/rxjs-run": "^7.0.0",
"@cycle/time": "^0.7.3",
"babel-eslint": "^7.1.1",
"date-fns": "^1.28.0",
"date-fns": "^1.28.1",
"dotenv": "^4.0.0",
"enzyme": "^2.7.1",
"enzyme-to-json": "^1.5.0",
"eslint": "^3.17.1",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-react": "6.10.0",
"history": "^3.2.1",
"mcs-lite-connect": "^0.2.0",
"mcs-lite-icon": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"babel-preset-mcs-lite": "^0.1.3",
"enzyme": "^2.7.1",
"enzyme-to-json": "^1.5.0",
"flow-bin": "^0.41.0",
"flow-bin": "^0.42.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^19.0.2",
"mcs-lite-icon": "^0.2.0",
Expand All @@ -73,7 +73,7 @@
"copy-to-clipboard": "^3.0.5",
"dom-align": "^1.5.3",
"left-pad": "^1.1.3",
"moment": "^2.17.1",
"moment": "^2.18.0",
"ramda": "^0.23.0",
"react-hammerjs": "^0.5.0",
"react-motion-ui-pack": "^0.10.2",
Expand Down

0 comments on commit 8f0bbde

Please sign in to comment.