Skip to content

Commit 78dc3d4

Browse files
committed
chore: update deps
1 parent a3bb13f commit 78dc3d4

File tree

2 files changed

+713
-646
lines changed

2 files changed

+713
-646
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin",
33
"version": "1.6.0",
4-
"packageManager": "pnpm@8.12.1",
4+
"packageManager": "pnpm@8.15.1",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",
77
"repository": "unjs/unplugin",
@@ -35,37 +35,37 @@
3535
"test:build": "jiti scripts/buildFixtures.ts"
3636
},
3737
"dependencies": {
38-
"acorn": "^8.11.2",
38+
"acorn": "^8.11.3",
3939
"chokidar": "^3.5.3",
4040
"webpack-sources": "^3.2.3",
4141
"webpack-virtual-modules": "^0.6.1"
4242
},
4343
"devDependencies": {
4444
"@ampproject/remapping": "^2.2.1",
45-
"@antfu/eslint-config": "^2.6.0",
45+
"@antfu/eslint-config": "^2.6.3",
4646
"@antfu/ni": "^0.21.12",
47-
"@rspack/cli": "^0.4.5",
48-
"@rspack/core": "^0.4.5",
47+
"@rspack/cli": "^0.5.3",
48+
"@rspack/core": "^0.5.3",
4949
"@types/fs-extra": "^11.0.4",
50-
"@types/node": "^20.10.5",
50+
"@types/node": "^20.11.15",
5151
"@types/webpack-sources": "^3.2.3",
52-
"bumpp": "^9.2.1",
52+
"bumpp": "^9.3.0",
5353
"conventional-changelog-cli": "^4.1.0",
54-
"esbuild": "^0.19.10",
54+
"esbuild": "^0.20.0",
5555
"eslint": "^8.56.0",
5656
"fast-glob": "^3.3.2",
5757
"fs-extra": "^11.2.0",
5858
"jiti": "^1.21.0",
59-
"lint-staged": "^15.2.0",
60-
"magic-string": "^0.30.5",
59+
"lint-staged": "^15.2.1",
60+
"magic-string": "^0.30.6",
6161
"picocolors": "^1.0.0",
62-
"rollup": "^4.9.1",
62+
"rollup": "^4.9.6",
6363
"simple-git-hooks": "^2.9.0",
6464
"tsup": "^8.0.1",
6565
"typescript": "^5.3.3",
66-
"vite": "^5.0.10",
67-
"vitest": "^1.1.0",
68-
"webpack": "^5.89.0",
66+
"vite": "^5.0.12",
67+
"vitest": "^1.2.2",
68+
"webpack": "^5.90.0",
6969
"webpack-cli": "4.10.0"
7070
},
7171
"simple-git-hooks": {

0 commit comments

Comments
 (0)