Skip to content

Commit e44d329

Browse files
committed
chore: update deps
1 parent 8bb9bb9 commit e44d329

File tree

7 files changed

+1069
-1533
lines changed

7 files changed

+1069
-1533
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ build({
171171
})
172172
```
173173

174-
175174
###### Rspack
176175

177176
```ts

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin",
33
"version": "1.5.1",
4-
"packageManager": "pnpm@8.10.0",
4+
"packageManager": "pnpm@8.12.1",
55
"description": "Unified plugin system for build tools",
66
"license": "MIT",
77
"repository": "unjs/unplugin",
@@ -31,40 +31,40 @@
3131
"lint:fix": "nr lint --fix",
3232
"prepublishOnly": "nr build",
3333
"release": "bumpp --all -x 'npx conventional-changelog -p angular -i CHANGELOG.md -s' && npm publish",
34-
"test": "nr lint && nr test:build && vitest run --no-threads",
34+
"test": "nr lint && nr test:build && vitest run --pool=forks",
3535
"test:build": "jiti scripts/buildFixtures.ts"
3636
},
3737
"dependencies": {
3838
"acorn": "^8.11.2",
3939
"chokidar": "^3.5.3",
4040
"webpack-sources": "^3.2.3",
41-
"webpack-virtual-modules": "^0.6.0"
41+
"webpack-virtual-modules": "^0.6.1"
4242
},
4343
"devDependencies": {
4444
"@ampproject/remapping": "^2.2.1",
45-
"@antfu/eslint-config": "^1.0.0-beta.29",
46-
"@antfu/ni": "^0.21.8",
47-
"@rspack/cli": "^0.4.1",
48-
"@rspack/core": "^0.4.1",
49-
"@types/fs-extra": "^11.0.3",
50-
"@types/node": "^20.8.9",
51-
"@types/webpack-sources": "^3.2.2",
52-
"bumpp": "^9.2.0",
45+
"@antfu/eslint-config": "^2.6.0",
46+
"@antfu/ni": "^0.21.12",
47+
"@rspack/cli": "^0.4.5",
48+
"@rspack/core": "^0.4.5",
49+
"@types/fs-extra": "^11.0.4",
50+
"@types/node": "^20.10.5",
51+
"@types/webpack-sources": "^3.2.3",
52+
"bumpp": "^9.2.1",
5353
"conventional-changelog-cli": "^4.1.0",
54-
"esbuild": "^0.19.5",
55-
"eslint": "^8.52.0",
56-
"fast-glob": "^3.3.1",
57-
"fs-extra": "^11.1.1",
58-
"jiti": "^1.20.0",
59-
"lint-staged": "^15.0.2",
54+
"esbuild": "^0.19.10",
55+
"eslint": "^8.56.0",
56+
"fast-glob": "^3.3.2",
57+
"fs-extra": "^11.2.0",
58+
"jiti": "^1.21.0",
59+
"lint-staged": "^15.2.0",
6060
"magic-string": "^0.30.5",
6161
"picocolors": "^1.0.0",
62-
"rollup": "^4.1.4",
62+
"rollup": "^4.9.1",
6363
"simple-git-hooks": "^2.9.0",
64-
"tsup": "^7.2.0",
65-
"typescript": "^5.2.2",
66-
"vite": "^4.5.0",
67-
"vitest": "^0.34.6",
64+
"tsup": "^8.0.1",
65+
"typescript": "^5.3.3",
66+
"vite": "^5.0.10",
67+
"vitest": "^1.1.0",
6868
"webpack": "^5.89.0",
6969
"webpack-cli": "4.10.0"
7070
},

0 commit comments

Comments
 (0)