Skip to content

Commit

Permalink
chore: bump deps and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Nov 22, 2023
1 parent f1a043e commit 048d074
Show file tree
Hide file tree
Showing 8 changed files with 1,497 additions and 673 deletions.
2 changes: 1 addition & 1 deletion client/components/Source.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { joinURL } from 'ufo'
import type { SitemapSourceResolved } from '../../src/runtime/types'
import { data } from '../composables/state'
const props = defineProps<{ source: SitemapSourceResolved; showContext?: boolean }>()
const props = defineProps<{ source: SitemapSourceResolved, showContext?: boolean }>()
const fetchUrl = computed(() => {
const url = typeof props.source.fetch === 'string' ? props.source.fetch : props.source.fetch![0]
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,34 +39,34 @@
"test": "vitest"
},
"dependencies": {
"@nuxt/devtools-kit": "^1.0.2",
"@nuxt/devtools-ui-kit": "^1.0.2",
"@nuxt/kit": "^3.8.1",
"@nuxt/devtools-kit": "^1.0.3",
"@nuxt/devtools-ui-kit": "^1.0.3",
"@nuxt/kit": "^3.8.2",
"chalk": "^5.3.0",
"defu": "^6.1.3",
"nuxt-site-config": "^1.5.5",
"nuxt-site-config-kit": "^1.5.5",
"nuxt-site-config": "^1.6.1",
"nuxt-site-config-kit": "^1.6.1",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"radix3": "^1.1.0",
"semver": "^7.5.4",
"sirv": "^2.0.3",
"site-config-stack": "^1.5.5",
"ufo": "^1.3.1"
"site-config-stack": "^1.6.1",
"ufo": "^1.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^1.1.2",
"@antfu/eslint-config": "^2.0.0",
"@nuxt/content": "^2.9.0",
"@nuxt/kit": "^3.8.1",
"@nuxt/kit": "^3.8.2",
"@nuxt/module-builder": "^0.5.4",
"@nuxt/test-utils": "^3.8.1",
"@nuxt/ui": "^2.10.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.0.0-rc.5",
"bumpp": "^9.2.0",
"eslint": "8.53.0",
"eslint": "8.54.0",
"execa": "^8.0.1",
"nuxt": "^3.8.1",
"nuxt": "^3.8.2",
"nuxt-icon": "^0.6.6",
"nuxt-simple-robots": "^3.1.9",
"vitest": "^0.34.6"
Expand Down
Loading

0 comments on commit 048d074

Please sign in to comment.