Skip to content

Commit 4c3962e

Browse files
committedNov 24, 2024·
fix!: upgrade to nuxt-site-config v3
1 parent 87a52fc commit 4c3962e

File tree

3 files changed

+23
-27
lines changed

3 files changed

+23
-27
lines changed
 

Diff for: ‎package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@
6060
"@nuxt/kit": "^3.14.159",
6161
"consola": "^3.2.3",
6262
"defu": "^6.1.4",
63-
"nuxt-site-config": "^2.2.21",
64-
"nuxt-site-config-kit": "^2.2.21",
63+
"nuxt-site-config": "^3.0.2",
6564
"pathe": "^1.1.2",
6665
"pkg-types": "^1.2.1",
6766
"sirv": "^3.0.0",

Diff for: ‎pnpm-lock.yaml

+21-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎src/module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
hasNuxtModuleCompatibility,
1414
} from '@nuxt/kit'
1515
import { defu } from 'defu'
16-
import { installNuxtSiteConfig, updateSiteConfig } from 'nuxt-site-config-kit'
16+
import { installNuxtSiteConfig, updateSiteConfig } from 'nuxt-site-config/kit'
1717
import { relative } from 'pathe'
1818
import { readPackageJSON } from 'pkg-types'
1919
import { NonHelpfulBots } from './const'

0 commit comments

Comments
 (0)