Skip to content

Commit 533bd11

Browse files
chore(deps): update all non-major dependencies
1 parent e3da9f8 commit 533bd11

File tree

3 files changed

+2378
-1410
lines changed

3 files changed

+2378
-1410
lines changed

docs/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"lint": "eslint . && case-police '**/*.md'"
1010
},
1111
"devDependencies": {
12-
"@iconify-json/heroicons": "^1.1.20",
13-
"@iconify-json/lucide": "^1.1.181",
12+
"@iconify-json/heroicons": "^1.1.22",
13+
"@iconify-json/lucide": "^1.1.201",
1414
"@iconify-json/radix-icons": "^1.1.14",
15-
"@iconify-json/simple-icons": "^1.1.99",
15+
"@iconify-json/simple-icons": "^1.1.109",
1616
"case-police": "^0.6.1",
1717
"consola": "^3.2.3",
1818
"dotenv": "^16.4.5",
1919
"eslint": "^8.57.0",
2020
"markdown-it": "^14.1.0",
2121
"markdown-it-github-alerts": "^0.3.0",
2222
"ofetch": "^1.3.4",
23-
"tsx": "^4.7.2",
24-
"unocss": "^0.59.2",
23+
"tsx": "^4.16.2",
24+
"unocss": "^0.61.5",
2525
"unplugin": "workspace:*",
26-
"unplugin-icons": "^0.18.5",
27-
"unplugin-vue-components": "^0.26.0",
28-
"vitepress": "^1.1.0",
26+
"unplugin-icons": "^0.19.0",
27+
"unplugin-vue-components": "^0.27.3",
28+
"vitepress": "^1.3.1",
2929
"vitepress-plugin-twoslash": "^0.10.2",
30-
"vue": "^3.4.21"
30+
"vue": "^3.4.33"
3131
}
3232
}

package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin",
33
"version": "1.11.0",
4-
"packageManager": "[email protected].7",
4+
"packageManager": "[email protected].9",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",
77
"repository": "unjs/unplugin",
@@ -42,40 +42,40 @@
4242
"test:build": "jiti scripts/buildFixtures.ts"
4343
},
4444
"dependencies": {
45-
"acorn": "^8.11.3",
45+
"acorn": "^8.12.1",
4646
"chokidar": "^3.6.0",
4747
"webpack-sources": "^3.2.3",
48-
"webpack-virtual-modules": "^0.6.1"
48+
"webpack-virtual-modules": "^0.6.2"
4949
},
5050
"devDependencies": {
5151
"@ampproject/remapping": "^2.3.0",
52-
"@antfu/eslint-config": "^2.13.3",
53-
"@antfu/ni": "^0.21.12",
54-
"@farmfe/cli": "^1.0.0",
55-
"@farmfe/core": "^1.0.19",
52+
"@antfu/eslint-config": "^2.23.2",
53+
"@antfu/ni": "^0.22.0",
54+
"@farmfe/cli": "^1.0.2",
55+
"@farmfe/core": "^1.3.9",
5656
"@rolldown/node": "^0.0.5",
57-
"@rspack/cli": "^0.6.1",
58-
"@rspack/core": "^0.6.1",
57+
"@rspack/cli": "^0.7.5",
58+
"@rspack/core": "^0.7.5",
5959
"@types/fs-extra": "^11.0.4",
60-
"@types/node": "^20.12.7",
60+
"@types/node": "^20.14.11",
6161
"@types/webpack-sources": "^3.2.3",
62-
"bumpp": "^9.4.0",
62+
"bumpp": "^9.4.1",
6363
"conventional-changelog-cli": "^4.1.0",
64-
"esbuild": "^0.20.2",
64+
"esbuild": "^0.23.0",
6565
"eslint": "^8.57.0",
6666
"fast-glob": "^3.3.2",
6767
"fs-extra": "^11.2.0",
68-
"jiti": "^1.21.0",
69-
"lint-staged": "^15.2.2",
70-
"magic-string": "^0.30.9",
71-
"picocolors": "^1.0.0",
72-
"rollup": "^4.14.2",
68+
"jiti": "^1.21.6",
69+
"lint-staged": "^15.2.7",
70+
"magic-string": "^0.30.10",
71+
"picocolors": "^1.0.1",
72+
"rollup": "^4.19.0",
7373
"simple-git-hooks": "^2.11.1",
74-
"tsup": "^8.0.2",
75-
"typescript": "^5.4.5",
76-
"vite": "^5.2.8",
77-
"vitest": "^1.5.0",
78-
"webpack": "^5.91.0",
74+
"tsup": "^8.2.2",
75+
"typescript": "^5.5.4",
76+
"vite": "^5.3.4",
77+
"vitest": "^1.6.0",
78+
"webpack": "^5.93.0",
7979
"webpack-cli": "4.10.0"
8080
},
8181
"simple-git-hooks": {

0 commit comments

Comments
 (0)