Skip to content

Commit

Permalink
chore: bump all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 16, 2024
1 parent b5234eb commit 59eaba9
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 1,288 deletions.
5 changes: 0 additions & 5 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ export default defineNuxtConfig({
},
],


build: {
transpile: ['shiki'],
},

site: {
url: 'https://nuxtseo.com',
name: 'Nuxt SEO',
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxt/content": "^2.13.1",
"@nuxt/devtools": "1.3.9",
"@nuxt/image": "^1.7.0",
"@nuxt/scripts": "^0.6.3",
"@nuxt/scripts": "^0.6.4",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.1",
"@vueuse/nuxt": "^10.11.0",
Expand Down
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
},
"dependencies": {
"@nuxt/kit": "^3.12.3",
"@nuxtjs/robots": "^4.0.0",
"@nuxtjs/sitemap": "^5.3.4",
"@nuxtjs/robots": "^4.0.1",
"@nuxtjs/sitemap": "^5.3.5",
"defu": "^6.1.4",
"nuxt-link-checker": "3.0.0",
"nuxt-og-image": "^3.0.0-rc.61",
"nuxt-schema-org": "^3.3.8",
"nuxt-seo-experiments": "^4.0.0-rc.13",
"nuxt-site-config": "^2.2.14",
"nuxt-site-config-kit": "^2.2.14",
"nuxt-link-checker": "^3.0.2",
"nuxt-og-image": "^3.0.0-rc.63",
"nuxt-schema-org": "^3.3.9",
"nuxt-seo-experiments": "^4.0.0",
"nuxt-site-config": "^2.2.15",
"nuxt-site-config-kit": "^2.2.15",
"pkg-types": "^1.1.3",
"ufo": "^1.5.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.3",
"@antfu/eslint-config": "^2.22.4",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/test-utils": "3.13.1",
Expand All @@ -70,9 +70,6 @@
"typescript": "5.4.5",
"vitest": "^2.0.3"
},
"resolutions": {
"shiki": "1.10.1"
},
"build": {
"externals": [
"ofetch",
Expand Down
Loading

0 comments on commit 59eaba9

Please sign in to comment.