chore(deps): bump

This commit is contained in:
liyasthomas
2021-12-05 21:18:55 +05:30
parent e7535d505e
commit 42849e6853
4 changed files with 176 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
>
<div
class="divide-dividerLight divide-y bg-primary border-b border-dividerLight rounded-t flex flex-col z-10 sticky"
style="top: calc(-1 * var(--body-font-size))"
:style="saveRequest ? 'top: calc(-1 * var(--body-font-size))' : 'top: 0'"
>
<div v-if="!saveRequest" class="search-wrappe">
<input

View File

@@ -152,7 +152,7 @@
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "^4.5.2",
"vue-jest": "^3.0.7",
"worker-loader": "^3.0.8"

View File

@@ -51,7 +51,7 @@
"io-ts": "^2.2.16",
"jest": "^27.4.3",
"prettier": "^2.5.1",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.0",
"typescript": "^4.5.2"
}
}