|
2 | 2 | "name": "unplugin",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "2.3.5",
|
5 |
| - "packageManager": "pnpm@10.11.1", |
| 5 | + "packageManager": "pnpm@10.12.4", |
6 | 6 | "description": "Unified plugin system for build tools",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "homepage": "https://unplugin.unjs.io",
|
|
43 | 43 | "test:build": "jiti scripts/buildFixtures.ts"
|
44 | 44 | },
|
45 | 45 | "dependencies": {
|
46 |
| - "acorn": "^8.14.1", |
| 46 | + "acorn": "^8.15.0", |
47 | 47 | "picomatch": "^4.0.2",
|
48 | 48 | "webpack-virtual-modules": "^0.6.2"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@ampproject/remapping": "^2.3.0",
|
52 |
| - "@antfu/eslint-config": "^4.14.1", |
| 52 | + "@antfu/eslint-config": "^4.16.1", |
53 | 53 | "@antfu/ni": "^25.0.0",
|
54 | 54 | "@farmfe/cli": "^1.0.4",
|
55 | 55 | "@farmfe/core": "^1.7.5",
|
56 | 56 | "@rspack/cli": "^1.4.0",
|
57 | 57 | "@rspack/core": "^1.4.0",
|
58 | 58 | "@types/fs-extra": "^11.0.4",
|
59 |
| - "@types/node": "^22.15.30", |
| 59 | + "@types/node": "^22.15.33", |
60 | 60 | "@types/picomatch": "^4.0.0",
|
61 | 61 | "ansis": "^4.1.0",
|
62 |
| - "bumpp": "^10.1.1", |
| 62 | + "bumpp": "^10.2.0", |
63 | 63 | "esbuild": "^0.25.5",
|
64 | 64 | "esbuild-plugin-copy": "^2.1.1",
|
65 |
| - "eslint": "^9.28.0", |
| 65 | + "eslint": "^9.30.0", |
66 | 66 | "eslint-plugin-format": "^1.0.1",
|
67 | 67 | "fast-glob": "^3.3.3",
|
68 | 68 | "fs-extra": "^11.3.0",
|
69 | 69 | "jiti": "^2.4.2",
|
70 |
| - "lint-staged": "^16.1.0", |
| 70 | + "lint-staged": "^16.1.2", |
71 | 71 | "magic-string": "^0.30.17",
|
72 |
| - "rolldown": "^1.0.0-beta.12", |
73 |
| - "rollup": "^4.42.0", |
| 72 | + "rolldown": "^1.0.0-beta.21", |
| 73 | + "rollup": "^4.44.1", |
74 | 74 | "simple-git-hooks": "^2.13.0",
|
75 |
| - "tsdown": "^0.12.7", |
| 75 | + "tsdown": "^0.12.9", |
76 | 76 | "typescript": "~5.8.3",
|
77 | 77 | "unloader": "^0.4.5",
|
78 | 78 | "unplugin": "workspace:*",
|
79 |
| - "unplugin-unused": "^0.5.0", |
| 79 | + "unplugin-unused": "^0.5.1", |
80 | 80 | "vite": "^7.0.0",
|
81 |
| - "vitest": "^3.2.2", |
| 81 | + "vitest": "^3.2.4", |
82 | 82 | "webpack": "^5.99.9",
|
83 | 83 | "webpack-cli": "^6.0.1"
|
84 | 84 | },
|
|
0 commit comments