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

Commit f6e4725

Browse files
author
Matt Goo
committed
fix(ripple): add missing dependency to package.json (#612)
1 parent dd6cb74 commit f6e4725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/ripple/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"dependencies": {
1919
"@material/ripple": "^0.41.0",
2020
"classnames": "^2.2.5",
21-
"react": "^16.4.2"
21+
"react": "^16.4.2",
22+
"utility-types": "^3.2.1"
2223
},
2324
"publishConfig": {
2425
"access": "public"

0 commit comments

Comments
 (0)