Skip to content

Commit

Permalink
fix: avoid og-image and sitemap version locks
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 29, 2024
1 parent dcb502e commit 76b7e1d
Show file tree
Hide file tree
Showing 2 changed files with 1,340 additions and 856 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxtjs/robots": "^4.1.7",
"@nuxtjs/sitemap": "6.0.1",
"@nuxtjs/sitemap": "^6.1.1",
"defu": "^6.1.4",
"nuxt-link-checker": "^3.1.2",
"nuxt-og-image": "3.0.2",
"nuxt-og-image": "^3.0.3",
"nuxt-schema-org": "^3.4.0",
"nuxt-seo-experiments": "^4.0.1",
"nuxt-site-config": "^2.2.18",
Expand All @@ -59,7 +59,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "3.13.1",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/ui": "^2.18.6",
"@nuxtjs/i18n": "^8.5.5",
Expand All @@ -69,8 +69,8 @@
"execa": "^9.4.0",
"happy-dom": "^15.7.4",
"nitropack": "^2.9.7",
"nuxt": "3.13.1",
"typescript": "5.6.2",
"nuxt": "^3.13.2",
"typescript": "^5.6.2",
"vitest": "^2.1.1"
},
"build": {
Expand Down
Loading

0 comments on commit 76b7e1d

Please sign in to comment.