Skip to content

Commit c900993

Browse files
committed
chore: bump deps
1 parent 40100ce commit c900993

File tree

5 files changed

+1072
-497
lines changed

5 files changed

+1072
-497
lines changed

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"private": true,
44
"devDependencies": {
55
"@iconify-json/carbon": "^1.2.9",
6-
"@iconify-json/simple-icons": "^1.2.37",
6+
"@iconify-json/simple-icons": "^1.2.39",
77
"@nuxt/devtools-kit": "^2.5.0",
88
"@nuxt/devtools-ui-kit": "^2.5.0",
99
"@nuxt/kit": "^3.17.5",
1010
"@vueuse/core": "^13.3.0",
1111
"floating-vue": "^5.2.2",
1212
"json-editor-vue": "^0.18.1",
1313
"nuxt": "^3.17.5",
14-
"shiki": "^3.5.0",
14+
"shiki": "^3.6.0",
1515
"splitpanes": "^4.0.4",
16-
"vue": "^3.5.16",
16+
"vue": "^3.5.17",
1717
"vue-router": "^4.5.1"
1818
}
1919
}

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-og-image",
33
"type": "module",
44
"version": "5.1.6",
5-
"packageManager": "pnpm@10.11.1",
5+
"packageManager": "pnpm@10.12.1",
66
"description": "Enlightened OG Image generation for Nuxt.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -68,24 +68,24 @@
6868
"@nuxt/kit": "^3.17.5",
6969
"@resvg/resvg-js": "^2.6.2",
7070
"@resvg/resvg-wasm": "^2.6.2",
71-
"@unocss/core": "^66.1.3",
72-
"@unocss/preset-wind3": "^66.1.3",
71+
"@unocss/core": "^66.2.3",
72+
"@unocss/preset-wind3": "^66.2.3",
7373
"chrome-launcher": "^1.2.0",
7474
"consola": "^3.4.2",
7575
"defu": "^6.1.4",
7676
"execa": "^9.6.0",
7777
"image-size": "^2.0.2",
7878
"magic-string": "^0.30.17",
7979
"mocked-exports": "^0.1.1",
80-
"nuxt-site-config": "^3.2.0",
80+
"nuxt-site-config": "^3.2.1",
8181
"nypm": "^0.6.0",
8282
"ofetch": "^1.4.1",
8383
"ohash": "^2.0.11",
8484
"pathe": "^2.0.3",
8585
"pkg-types": "^2.1.0",
86-
"playwright-core": "^1.52.0",
86+
"playwright-core": "^1.53.1",
8787
"radix3": "^1.1.2",
88-
"satori": "^0.13.2",
88+
"satori": "^0.15.2",
8989
"satori-html": "^0.3.2",
9090
"sirv": "^3.0.1",
9191
"std-env": "^3.9.0",
@@ -96,7 +96,7 @@
9696
"yoga-wasm-web": "^0.3.3"
9797
},
9898
"devDependencies": {
99-
"@antfu/eslint-config": "^4.13.3",
99+
"@antfu/eslint-config": "^4.14.1",
100100
"@css-inline/css-inline": "^0.14.3",
101101
"@headlessui/vue": "^1.7.23",
102102
"@iconify-json/carbon": "^1.2.9",
@@ -105,7 +105,7 @@
105105
"@iconify-json/ri": "^1.2.5",
106106
"@iconify-json/tabler": "^1.2.19",
107107
"@img/sharp-linux-x64": "^0.34.2",
108-
"@nuxt/content": "^3.5.1",
108+
"@nuxt/content": "^3.6.0",
109109
"@nuxt/devtools": "^2.5.0",
110110
"@nuxt/devtools-ui-kit": "^2.5.0",
111111
"@nuxt/icon": "^1.13.0",
@@ -117,20 +117,20 @@
117117
"@nuxtjs/eslint-config-typescript": "^12.1.0",
118118
"@nuxtjs/i18n": "^9.5.5",
119119
"@nuxtjs/tailwindcss": "^6.14.0",
120-
"@unocss/nuxt": "^66.1.3",
121-
"@unocss/preset-icons": "^66.1.3",
122-
"@unocss/runtime": "^66.1.3",
120+
"@unocss/nuxt": "^66.2.3",
121+
"@unocss/preset-icons": "^66.2.3",
122+
"@unocss/runtime": "^66.2.3",
123123
"@vueuse/nuxt": "^13.3.0",
124-
"bumpp": "^10.1.1",
124+
"bumpp": "^10.2.0",
125125
"eslint": "9.28.0",
126126
"jest-image-snapshot": "^6.5.1",
127127
"nuxt": "^3.17.5",
128-
"playwright": "^1.52.0",
129-
"sass": "^1.89.1",
128+
"playwright": "^1.53.1",
129+
"sass": "^1.89.2",
130130
"sharp": "^0.34.2",
131131
"typescript": "^5.8.3",
132-
"unocss": "^66.1.3",
133-
"vitest": "^3.2.1",
132+
"unocss": "^66.2.3",
133+
"vitest": "^3.2.4",
134134
"vue-tsc": "^2.2.10"
135135
},
136136
"pnpm": {

0 commit comments

Comments
 (0)