Skip to content

Commit

Permalink
chore: reduce dependencies (#1535)
Browse files Browse the repository at this point in the history
This replaces the big dependency material-components-web with
@material/button,
which is the only one we need from that meta package.
  • Loading branch information
sven-urbanski-freiheit-com authored Apr 23, 2024
1 parent 55b6ffd commit a6a1982
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 308 deletions.
12 changes: 10 additions & 2 deletions services/frontend-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@
"@improbable-eng/grpc-web": "0.15.0",
"@material-ui/core": "5.0.0-alpha.34",
"@material-ui/icons": "5.0.0-alpha.34",
"@material/button": "14.0.0",
"@material/card": "14.0.0",
"@material/chips": "14.0.0",
"@material/data-table": "14.0.0",
"@material/drawer": "14.0.0",
"@material/floating-label": "14.0.0",
"@material/select": "14.0.0",
"@material/textfield": "14.0.0",
"@material/tooltip": "14.0.0",
"@peculiar/webcrypto": "1.4.5",
"@types/react-beforeunload": "2.1.5",
"classnames": "2.5.1",
"material-components-web": "14.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.3",
Expand Down Expand Up @@ -48,8 +56,8 @@
"browser-headers": "0.4.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-type-assertion": "1.3.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-no-type-assertion": "1.3.0",
"eslint-plugin-prettier": "5.1.3",
"google-protobuf": "3.21.2",
"long": "5.2.3",
Expand Down
Loading

0 comments on commit a6a1982

Please sign in to comment.