Skip to content

Commit a62c8dd

Browse files
committed
chore: update package dependencies and package manager version
1 parent 7e39e44 commit a62c8dd

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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.21",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.15.1",
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,36 +101,36 @@
101101
}
102102
},
103103
"dependencies": {
104-
"@babel/core": "^7.28.0",
105-
"@rollup/pluginutils": "^5.2.0",
104+
"@babel/core": "^7.28.3",
105+
"@rollup/pluginutils": "^5.3.0",
106106
"@unocss/core": "^0.50.8",
107107
"@unocss/preset-uno": "^0.50.8",
108-
"@vue/babel-plugin-jsx": "^1.4.0",
109-
"@vue/compiler-sfc": "^3.5.18",
108+
"@vue/babel-plugin-jsx": "^1.5.0",
109+
"@vue/compiler-sfc": "^3.5.21",
110110
"fast-glob": "^3.3.3",
111111
"node-html-parser": "^7.0.1",
112112
"transform-to-unocss-core": "^0.0.69",
113-
"unplugin": "^2.3.5"
113+
"unplugin": "^2.3.10"
114114
},
115115
"devDependencies": {
116-
"@antfu/eslint-config": "^5.1.0",
116+
"@antfu/eslint-config": "^5.2.2",
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.121",
121+
"@types/node": "^18.19.124",
122122
"@types/stylus": "^0.48.43",
123123
"bumpp": "^8.2.1",
124-
"eslint": "^9.32.0",
124+
"eslint": "^9.34.0",
125125
"find-up": "^6.3.0",
126-
"less": "^4.4.0",
126+
"less": "^4.4.1",
127127
"less-plugin-module-resolver": "^1.0.3",
128128
"lint-staged": "^13.3.0",
129-
"magic-string": "^0.30.17",
129+
"magic-string": "^0.30.18",
130130
"picocolors": "^1.1.1",
131131
"prettier": "^3.6.2",
132132
"rimraf": "^6.0.1",
133-
"sass": "^1.89.2",
133+
"sass": "^1.92.0",
134134
"simple-git-hooks": "^2.13.1",
135135
"stylus": "^0.63.0",
136136
"transform-to-unocss": "workspace:^",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
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.11",
23-
"@iconify/json": "^2.2.366",
22+
"@iconify-json/carbon": "^1.2.13",
23+
"@iconify/json": "^2.2.381",
2424
"@simon_he/git-fork-vue": "^0.0.17",
25-
"@types/node": "^18.19.121",
25+
"@types/node": "^18.19.124",
2626
"@unocss/reset": "^0.47.6",
2727
"@vitejs/plugin-vue": "^3.2.0",
2828
"@vue/test-utils": "^2.4.6",
@@ -39,7 +39,7 @@
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.47",
42-
"vue": "^3.5.18",
42+
"vue": "^3.5.21",
4343
"vue-i18n": "^9.14.5",
4444
"vue-router": "^4.5.1",
4545
"vue-tsc": "^1.8.27"

0 commit comments

Comments
 (0)