Skip to content

Commit

Permalink
Merge pull request #27 from badsyntax/mobile-support
Browse files Browse the repository at this point in the history
Add initial mobile support
  • Loading branch information
badsyntax authored Aug 7, 2020
2 parents 93bae46 + 473124c commit 15aae74
Show file tree
Hide file tree
Showing 32 changed files with 699 additions and 468 deletions.
164 changes: 106 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,38 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"@fluentui/react": "^7.125.0",
"@fluentui/react": "^7.126.1",
"@reduxjs/toolkit": "^1.4.0",
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.8",
"@testing-library/user-event": "^12.1.0",
"@types/country-list": "^2.1.0",
"@types/jest": "^26.0.8",
"@types/jest": "^26.0.9",
"@types/node": "^14.0.27",
"@types/psl": "^1.1.0",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-responsive": "^8.0.2",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "^3.8.0",
"@typescript-eslint/parser": "^3.8.0",
"@uifabric/charting": "^3.0.1",
"@uifabric/react-hooks": "^7.7.1",
"@uifabric/charting": "^3.0.3",
"@uifabric/react-hooks": "^7.7.2",
"country-list": "^2.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"fetch-mock": "^9.10.6",
"http-proxy-middleware": "^1.0.5",
"mailinabox-api": "^0.46.4",
"mailinabox-api": "^0.47.0",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^1.1.1",
"psl": "^1.8.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"react-responsive": "^8.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"redux-thunk": "^2.3.0",
Expand Down
Loading

0 comments on commit 15aae74

Please sign in to comment.