Skip to content

Commit

Permalink
update cra, update to new material-table lib
Browse files Browse the repository at this point in the history
  • Loading branch information
moranbw committed Feb 22, 2021
1 parent a10aad6 commit 8e74c68
Show file tree
Hide file tree
Showing 6 changed files with 1,287 additions and 1,349 deletions.
2,602 changes: 1,271 additions & 1,331 deletions client/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "speedtest-app-client",
"version": "0.2.3",
"version": "0.2.4",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-table/core": "^2.3.26",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"fontsource-roboto": "^3.1.5",
"material-table": "^1.69.2",
"fontsource-roboto": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"react-scripts": "4.0.2",
"react-swipeable-views": "^0.13.9"
},
"scripts": {
Expand Down
3 changes: 1 addition & 2 deletions client/src/components/iperf/IperfTable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import MaterialTable from "material-table";

import MaterialTable from '@material-table/core';

export default function IperfTable(props) {

Expand Down
3 changes: 1 addition & 2 deletions client/src/components/ookla/OoklaTable.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import MaterialTable from "material-table";

import MaterialTable from '@material-table/core';

export default function OoklaTable(props) {

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speedtest-app",
"version": "0.2.3",
"version": "0.2.4",
"description": "Speedtest App",
"main": "server.js",
"scripts": {
Expand All @@ -14,6 +14,6 @@
"@polka/send-type": "^0.5.2",
"body-parser": "^1.19.0",
"polka": "^0.5.2",
"sirv": "^1.0.10"
"sirv": "^1.0.11"
}
}

0 comments on commit 8e74c68

Please sign in to comment.