Skip to content

Commit c52758a

Browse files
committed
fix: standardize quotes in YAML and TypeScript files, update package.json dependencies
1 parent 8c2fdd3 commit c52758a

File tree

3 files changed

+22
-212
lines changed

3 files changed

+22
-212
lines changed

package.json

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "transform-to-unocss",
33
"type": "module",
4-
"version": "0.0.94",
5-
"packageManager": "pnpm@10.8.1",
4+
"version": "0.0.93",
5+
"packageManager": "pnpm@10.8.0",
66
"description": "The tool that transform css to unocss",
77
"author": "Simon He",
88
"license": "MIT",
@@ -58,28 +58,24 @@
5858
"typecheck": "tsc --noEmit"
5959
},
6060
"dependencies": {
61+
"@babel/core": "^7.21.0",
6162
"fast-glob": "^3.3.3"
6263
},
6364
"devDependencies": {
6465
"@antfu/eslint-config": "^4.12.0",
65-
"@babel/core": "^7.26.10",
66-
"@babel/eslint-parser": "^7.27.0",
67-
"@babel/plugin-syntax-import-meta": "^7.10.4",
68-
"@babel/plugin-transform-typescript": "^7.27.0",
69-
"@babel/preset-typescript": "^7.27.0",
70-
"@rollup/pluginutils": "^5.1.4",
66+
"@rollup/pluginutils": "^5.0.2",
7167
"@simon_he/colorize": "^0.0.1",
7268
"@types/babel__core": "^7.20.5",
7369
"@types/less": "^3.0.8",
7470
"@types/node": "^18.19.86",
7571
"@types/stylus": "^0.48.43",
76-
"@unocss/preset-uno": "^0.50.8",
77-
"@vue/babel-plugin-jsx": "^1.4.0",
72+
"@unocss/preset-uno": "^0.50.4",
73+
"@vue/babel-plugin-jsx": "^1.1.1",
7874
"bumpp": "^8.2.1",
79-
"eslint": "^8.57.1",
75+
"eslint": "^8.18.0",
8076
"esno": "^0.16.3",
8177
"find-up": "^6.3.0",
82-
"less": "^4.3.0",
78+
"less": "^4.1.3",
8379
"less-plugin-module-resolver": "^1.0.3",
8480
"lint-staged": "^13.3.0",
8581
"magic-string": "^0.30.17",
@@ -91,10 +87,10 @@
9187
"stylus": "^0.63.0",
9288
"transform-to-unocss": "workspace:^",
9389
"transform-to-unocss-core": "^0.0.35",
94-
"tsup": "^6.7.0",
90+
"tsup": "^6.5.0",
9591
"tsx": "^3.14.0",
9692
"typescript": "^5.8.3",
97-
"unplugin": "^2.3.2",
93+
"unplugin": "^1.3.1",
9894
"vitest": "^3.1.1"
9995
},
10096
"lint-staged": {

0 commit comments

Comments
 (0)