Skip to content

Commit 07e431c

Browse files
committed
chore: update transform-to-unocss-core
close: text-decoration: line-through 转换异常 Fixes #61
1 parent 077ef15 commit 07e431c

File tree

3 files changed

+927
-778
lines changed

3 files changed

+927
-778
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "transform-to-unocss",
33
"type": "module",
44
"version": "0.1.22",
5-
"packageManager": "pnpm@10.15.1",
5+
"packageManager": "pnpm@10.22.0",
66
"description": "🚀 Effortlessly transform CSS, inline styles, and preprocessors (Sass/Less/Stylus) to UnoCSS with smart conflict resolution and debug support",
77
"author": {
88
"name": "Simon He",
@@ -101,42 +101,42 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@babel/core": "^7.28.3",
104+
"@babel/core": "^7.28.5",
105105
"@rollup/pluginutils": "^5.3.0",
106106
"@unocss/core": "^0.50.8",
107107
"@unocss/preset-uno": "^0.50.8",
108108
"@vue/babel-plugin-jsx": "^1.5.0",
109-
"@vue/compiler-sfc": "^3.5.21",
109+
"@vue/compiler-sfc": "^3.5.24",
110110
"fast-glob": "^3.3.3",
111111
"node-html-parser": "^7.0.1",
112-
"transform-to-unocss-core": "^0.0.69",
112+
"transform-to-unocss-core": "^0.0.70",
113113
"unplugin": "^2.3.10"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^5.2.2",
116+
"@antfu/eslint-config": "^5.4.1",
117117
"@simon_he/clack-prompts": "^0.8.11",
118118
"@simon_he/colorize": "^0.0.1",
119119
"@types/babel__core": "^7.20.5",
120120
"@types/less": "^3.0.8",
121-
"@types/node": "^18.19.124",
121+
"@types/node": "^18.19.130",
122122
"@types/stylus": "^0.48.43",
123123
"bumpp": "^8.2.1",
124-
"eslint": "^9.34.0",
124+
"eslint": "^9.39.1",
125125
"find-up": "^6.3.0",
126-
"less": "^4.4.1",
126+
"less": "^4.4.2",
127127
"less-plugin-module-resolver": "^1.0.3",
128128
"lint-staged": "^13.3.0",
129-
"magic-string": "^0.30.18",
129+
"magic-string": "^0.30.21",
130130
"picocolors": "^1.1.1",
131131
"prettier": "^3.6.2",
132-
"rimraf": "^6.0.1",
133-
"sass": "^1.92.0",
132+
"rimraf": "^6.1.0",
133+
"sass": "^1.94.1",
134134
"simple-git-hooks": "^2.13.1",
135135
"stylus": "^0.63.0",
136136
"transform-to-unocss": "workspace:^",
137137
"tsdown": "^0.9.9",
138138
"tsx": "^3.14.0",
139-
"typescript": "^5.9.2",
139+
"typescript": "^5.9.3",
140140
"vitest": "^3.2.4"
141141
},
142142
"lint-staged": {

playground/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"@antfu/eslint-config": "^0.34.2",
2020
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
2121
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
22-
"@iconify-json/carbon": "^1.2.13",
23-
"@iconify/json": "^2.2.381",
22+
"@iconify-json/carbon": "^1.2.14",
23+
"@iconify/json": "^2.2.408",
2424
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.124",
25+
"@types/node": "^18.19.130",
2626
"@unocss/reset": "^0.47.6",
2727
"@vitejs/plugin-vue": "^3.2.0",
2828
"@vue/test-utils": "^2.4.6",
2929
"@vueuse/core": "^9.13.0",
3030
"eslint": "^8.57.1",
3131
"jsdom": "^19.0.0",
32-
"lazy-js-utils": "^0.1.47",
32+
"lazy-js-utils": "^0.1.49",
3333
"rollup-plugin-polyfill-node": "^0.12.0",
3434
"typescript": "^4.9.5",
3535
"unocss": "^0.50.8",
3636
"unplugin-auto-import": "^0.12.2",
3737
"unplugin-vue-components": "^0.18.5",
38-
"vite": "^6.3.5",
38+
"vite": "^6.4.1",
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.47",
42-
"vue": "^3.5.21",
42+
"vue": "^3.5.24",
4343
"vue-i18n": "^9.14.5",
44-
"vue-router": "^4.5.1",
44+
"vue-router": "^4.6.3",
4545
"vue-tsc": "^1.8.27"
4646
}
4747
}

0 commit comments

Comments
 (0)