Merge branch 'main' into feature/fix-namespace-count-for-long-titles
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
konrad 2022-01-18 22:12:35 +00:00
commit 14929140c3
3 changed files with 7 additions and 7 deletions

View File

@ -89,7 +89,7 @@
"vite": "2.7.12",
"vite-plugin-pwa": "0.11.13",
"vite-svg-loader": "3.1.2",
"vitest": "0.1.20",
"vitest": "0.1.21",
"vue-tsc": "0.30.5",
"wait-on": "6.0.0",
"workbox-cli": "6.4.2"

View File

@ -23,7 +23,7 @@
</template>
<script lang="ts" setup>
import {computed, PropType, shallowRef} from 'vue'
import {computed, shallowRef} from 'vue'
import {useI18n} from 'vue-i18n'
import SubscriptionService from '@/services/subscription'
@ -40,7 +40,7 @@ const props = defineProps({
required: true,
validator(value) {
return value instanceof SubscriptionModel || value === null
}
},
},
entityId: {
required: true,

View File

@ -12784,10 +12784,10 @@ vite@2.7.12, vite@>=2.7.12:
optionalDependencies:
fsevents "~2.3.2"
vitest@0.1.20:
version "0.1.20"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.20.tgz#8af378bcaa9893d658bb6a1c93676a1c80f190d0"
integrity sha512-UhbBDhQOVNHapOI+OcyEtryRWFmTTy3zSiyMZYtsrGuS+ARiGz/pDlHJdS1CK7ef3/5oyYd0jzsVcqVowd7Img==
vitest@0.1.21:
version "0.1.21"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-0.1.21.tgz#72cb4ec5e93daafecc67bf46c23a1a48cf18cf12"
integrity sha512-dtVFqZS0LJ30hD4KgGVYUAm/gHjE1sURI/EgUFVLjTAH1DZqFWPwz6OPAXM1lOppf1JwoGJ8TGkdEXgjsYSZkw==
dependencies:
"@types/chai" "^4.3.0"
"@types/chai-subset" "^1.3.3"