Skip to content

Commit 7e1a5ee

Browse files
committed
chore: upgrade deps
1 parent f8bfd09 commit 7e1a5ee

File tree

4 files changed

+1104
-1176
lines changed

4 files changed

+1104
-1176
lines changed

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
},
1515
"devDependencies": {
1616
"@iconify-json/ri": "^1.2.5",
17-
"@shikijs/vitepress-twoslash": "^2.3.2",
17+
"@shikijs/vitepress-twoslash": "^3.0.0",
1818
"case-police": "^1.0.0",
1919
"consola": "^3.4.0",
2020
"dotenv": "^16.4.7",
2121
"markdown-it": "^14.1.0",
2222
"markdown-it-github-alerts": "^0.3.0",
2323
"ofetch": "^1.4.1",
2424
"tsx": "^4.19.2",
25-
"unocss": "^65.4.3",
25+
"unocss": "^66.0.0",
2626
"unplugin": "workspace:*",
27-
"unplugin-icons": "^22.0.0",
28-
"unplugin-vue-components": "^28.0.0",
27+
"unplugin-icons": "^22.1.0",
28+
"unplugin-vue-components": "^28.2.0",
2929
"vitepress": "^2.0.0-alpha.2",
30-
"vitepress-plugin-group-icons": "^1.3.5",
30+
"vitepress-plugin-group-icons": "^1.3.6",
3131
"vue": "^3.5.13",
32-
"vue-tsc": "^2.2.0"
32+
"vue-tsc": "^2.2.2"
3333
}
3434
}

docs/uno.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { defineConfig, presetAttributify, presetIcons, presetUno, transformerDirectives } from 'unocss'
1+
import { defineConfig, presetAttributify, presetIcons, presetWind3, transformerDirectives } from 'unocss'
22

33
export default defineConfig({
44
presets: [
5-
presetUno(),
5+
presetWind3(),
66
presetAttributify(),
77
presetIcons({
88
scale: 1.2,

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin",
33
"type": "module",
44
"version": "2.2.0",
5-
"packageManager": "pnpm@10.3.0",
5+
"packageManager": "pnpm@10.4.1",
66
"description": "Unified plugin system for build tools",
77
"license": "MIT",
88
"repository": {
@@ -47,15 +47,15 @@
4747
},
4848
"devDependencies": {
4949
"@ampproject/remapping": "^2.3.0",
50-
"@antfu/eslint-config": "^4.2.0",
50+
"@antfu/eslint-config": "^4.3.0",
5151
"@antfu/ni": "^23.3.1",
5252
"@farmfe/cli": "^1.0.4",
5353
"@farmfe/core": "^1.6.6",
54-
"@rspack/cli": "^1.2.3",
55-
"@rspack/core": "^1.2.3",
54+
"@rspack/cli": "^1.2.4",
55+
"@rspack/core": "^1.2.4",
5656
"@types/fs-extra": "^11.0.4",
57-
"@types/node": "^22.13.1",
58-
"ansis": "^3.14.0",
57+
"@types/node": "^22.13.4",
58+
"ansis": "^3.15.0",
5959
"bumpp": "^10.0.3",
6060
"esbuild": "^0.25.0",
6161
"esbuild-plugin-copy": "^2.1.1",
@@ -66,15 +66,15 @@
6666
"lint-staged": "^15.4.3",
6767
"magic-string": "^0.30.17",
6868
"rolldown": "^1.0.0-beta.3",
69-
"rollup": "^4.34.6",
69+
"rollup": "^4.34.8",
7070
"simple-git-hooks": "^2.11.1",
71-
"tsdown": "^0.5.9",
71+
"tsdown": "^0.5.10",
7272
"typescript": "~5.7.3",
7373
"unloader": "^0.3.0",
7474
"unplugin": "workspace:*",
7575
"vite": "^6.1.0",
76-
"vitest": "^3.0.5",
77-
"webpack": "^5.97.1",
76+
"vitest": "^3.0.6",
77+
"webpack": "^5.98.0",
7878
"webpack-cli": "^6.0.1"
7979
},
8080
"resolutions": {

0 commit comments

Comments
 (0)