Skip to content

Commit

Permalink
[Dev Deps] update babel-cli, eslint, eslint-config-airbnb, `esl…
Browse files Browse the repository at this point in the history
…int-plugin-import`, `eslint-plugin-jsx-a11y`, `istanbul`, `jsdom`, `mocha`, `react`, `react-dom`, `rimraf`, `sinon`
  • Loading branch information
ljharb committed Sep 18, 2016
1 parent f3303fc commit 1d4f0b4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,22 @@
"react-dom": "0.14.x || >= 15.x"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-cli": "^6.14.0",
"babel-preset-airbnb": "^2.0.0",
"chai": "^3.5.0",
"eslint": "^2.12.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-import": "^1.15.0",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.1",
"hypernova": "^1.0.0",
"istanbul": "^0.4.3",
"jsdom": "^9.2.1",
"istanbul": "^0.4.5",
"jsdom": "^9.5.0",
"mocha": "^2.5.3",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"rimraf": "^2.5.2",
"sinon": "^1.17.4",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"rimraf": "^2.5.4",
"sinon": "^1.17.5",
"sinon-sandbox": "^1.0.2"
},
"engines": {
Expand Down

0 comments on commit 1d4f0b4

Please sign in to comment.