Skip to content

Commit 1ac19bc

Browse files
committedFeb 18, 2025·
fix: migrate to @unocss/preset-wind3
1 parent 67427ff commit 1ac19bc

File tree

3 files changed

+496
-76
lines changed

3 files changed

+496
-76
lines changed
 

‎package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
"@nuxt/kit": "^3.15.4",
6969
"@resvg/resvg-js": "^2.6.2",
7070
"@resvg/resvg-wasm": "^2.6.2",
71-
"@unocss/core": "^65.5.0",
72-
"@unocss/preset-wind": "^65.5.0",
71+
"@unocss/core": "^66.0.0",
72+
"@unocss/preset-wind3": "^66.0.0",
7373
"chrome-launcher": "^1.1.2",
7474
"consola": "^3.4.0",
7575
"defu": "^6.1.4",
@@ -95,7 +95,7 @@
9595
"yoga-wasm-web": "^0.3.3"
9696
},
9797
"devDependencies": {
98-
"@antfu/eslint-config": "^4.2.1",
98+
"@antfu/eslint-config": "^4.3.0",
9999
"@css-inline/css-inline": "^0.14.3",
100100
"@headlessui/vue": "^1.7.23",
101101
"@iconify-json/carbon": "^1.2.7",
@@ -116,10 +116,9 @@
116116
"@nuxtjs/eslint-config-typescript": "^12.1.0",
117117
"@nuxtjs/i18n": "^9.2.0",
118118
"@nuxtjs/tailwindcss": "^6.13.1",
119-
"@unocss/nuxt": "^65.5.0",
120-
"@unocss/preset-icons": "^65.5.0",
121-
"@unocss/preset-uno": "^65.5.0",
122-
"@unocss/runtime": "^65.5.0",
119+
"@unocss/nuxt": "^66.0.0",
120+
"@unocss/preset-icons": "^66.0.0",
121+
"@unocss/runtime": "^66.0.0",
123122
"@vueuse/nuxt": "^12.7.0",
124123
"bumpp": "^10.0.3",
125124
"eslint": "9.20.1",
@@ -129,8 +128,8 @@
129128
"sass": "^1.85.0",
130129
"sharp": "^0.33.5",
131130
"typescript": "5.6.3",
132-
"unocss": "^65.5.0",
133-
"vitest": "^3.0.5"
131+
"unocss": "^66.0.0",
132+
"vitest": "^3.0.6"
134133
},
135134
"pnpm": {
136135
"onlyBuiltDependencies": [

‎pnpm-lock.yaml

+487-66
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/runtime/server/og-image/context.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { htmlPayloadCache, prerenderOptionsCache } from '#og-image-cache'
1010
import { theme } from '#og-image-virtual/unocss-config.mjs'
1111
import { createSitePathResolver } from '#site-config/server/composables/utils'
1212
import { createGenerator } from '@unocss/core'
13-
import presetWind from '@unocss/preset-wind'
13+
import presetWind from '@unocss/preset-wind3'
1414
import { defu } from 'defu'
1515
import { parse } from 'devalue'
1616
import { createError, getQuery } from 'h3'

0 commit comments

Comments
 (0)
Please sign in to comment.