Skip to content

Commit f5b1c4b

Browse files
committed
chore: upgrade deps
1 parent 7bef2f8 commit f5b1c4b

File tree

3 files changed

+561
-525
lines changed

3 files changed

+561
-525
lines changed

package.json

Lines changed: 8 additions & 8 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.18",
5-
"packageManager": "pnpm@10.12.2",
5+
"packageManager": "pnpm@10.14.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,7 +101,7 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@babel/core": "^7.27.4",
104+
"@babel/core": "^7.28.0",
105105
"@rollup/pluginutils": "^5.2.0",
106106
"@unocss/core": "^0.50.8",
107107
"@unocss/preset-uno": "^0.50.8",
@@ -113,30 +113,30 @@
113113
"unplugin": "^2.3.5"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^4.16.1",
116+
"@antfu/eslint-config": "^4.19.0",
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.112",
121+
"@types/node": "^18.19.121",
122122
"@types/stylus": "^0.48.43",
123123
"bumpp": "^8.2.1",
124124
"eslint": "^8.57.1",
125125
"find-up": "^6.3.0",
126-
"less": "^4.3.0",
126+
"less": "^4.4.0",
127127
"less-plugin-module-resolver": "^1.0.3",
128128
"lint-staged": "^13.3.0",
129129
"magic-string": "^0.30.17",
130130
"picocolors": "^1.1.1",
131-
"prettier": "^3.6.0",
131+
"prettier": "^3.6.2",
132132
"rimraf": "^6.0.1",
133133
"sass": "^1.89.2",
134-
"simple-git-hooks": "^2.13.0",
134+
"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.8.3",
139+
"typescript": "^5.9.2",
140140
"vitest": "^3.2.4"
141141
},
142142
"lint-staged": {

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
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.10",
23-
"@iconify/json": "^2.2.351",
22+
"@iconify-json/carbon": "^1.2.11",
23+
"@iconify/json": "^2.2.366",
2424
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.112",
25+
"@types/node": "^18.19.121",
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.45",
32+
"lazy-js-utils": "^0.1.47",
3333
"rollup-plugin-polyfill-node": "^0.12.0",
3434
"typescript": "^4.9.5",
3535
"unocss": "^0.50.8",
@@ -39,8 +39,8 @@
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.47",
42-
"vue": "^3.5.17",
43-
"vue-i18n": "^9.14.4",
42+
"vue": "^3.5.18",
43+
"vue-i18n": "^9.14.5",
4444
"vue-router": "^4.5.1",
4545
"vue-tsc": "^1.8.27"
4646
}

0 commit comments

Comments
 (0)