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:
dependabot[bot] 2021-07-04 20:11:55 +00:00 committed by Travis Shivers
parent 45ab8b910d
commit 6288b013a7
No known key found for this signature in database
GPG Key ID: EE4CC2891B8FCD33
7 changed files with 1587 additions and 4542 deletions

6117
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -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",

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';

View File

@ -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';