Skip to content

Commit 8f4867f

Browse files
chore(deps): update all non-major dependencies (#481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 780be0a commit 8f4867f

File tree

6 files changed

+1422
-786
lines changed

6 files changed

+1422
-786
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"ufo": "^1.6.1"
4444
},
4545
"devDependencies": {
46-
"@nuxt/devtools": "^2.6.0",
47-
"@nuxt/eslint-config": "^1.4.1",
46+
"@nuxt/devtools": "^2.6.2",
47+
"@nuxt/eslint-config": "^1.5.2",
4848
"@nuxt/module-builder": "^1.0.1",
49-
"eslint": "^9.30.0",
49+
"eslint": "^9.30.1",
5050
"nuxt": "^3.17.5",
5151
"standard-version": "^9.5.0",
5252
"typescript": "^5.8.3",
53-
"vue-tsc": "^2.2.10"
53+
"vue-tsc": "^2.2.12"
5454
},
5555
"publishConfig": {
5656
"access": "public"

pnpm-lock.yaml

Lines changed: 852 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/composables/useStrapiToken.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { ref, type Ref } from 'vue'
1+
import { ref } from 'vue'
2+
import type { Ref } from 'vue'
23
import { useCookie, useNuxtApp, useRuntimeConfig } from '#imports'
34

45
export const useStrapiToken = (): Ref<string | null> => {

0 commit comments

Comments
 (0)