nuxt-og-image 4.1.6 → 5.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-og-image",
3
3
  "type": "module",
4
- "version": "4.1.6",
4
+ "version": "5.0.0",
5
5
  "description": "Enlightened OG Image generation for Nuxt.",
6
6
  "author": {
7
7
  "website": "https://harlanzw.com",
@@ -48,15 +48,14 @@
48
48
  "node": ">=18.0.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@unhead/vue": "^1.0.0 || ^2.0.0",
51
+ "@unhead/vue": "^2.0.0-rc.1",
52
52
  "unstorage": "^1.0.0"
53
53
  },
54
54
  "dependencies": {
55
- "@nuxt/devtools-kit": "2.1.3",
56
- "@nuxt/kit": "^3.15.4",
55
+ "@nuxt/devtools-kit": "^2.2.1",
56
+ "@nuxt/kit": "^3.16.0",
57
57
  "@resvg/resvg-js": "^2.6.2",
58
58
  "@resvg/resvg-wasm": "^2.6.2",
59
- "@unhead/ssr": "^1.11.20",
60
59
  "@unocss/core": "^66.0.0",
61
60
  "@unocss/preset-wind3": "^66.0.0",
62
61
  "chrome-launcher": "^1.1.2",
@@ -65,13 +64,13 @@
65
64
  "execa": "^9.5.2",
66
65
  "image-size": "^2.0.0",
67
66
  "magic-string": "^0.30.17",
68
- "nuxt-site-config": "^3.1.3",
67
+ "nuxt-site-config": "^3.1.4",
69
68
  "nypm": "^0.6.0",
70
69
  "ofetch": "^1.4.1",
71
- "ohash": "^2.0.10",
70
+ "ohash": "^2.0.11",
72
71
  "pathe": "^2.0.3",
73
72
  "pkg-types": "^2.1.0",
74
- "playwright-core": "^1.50.1",
73
+ "playwright-core": "^1.51.0",
75
74
  "radix3": "^1.1.2",
76
75
  "satori": "^0.12.1",
77
76
  "satori-html": "^0.3.2",
@@ -84,18 +83,18 @@
84
83
  "yoga-wasm-web": "^0.3.3"
85
84
  },
86
85
  "devDependencies": {
87
- "@antfu/eslint-config": "^4.4.0",
86
+ "@antfu/eslint-config": "^4.8.1",
88
87
  "@css-inline/css-inline": "^0.14.3",
89
88
  "@headlessui/vue": "^1.7.23",
90
89
  "@iconify-json/carbon": "^1.2.8",
91
90
  "@iconify-json/logos": "^1.2.4",
92
- "@iconify-json/noto": "^1.2.2",
91
+ "@iconify-json/noto": "^1.2.3",
93
92
  "@iconify-json/ri": "^1.2.5",
94
- "@iconify-json/tabler": "^1.2.16",
93
+ "@iconify-json/tabler": "^1.2.17",
95
94
  "@img/sharp-linux-x64": "0.33.5",
96
- "@nuxt/content": "^3.2.2",
97
- "@nuxt/devtools": "2.1.3",
98
- "@nuxt/devtools-ui-kit": "2.1.3",
95
+ "@nuxt/content": "^3.3.0",
96
+ "@nuxt/devtools": "2.2.1",
97
+ "@nuxt/devtools-ui-kit": "2.2.1",
99
98
  "@nuxt/icon": "^1.10.3",
100
99
  "@nuxt/image": "^1.9.0",
101
100
  "@nuxt/module-builder": "^0.8.4",
@@ -103,22 +102,22 @@
103
102
  "@nuxt/ui": "^2.21.0",
104
103
  "@nuxtjs/color-mode": "^3.5.2",
105
104
  "@nuxtjs/eslint-config-typescript": "^12.1.0",
106
- "@nuxtjs/i18n": "^9.2.1",
105
+ "@nuxtjs/i18n": "^9.3.0",
107
106
  "@nuxtjs/tailwindcss": "^6.13.1",
108
107
  "@unocss/nuxt": "^66.0.0",
109
108
  "@unocss/preset-icons": "^66.0.0",
110
109
  "@unocss/runtime": "^66.0.0",
111
- "@vueuse/nuxt": "^12.7.0",
110
+ "@vueuse/nuxt": "^12.8.2",
112
111
  "bumpp": "^10.0.3",
113
- "eslint": "9.21.0",
112
+ "eslint": "9.22.0",
114
113
  "jest-image-snapshot": "^6.4.0",
115
- "nuxt": "^3.15.4",
116
- "playwright": "^1.50.1",
114
+ "nuxt": "^3.16.0",
115
+ "playwright": "^1.51.0",
117
116
  "sass": "^1.85.1",
118
117
  "sharp": "^0.33.5",
119
118
  "typescript": "5.6.3",
120
119
  "unocss": "^66.0.0",
121
- "vitest": "^3.0.7"
120
+ "vitest": "^3.0.8"
122
121
  },
123
122
  "resolutions": {
124
123
  "typescript": "5.6.3"