Skip to content

Commit

Permalink
Merge pull request #31 from HDRUK/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
PaulMcCaffertyPA authored Jun 1, 2020
2 parents b09ce6d + df73bc7 commit 87ac305
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"core-js": "^3.6.5",
"date-fns": "^2.9.0",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
"moment": "^2.25.3",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.6",
"react-autosuggest": "^9.4.3",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-typeahead": "^4.0.0-rc.2",
Expand Down Expand Up @@ -67,4 +69,4 @@
"enzyme-adapter-react-16": "^1.15.2",
"jest": "24.9.0"
}
}
}
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
import 'react-app-polyfill/ie11';
import 'react-app-polyfill/stable';
import 'core-js';

import React from 'react';
import ReactDOM from 'react-dom';
import HDRRouter from './HDRRouter';
Expand Down

0 comments on commit 87ac305

Please sign in to comment.