chore: upgrade dependencies (#7993)

* chore: upgrade dependencies

* Fix lint

* Bump more

* Fix lint
This commit is contained in:
Joshua Chen 2022-09-08 01:31:53 -04:00 committed by GitHub
parent 38dd7cfa04
commit 275f509d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 1779 additions and 1788 deletions

View file

@ -119,7 +119,7 @@ html[data-theme='dark'] .topBannerTitleText {
}
@keyframes jack-in-the-box {
from {
0% {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
@ -133,7 +133,7 @@ html[data-theme='dark'] .topBannerTitleText {
transform: rotate(3deg);
}
to {
100% {
opacity: 1;
transform: scale(1);
}