Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit b400013

Browse files
author
Matt Goo
committed
chore: reduce unused deps in package.json (#819)
1 parent beedb23 commit b400013

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,31 +66,22 @@
6666
"@material/button": "^1.1.0",
6767
"@material/card": "^1.1.0",
6868
"@material/checkbox": "^1.0.0",
69-
"@material/chips": "^1.0.0",
69+
"@material/chips": "^1.1.1",
7070
"@material/dialog": "^1.1.0",
71-
"@material/dom": "^0.41.0",
7271
"@material/drawer": "^1.0.1",
73-
"@material/fab": "^1.1.0",
74-
"@material/floating-label": "^1.0.0",
72+
"@material/floating-label": "^1.1.0",
7573
"@material/icon-button": "^1.1.0",
76-
"@material/layout-grid": "^0.41.0",
7774
"@material/line-ripple": "^1.0.0",
78-
"@material/linear-progress": "^1.1.0",
79-
"@material/list": "^1.0.0",
80-
"@material/menu": "^1.1.0",
75+
"@material/list": "1.0.0",
8176
"@material/menu-surface": "^1.0.1",
8277
"@material/notched-outline": "^1.1.1",
8378
"@material/radio": "^1.1.0",
8479
"@material/ripple": "^1.0.0",
8580
"@material/select": "^1.1.1",
8681
"@material/snackbar": "^1.0.0",
87-
"@material/switch": "^1.0.0",
8882
"@material/tab": "^1.0.0",
8983
"@material/tab-bar": "^1.0.0",
90-
"@material/tab-indicator": "^1.0.0",
91-
"@material/tab-scroller": "^1.0.0",
9284
"@material/textfield": "^0.41.0",
93-
"@material/top-app-bar": "^1.1.0",
9485
"@material/typography": "^1.0.0",
9586
"@types/chai": "^4.1.7",
9687
"@types/classnames": "^2.2.6",
@@ -125,6 +116,7 @@
125116
"css-loader": "^0.28.10",
126117
"enzyme": "^3.9.0",
127118
"enzyme-adapter-react-16": "^1.11.2",
119+
"enzyme-adapter-utils": "^1.10.1",
128120
"eslint": "^5.9.0",
129121
"eslint-config-google": "^0.9.1",
130122
"eslint-plugin-react": "^7.7.0",

0 commit comments

Comments
 (0)