Skip to content

Commit

Permalink
Merge pull request #2 from jlsuh/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
jlsuh authored Dec 30, 2023
2 parents ccbef53 + 5d45152 commit a038131
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 117 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@viz-js/viz": "^3.2.3",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
Expand All @@ -37,9 +37,9 @@
"devDependencies": {
"@testing-library/react": "^14.1.2",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.43",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/react": "^18.2.46",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
Expand Down
10 changes: 4 additions & 6 deletions src/components/ShowDigraphButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ export const ShowDigraphButton = () => {
};

return (
<>
<Button variant="outlined" onClick={handleClickShowDigraph}>
<PolylineIcon sx={{ mr: 1, fontSize: 22 }} />
<Typography>Ver Digrafo</Typography>
</Button>
</>
<Button variant="outlined" onClick={handleClickShowDigraph}>
<PolylineIcon sx={{ mr: 1, fontSize: 22 }} />
<Typography>Ver Digrafo</Typography>
</Button>
);
};
Loading

0 comments on commit a038131

Please sign in to comment.