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

Commit

Permalink
chore: Upgraded focus-trap in dialog & drawer that improves performan…
Browse files Browse the repository at this point in the history
…ce (#4546)
  • Loading branch information
stof authored and abhiomkar committed Apr 12, 2019
1 parent ca502d4 commit 6d9c0cc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 deletions.
18 changes: 10 additions & 8 deletions packages/mdc-dialog/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/mdc-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@material/shape": "^1.1.1",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
},
"publishConfig": {
Expand Down
18 changes: 10 additions & 8 deletions packages/mdc-drawer/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/mdc-drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@material/shape": "^1.1.1",
"@material/theme": "^1.1.0",
"@material/typography": "^1.0.0",
"focus-trap": "^4.0.2",
"focus-trap": "^5.0.0",
"tslib": "^1.9.3"
}
}

0 comments on commit 6d9c0cc

Please sign in to comment.