Skip to content

Commit 5e38407

Browse files
committed
chore: bump deps
1 parent 5d22c62 commit 5e38407

8 files changed

Lines changed: 599 additions & 445 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22

33

4+
## v6.4.4...main
5+
6+
[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.4.4...main)
7+
8+
### 🩹 Fixes
9+
10+
- **takumi:** Serialize WASM calls ([#583](https://github.com/nuxt-modules/og-image/pull/583))
11+
12+
### 🏡 Chore
13+
14+
- Bump deps ([0509eb75](https://github.com/nuxt-modules/og-image/commit/0509eb75))
15+
16+
### ❤️ Contributors
17+
18+
- Harlan Wilton ([@harlan-zw](https://github.com/harlan-zw))
19+
420
## v6.4.2...main
521

622
[compare changes](https://github.com/nuxt-modules/og-image/compare/v6.4.2...main)

examples/basic-satori/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"dependencies": {
1111
"@nuxt/fonts": "^0.14.0",
1212
"@resvg/resvg-js": "^2.6.2",
13-
"@tailwindcss/vite": "^4.2.3",
13+
"@tailwindcss/vite": "^4.2.4",
1414
"fontless": "^0.2.1",
1515
"nuxt": "^4.4.2",
1616
"nuxt-og-image": "latest",
1717
"nuxt-site-config": "^4.0.8",
1818
"satori": "^0.26.0",
19-
"tailwindcss": "^4.2.3",
20-
"vue": "^3.5.32"
19+
"tailwindcss": "^4.2.4",
20+
"vue": "^3.5.33"
2121
}
2222
}

examples/basic-takumi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
},
1010
"dependencies": {
1111
"@nuxt/fonts": "^0.14.0",
12-
"@tailwindcss/vite": "^4.2.3",
13-
"@takumi-rs/core": "^1.0.15",
12+
"@tailwindcss/vite": "^4.2.4",
13+
"@takumi-rs/core": "^1.0.16",
1414
"nuxt": "^4.4.2",
1515
"nuxt-og-image": "latest",
1616
"nuxt-site-config": "^4.0.8",
17-
"tailwindcss": "^4.2.3",
18-
"vue": "^3.5.32"
17+
"tailwindcss": "^4.2.4",
18+
"vue": "^3.5.33"
1919
}
2020
}

examples/content/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@nuxt/content": "^3.13.0",
1212
"@nuxt/fonts": "^0.14.0",
1313
"@resvg/resvg-js": "^2.6.2",
14-
"@tailwindcss/vite": "^4.2.3",
14+
"@tailwindcss/vite": "^4.2.4",
1515
"fontless": "^0.2.1",
1616
"nuxt": "^4.4.2",
1717
"nuxt-og-image": "latest",
1818
"nuxt-site-config": "^4.0.8",
1919
"satori": "^0.26.0",
20-
"tailwindcss": "^4.2.3",
21-
"vue": "^3.5.32"
20+
"tailwindcss": "^4.2.4",
21+
"vue": "^3.5.33"
2222
}
2323
}

examples/i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@nuxt/fonts": "^0.14.0",
1212
"@nuxtjs/i18n": "^10.2.4",
1313
"@resvg/resvg-js": "^2.6.2",
14-
"@tailwindcss/vite": "^4.2.3",
14+
"@tailwindcss/vite": "^4.2.4",
1515
"fontless": "^0.2.1",
1616
"nuxt": "^4.4.2",
1717
"nuxt-og-image": "latest",
1818
"nuxt-site-config": "^4.0.8",
1919
"satori": "^0.26.0",
20-
"tailwindcss": "^4.2.3",
21-
"vue": "^3.5.32"
20+
"tailwindcss": "^4.2.4",
21+
"vue": "^3.5.33"
2222
}
2323
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-og-image",
33
"type": "module",
44
"version": "6.4.5",
5-
"packageManager": "pnpm@10.33.0",
5+
"packageManager": "pnpm@10.33.1",
66
"description": "Enlightened OG Image generation for Nuxt.",
77
"author": {
88
"website": "https://harlanzw.com",

pnpm-lock.yaml

Lines changed: 560 additions & 422 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ catalog:
4949
'@resvg/resvg-wasm': ^2.6.2
5050
'@shikijs/langs': ^4.0.2
5151
'@shikijs/themes': ^4.0.2
52-
'@tailwindcss/vite': ^4.2.3
53-
'@takumi-rs/core': ^1.0.15
54-
'@takumi-rs/wasm': ^1.0.15
52+
'@tailwindcss/vite': ^4.2.4
53+
'@takumi-rs/core': ^1.0.16
54+
'@takumi-rs/wasm': ^1.0.16
5555
'@unocss/nuxt': ^66.6.8
5656
'@vitejs/plugin-vue': ^6.0.6
57-
'@vue/compiler-sfc': ^3.5.32
57+
'@vue/compiler-sfc': ^3.5.33
5858
'@vueuse/core': ^14.2.1
5959
'@vueuse/nuxt': ^14.2.1
6060
better-sqlite3: ^12.9.0
@@ -97,7 +97,7 @@ catalog:
9797
sirv: ^3.0.2
9898
std-env: ^4.1.0
9999
strip-literal: ^3.1.0
100-
tailwindcss: ^4.2.3
100+
tailwindcss: ^4.2.4
101101
tinyexec: ^1.1.1
102102
tinyglobby: ^0.2.16
103103
typescript: ^6.0.3
@@ -106,11 +106,11 @@ catalog:
106106
unifont: ^0.7.4
107107
unocss: ^66.6.8
108108
unplugin: ^3.0.0
109-
vitest: ^4.1.4
110-
vue: ^3.5.32
111-
vue-router: ^5.0.4
109+
vitest: ^4.1.5
110+
vue: ^3.5.33
111+
vue-router: ^5.0.6
112112
vue-tsc: ^3.2.7
113-
wrangler: ^4.83.0
113+
wrangler: ^4.84.1
114114
yoga-wasm-web: ^0.3.3
115115
catalogs:
116116
devtools:

0 commit comments

Comments
 (0)