Skip to content

Commit 76b7e1d

Browse files
committedSep 29, 2024·
fix: avoid og-image and sitemap version locks
1 parent dcb502e commit 76b7e1d

File tree

2 files changed

+1340
-856
lines changed

2 files changed

+1340
-856
lines changed
 

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"dependencies": {
4646
"@nuxt/kit": "^3.13.2",
4747
"@nuxtjs/robots": "^4.1.7",
48-
"@nuxtjs/sitemap": "6.0.1",
48+
"@nuxtjs/sitemap": "^6.1.1",
4949
"defu": "^6.1.4",
5050
"nuxt-link-checker": "^3.1.2",
51-
"nuxt-og-image": "3.0.2",
51+
"nuxt-og-image": "^3.0.3",
5252
"nuxt-schema-org": "^3.4.0",
5353
"nuxt-seo-experiments": "^4.0.1",
5454
"nuxt-site-config": "^2.2.18",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@antfu/eslint-config": "^3.7.3",
6161
"@nuxt/module-builder": "^0.8.4",
62-
"@nuxt/schema": "3.13.1",
62+
"@nuxt/schema": "^3.13.2",
6363
"@nuxt/test-utils": "^3.14.2",
6464
"@nuxt/ui": "^2.18.6",
6565
"@nuxtjs/i18n": "^8.5.5",
@@ -69,8 +69,8 @@
6969
"execa": "^9.4.0",
7070
"happy-dom": "^15.7.4",
7171
"nitropack": "^2.9.7",
72-
"nuxt": "3.13.1",
73-
"typescript": "5.6.2",
72+
"nuxt": "^3.13.2",
73+
"typescript": "^5.6.2",
7474
"vitest": "^2.1.1"
7575
},
7676
"build": {

‎pnpm-lock.yaml

+1,335-851
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.