Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 18, 2025
1 parent f8bfd09 commit 7e1a5ee
Show file tree
Hide file tree
Showing 4 changed files with 1,104 additions and 1,176 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@
},
"devDependencies": {
"@iconify-json/ri": "^1.2.5",
"@shikijs/vitepress-twoslash": "^2.3.2",
"@shikijs/vitepress-twoslash": "^3.0.0",
"case-police": "^1.0.0",
"consola": "^3.4.0",
"dotenv": "^16.4.7",
"markdown-it": "^14.1.0",
"markdown-it-github-alerts": "^0.3.0",
"ofetch": "^1.4.1",
"tsx": "^4.19.2",
"unocss": "^65.4.3",
"unocss": "^66.0.0",
"unplugin": "workspace:*",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.0.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.2.0",
"vitepress": "^2.0.0-alpha.2",
"vitepress-plugin-group-icons": "^1.3.5",
"vitepress-plugin-group-icons": "^1.3.6",
"vue": "^3.5.13",
"vue-tsc": "^2.2.0"
"vue-tsc": "^2.2.2"
}
}
4 changes: 2 additions & 2 deletions docs/uno.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { defineConfig, presetAttributify, presetIcons, presetUno, transformerDirectives } from 'unocss'
import { defineConfig, presetAttributify, presetIcons, presetWind3, transformerDirectives } from 'unocss'

export default defineConfig({
presets: [
presetUno(),
presetWind3(),
presetAttributify(),
presetIcons({
scale: 1.2,
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin",
"type": "module",
"version": "2.2.0",
"packageManager": "pnpm@10.3.0",
"packageManager": "pnpm@10.4.1",
"description": "Unified plugin system for build tools",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -47,15 +47,15 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.3.0",
"@antfu/eslint-config": "^4.2.0",
"@antfu/eslint-config": "^4.3.0",
"@antfu/ni": "^23.3.1",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.6",
"@rspack/cli": "^1.2.3",
"@rspack/core": "^1.2.3",
"@rspack/cli": "^1.2.4",
"@rspack/core": "^1.2.4",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.13.1",
"ansis": "^3.14.0",
"@types/node": "^22.13.4",
"ansis": "^3.15.0",
"bumpp": "^10.0.3",
"esbuild": "^0.25.0",
"esbuild-plugin-copy": "^2.1.1",
Expand All @@ -66,15 +66,15 @@
"lint-staged": "^15.4.3",
"magic-string": "^0.30.17",
"rolldown": "^1.0.0-beta.3",
"rollup": "^4.34.6",
"rollup": "^4.34.8",
"simple-git-hooks": "^2.11.1",
"tsdown": "^0.5.9",
"tsdown": "^0.5.10",
"typescript": "~5.7.3",
"unloader": "^0.3.0",
"unplugin": "workspace:*",
"vite": "^6.1.0",
"vitest": "^3.0.5",
"webpack": "^5.97.1",
"vitest": "^3.0.6",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 7e1a5ee

Please sign in to comment.