Skip to content

Commit ffd0039

Browse files
committed
chore: update deps
1 parent 184d5bb commit ffd0039

File tree

3 files changed

+109
-105
lines changed

3 files changed

+109
-105
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "transform-to-unocss",
33
"type": "module",
44
"version": "0.0.99",
5-
"packageManager": "pnpm@10.8.1",
5+
"packageManager": "pnpm@10.9.0",
66
"description": "The tool that transform css to unocss",
77
"author": "Simon He",
88
"license": "MIT",
@@ -69,7 +69,7 @@
6969
"less": "^4.3.0",
7070
"less-plugin-module-resolver": "^1.0.3",
7171
"picocolors": "^1.1.1",
72-
"sass": "^1.86.3",
72+
"sass": "^1.87.0",
7373
"stylus": "^0.63.0",
7474
"transform-to-unocss-core": "^0.0.46",
7575
"unplugin": "^1.16.1"
@@ -94,7 +94,7 @@
9494
"tsdown": "^0.9.3",
9595
"tsx": "^3.14.0",
9696
"typescript": "^5.8.3",
97-
"vitest": "^3.1.1"
97+
"vitest": "^3.1.2"
9898
},
9999
"lint-staged": {
100100
"*": [

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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.327",
23+
"@iconify/json": "^2.2.330",
2424
"@simon_he/git-fork-vue": "^0.0.11",
2525
"@types/node": "^18.19.86",
2626
"@unocss/reset": "^0.47.6",
@@ -29,13 +29,13 @@
2929
"@vueuse/core": "^9.13.0",
3030
"eslint": "^8.57.1",
3131
"jsdom": "^19.0.0",
32-
"lazy-js-utils": "^0.1.40",
32+
"lazy-js-utils": "^0.1.41",
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.2.6",
38+
"vite": "^6.3.2",
3939
"vite-plugin-pages": "^0.28.0",
4040
"vitest": "^0.7.13",
4141
"vivid-typing": "^1.1.46",

0 commit comments

Comments
 (0)