|
1 | 1 | {
|
2 | 2 | "name": "unplugin",
|
3 | 3 | "version": "1.5.1",
|
4 |
| - "packageManager": "pnpm@8.10.0", |
| 4 | + "packageManager": "pnpm@8.12.1", |
5 | 5 | "description": "Unified plugin system for build tools",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "repository": "unjs/unplugin",
|
|
31 | 31 | "lint:fix": "nr lint --fix",
|
32 | 32 | "prepublishOnly": "nr build",
|
33 | 33 | "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", |
35 | 35 | "test:build": "jiti scripts/buildFixtures.ts"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 | 38 | "acorn": "^8.11.2",
|
39 | 39 | "chokidar": "^3.5.3",
|
40 | 40 | "webpack-sources": "^3.2.3",
|
41 |
| - "webpack-virtual-modules": "^0.6.0" |
| 41 | + "webpack-virtual-modules": "^0.6.1" |
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@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", |
53 | 53 | "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", |
60 | 60 | "magic-string": "^0.30.5",
|
61 | 61 | "picocolors": "^1.0.0",
|
62 |
| - "rollup": "^4.1.4", |
| 62 | + "rollup": "^4.9.1", |
63 | 63 | "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", |
68 | 68 | "webpack": "^5.89.0",
|
69 | 69 | "webpack-cli": "4.10.0"
|
70 | 70 | },
|
|
0 commit comments