build(deps-dev): bump caf from 10.0.5 to 13.1.1
Bumps [caf](https://github.com/getify/caf) from 10.0.5 to 13.1.1. - [Release notes](https://github.com/getify/caf/releases) - [Commits](https://github.com/getify/caf/compare/10.0.5...13.1.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
45ab8b910d
commit
6288b013a7
File diff suppressed because it is too large
Load Diff
|
@ -34,7 +34,7 @@
|
|||
"@vue/cli-service": "^4.5.13",
|
||||
"@vue/eslint-config-airbnb": "^5.3.0",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"caf": "^10.0.5",
|
||||
"caf": "^13.1.1",
|
||||
"core-js": "^3.15.2",
|
||||
"date-fns": "^2.22.1",
|
||||
"detect-browser": "^5.2.0",
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
|
||||
<script>
|
||||
import { mapActions, mapGetters } from 'vuex';
|
||||
import CAF from 'caf/dist/caf';
|
||||
import CAF from 'caf';
|
||||
import contentTitle from '@/mixins/contentTitle';
|
||||
import linkwithroom from '@/mixins/linkwithroom';
|
||||
import contentLink from '@/mixins/contentlink';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import CAF from 'caf/dist/caf';
|
||||
import CAF from 'caf';
|
||||
import promiseutils from '@/utils/promiseutils';
|
||||
import contentTitleUtils from '@/utils/contenttitleutils';
|
||||
import { fetchXmlAndTransform } from '@/utils/fetchutils';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import CAF from 'caf/dist/caf';
|
||||
import CAF from 'caf';
|
||||
|
||||
import { getRandomPlexId } from '@/utils/random';
|
||||
import { fetchJson, queryFetch } from '@/utils/fetchutils';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import CAF from 'caf/dist/caf';
|
||||
import CAF from 'caf';
|
||||
import eventhandlers from '@/store/modules/synclounge/eventhandlers';
|
||||
import { combineUrl, combineRelativeUrlParts } from '@/utils/combineurl';
|
||||
import { fetchJson } from '@/utils/fetchutils';
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
<script>
|
||||
import { mapActions, mapGetters, mapMutations } from 'vuex';
|
||||
import CAF from 'caf/dist/caf';
|
||||
import CAF from 'caf';
|
||||
|
||||
import getCookie from '@/utils/getcookie';
|
||||
|
||||
|
|
Loading…
Reference in New Issue