Skip to content

Commit e1f7709

Browse files
authored
Merge pull request #64 from a474516631/main
fix: 修复 background:url(https://xxx.png)转换失败的问题
2 parents 60ac02f + b006ad3 commit e1f7709

4 files changed

Lines changed: 3214 additions & 3066 deletions

File tree

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "transform-to-unocss",
33
"type": "module",
4-
"version": "0.1.23",
4+
"version": "0.1.24-beta.2",
55
"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": {
@@ -101,16 +101,16 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@babel/core": "^7.28.5",
104+
"@babel/core": "^7.29.0",
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.24",
109+
"@vue/compiler-sfc": "^3.5.30",
110110
"fast-glob": "^3.3.3",
111-
"node-html-parser": "^7.0.1",
112-
"transform-to-unocss-core": "^0.0.70",
113-
"unplugin": "^2.3.10"
111+
"node-html-parser": "^7.1.0",
112+
"transform-to-unocss-core": "0.0.73",
113+
"unplugin": "^2.3.11"
114114
},
115115
"devDependencies": {
116116
"@antfu/eslint-config": "^5.4.1",
@@ -121,16 +121,16 @@
121121
"@types/node": "^18.19.130",
122122
"@types/stylus": "^0.48.43",
123123
"bumpp": "^8.2.1",
124-
"eslint": "^9.39.1",
124+
"eslint": "^9.39.4",
125125
"find-up": "^6.3.0",
126-
"less": "^4.4.2",
126+
"less": "^4.6.4",
127127
"less-plugin-module-resolver": "^1.0.3",
128128
"lint-staged": "^13.3.0",
129129
"magic-string": "^0.30.21",
130130
"picocolors": "^1.1.1",
131-
"prettier": "^3.6.2",
132-
"rimraf": "^6.1.0",
133-
"sass": "^1.94.1",
131+
"prettier": "^3.8.1",
132+
"rimraf": "^6.1.3",
133+
"sass": "^1.98.0",
134134
"simple-git-hooks": "^2.13.1",
135135
"stylus": "^0.63.0",
136136
"transform-to-unocss": "workspace:^",

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
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.14",
23-
"@iconify/json": "^2.2.408",
22+
"@iconify-json/carbon": "^1.2.19",
23+
"@iconify/json": "^2.2.454",
2424
"@simon_he/git-fork-vue": "^0.0.17",
2525
"@types/node": "^18.19.130",
2626
"@unocss/reset": "^0.47.6",
@@ -29,7 +29,7 @@
2929
"@vueuse/core": "^9.13.0",
3030
"eslint": "^8.57.1",
3131
"jsdom": "^19.0.0",
32-
"lazy-js-utils": "^0.1.49",
32+
"lazy-js-utils": "^0.1.51",
3333
"rollup-plugin-polyfill-node": "^0.12.0",
3434
"typescript": "^4.9.5",
3535
"unocss": "^0.50.8",
@@ -38,10 +38,10 @@
3838
"vite": "^6.4.1",
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
41-
"vivid-typing": "^1.1.47",
42-
"vue": "^3.5.24",
41+
"vivid-typing": "^1.1.48",
42+
"vue": "^3.5.30",
4343
"vue-i18n": "^9.14.5",
44-
"vue-router": "^4.6.3",
44+
"vue-router": "^4.6.4",
4545
"vue-tsc": "^1.8.27"
4646
}
4747
}

0 commit comments

Comments
 (0)