Skip to content

Commit

Permalink
Bump to v18.0.2 and add airbnb-js-shims to test on IE10
Browse files Browse the repository at this point in the history
  • Loading branch information
majapw committed Sep 11, 2018
1 parent c2010d1 commit fe19d5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"react-scripts": "1.0.14"
},
"dependencies": {
"airbnb-js-shims": "^2.1.1",
"react": "^16.3.1",
"react-addons-shallow-compare": "^15.6.2",
"react-dates": "^16.5.0",
"react-dates": "^18.0.2",
"react-dom": "^16.3.1"
},
"scripts": {
Expand Down
3 changes: 3 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import 'airbnb-js-shims';

import React from 'react';
import ReactDOM from 'react-dom';

import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
Expand Down

0 comments on commit fe19d5b

Please sign in to comment.