Skip to content

Commit

Permalink
Updated npm packages
Browse files Browse the repository at this point in the history
Reverting to material-table 1.68.0 due to warnings caused by 1.68.1; see mbrn/material-table#2326
  • Loading branch information
jaypalexa committed Aug 18, 2020
1 parent eaeff36 commit 5626db3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"amazon-cognito-identity-js": "^4.3.3",
"aws-sdk": "^2.734.0",
"aws-sdk": "^2.736.0",
"chart.js": "^2.9.3",
"clipboard-copy": "^3.1.0",
"clsx": "^1.1.1",
Expand All @@ -20,7 +20,7 @@
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"react-hook-form": "^6.4.0",
"react-hook-form": "^6.4.1",
"react-leaflet": "^2.7.0",
"react-router-dom": "^5.2.0",
"react-router-navigation-prompt": "^1.8.13",
Expand All @@ -36,7 +36,7 @@
"@testing-library/user-event": "^12.1.1",
"@types/jest": "^26.0.10",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^14.0.27",
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-leaflet": "^2.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/AboutRoster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const AboutRoster: React.FC = () => {
<Grid item xs={12} md={8}>
<Typography variant='h1' align='center' gutterBottom={true}>About ROSTER</Typography>
<Box textAlign='center'>
<p>v2020.08.15.1030</p>
<p>v2020.08.18.2015</p>
{isUpdateAvailable
? <p>
<span>(</span>
Expand Down

0 comments on commit 5626db3

Please sign in to comment.