Skip to content

Commit c3f816e

Browse files
committed
chore: update deps
1 parent 77c58e8 commit c3f816e

File tree

3 files changed

+599
-424
lines changed

3 files changed

+599
-424
lines changed

package.json

Lines changed: 5 additions & 5 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.1",
5-
"packageManager": "pnpm@10.9.0",
5+
"packageManager": "pnpm@10.10.0",
66
"description": "The tool that transform css to unocss",
77
"author": "Simon He",
88
"license": "MIT",
@@ -57,7 +57,7 @@
5757
"typecheck": "tsc --noEmit"
5858
},
5959
"dependencies": {
60-
"@babel/core": "^7.26.10",
60+
"@babel/core": "^7.27.1",
6161
"@rollup/pluginutils": "^5.1.4",
6262
"@simon_he/clack-prompts": "^0.8.11",
6363
"@unocss/core": "^0.50.8",
@@ -78,7 +78,7 @@
7878
"@simon_he/colorize": "^0.0.1",
7979
"@types/babel__core": "^7.20.5",
8080
"@types/less": "^3.0.8",
81-
"@types/node": "^18.19.86",
81+
"@types/node": "^18.19.87",
8282
"@types/stylus": "^0.48.43",
8383
"bumpp": "^8.2.1",
8484
"eslint": "^8.57.1",
@@ -88,9 +88,9 @@
8888
"magic-string": "^0.30.17",
8989
"prettier": "^3.5.3",
9090
"rimraf": "^6.0.1",
91-
"simple-git-hooks": "^2.12.1",
91+
"simple-git-hooks": "^2.13.0",
9292
"transform-to-unocss": "workspace:^",
93-
"tsdown": "^0.9.5",
93+
"tsdown": "^0.9.9",
9494
"tsx": "^3.14.0",
9595
"typescript": "^5.8.3",
9696
"vitest": "^3.1.2"

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
2121
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
2222
"@iconify-json/carbon": "^1.2.8",
23-
"@iconify/json": "^2.2.330",
24-
"@simon_he/git-fork-vue": "^0.0.11",
25-
"@types/node": "^18.19.86",
23+
"@iconify/json": "^2.2.334",
24+
"@simon_he/git-fork-vue": "^0.0.17",
25+
"@types/node": "^18.19.87",
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.41",
32+
"lazy-js-utils": "^0.1.43",
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.2",
38+
"vite": "^6.3.4",
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.46",
4242
"vue": "^3.5.13",
4343
"vue-i18n": "^9.14.4",
44-
"vue-router": "^4.5.0",
44+
"vue-router": "^4.5.1",
4545
"vue-tsc": "^1.8.27"
4646
}
4747
}

0 commit comments

Comments
 (0)