chore(deps): update dependency @nuxt/eslint to ^0.5.0

This commit is contained in:
Renovate
2024-08-06 13:59:08 +00:00
parent c1134a3e91
commit 1caadb35e1
7 changed files with 94 additions and 150 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { setContext } from '@apollo/client/link/context'
import { getMainDefinition } from '@apollo/client/utilities'
import { SentryLink } from 'apollo-link-sentry'
import * as Sentry from '@sentry/browser'
import { type GetTokenSilentlyOptions } from '@auth0/auth0-spa-js'
import type { GetTokenSilentlyOptions } from '@auth0/auth0-spa-js'
import { DefaultApolloClient, provideApolloClient } from '@vue/apollo-composable'
import type { Auth0VueClient } from '@auth0/auth0-vue'
import { defineNuxtPlugin, useNuxtApp } from '#app'