Skip to content

Commit 38bf5d3

Browse files
committed
chore: bump deps
1 parent b57ee3f commit 38bf5d3

File tree

2 files changed

+292
-228
lines changed

2 files changed

+292
-228
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxt-og-image",
33
"type": "module",
44
"version": "3.0.0-rc.29",
5-
"packageManager": "[email protected].2",
5+
"packageManager": "[email protected].3",
66
"description": "Enlightened OG Image generation for Nuxt.",
77
"author": {
88
"website": "https://harlanzw.com",
@@ -53,8 +53,8 @@
5353
"@nuxt/kit": "^3.9.3",
5454
"@resvg/resvg-js": "^2.6.0",
5555
"@resvg/resvg-wasm": "^2.6.0",
56-
"@unocss/core": "^0.58.3",
57-
"@unocss/preset-wind": "^0.58.3",
56+
"@unocss/core": "^0.58.4",
57+
"@unocss/preset-wind": "^0.58.4",
5858
"@vueuse/core": "^10.7.2",
5959
"chrome-launcher": "^1.1.0",
6060
"defu": "^6.1.4",
@@ -66,7 +66,7 @@
6666
"nuxt-icon": "^0.6.8",
6767
"nuxt-site-config": "^2.2.8",
6868
"nuxt-site-config-kit": "^2.2.8",
69-
"nypm": "^0.3.4",
69+
"nypm": "^0.3.6",
7070
"ofetch": "^1.3.3",
7171
"ohash": "^1.1.3",
7272
"pathe": "^1.1.2",
@@ -75,13 +75,13 @@
7575
"radix3": "^1.1.0",
7676
"satori": "0.10.11",
7777
"satori-html": "^0.3.2",
78-
"shikiji": "^0.10.0",
78+
"shikiji": "^0.10.2",
7979
"sirv": "^2.0.4",
8080
"splitpanes": "^3.1.5",
8181
"std-env": "^3.7.0",
8282
"terminate": "^2.6.1",
8383
"ufo": "^1.3.2",
84-
"vanilla-jsoneditor": "^0.21.3",
84+
"vanilla-jsoneditor": "^0.21.4",
8585
"yoga-wasm-web": "^0.3.3"
8686
},
8787
"devDependencies": {
@@ -101,11 +101,11 @@
101101
"@nuxtjs/color-mode": "^3.3.2",
102102
"@nuxtjs/eslint-config-typescript": "^12.1.0",
103103
"@nuxtjs/i18n": "8.0.0",
104-
"@nuxtjs/tailwindcss": "^6.11.0",
105-
"@unocss/nuxt": "^0.58.3",
106-
"@unocss/preset-icons": "^0.58.3",
107-
"@unocss/preset-uno": "^0.58.3",
108-
"@unocss/runtime": "^0.58.3",
104+
"@nuxtjs/tailwindcss": "^6.11.1",
105+
"@unocss/nuxt": "^0.58.4",
106+
"@unocss/preset-icons": "^0.58.4",
107+
"@unocss/preset-uno": "^0.58.4",
108+
"@unocss/runtime": "^0.58.4",
109109
"@vueuse/nuxt": "^10.7.2",
110110
"bumpp": "^9.3.0",
111111
"eslint": "8.56.0",
@@ -116,8 +116,8 @@
116116
"sass": "^1.70.0",
117117
"sharp": "^0.33.2",
118118
"typescript": "^5.3.3",
119-
"unocss": "^0.58.3",
120-
"vitest": "^1.2.1"
119+
"unocss": "^0.58.4",
120+
"vitest": "^1.2.2"
121121
},
122122
"build": {
123123
"externals": [

0 commit comments

Comments
 (0)