Skip to content

Commit

Permalink
[Dev Deps] update eslint, eslint-config-airbnb, `eslint-plugin-im…
Browse files Browse the repository at this point in the history
…port`, `eslint-plugin-jsx-a11y`, `mocha`, `sinon`
  • Loading branch information
ljharb committed Nov 12, 2017
1 parent 938ef79 commit 3efbfab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,20 @@
"babel-cli": "^6.26.0",
"babel-preset-airbnb": "^2.4.0",
"chai": "^4.1.2",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"hypernova": "^2.1.3",
"istanbul": "^0.4.5",
"jsdom": "^9.12.0",
"mocha": "^4.0.0",
"mocha": "^4.0.1",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"rimraf": "^2.6.2",
"sinon": "^4.0.0",
"sinon": "^4.1.2",
"sinon-sandbox": "^1.0.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion test/components/HypernovaExampleReact.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const renderReact = require('../../').renderReact;
const { renderReact } = require('../../');
const Component = require('./ExampleReactComponent.js');

module.exports = renderReact('HypernovaExampleReact.js', Component);

0 comments on commit 3efbfab

Please sign in to comment.