|
1 | 1 | {
|
2 | 2 | "name": "unplugin",
|
3 | 3 | "version": "1.11.0",
|
4 |
| - "packageManager": "[email protected].7", |
| 4 | + "packageManager": "[email protected].9", |
5 | 5 | "description": "Unified plugin system for build tools",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "repository": "unjs/unplugin",
|
|
42 | 42 | "test:build": "jiti scripts/buildFixtures.ts"
|
43 | 43 | },
|
44 | 44 | "dependencies": {
|
45 |
| - "acorn": "^8.11.3", |
| 45 | + "acorn": "^8.12.1", |
46 | 46 | "chokidar": "^3.6.0",
|
47 | 47 | "webpack-sources": "^3.2.3",
|
48 |
| - "webpack-virtual-modules": "^0.6.1" |
| 48 | + "webpack-virtual-modules": "^0.6.2" |
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@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", |
56 | 56 | "@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", |
59 | 59 | "@types/fs-extra": "^11.0.4",
|
60 |
| - "@types/node": "^20.12.7", |
| 60 | + "@types/node": "^20.14.11", |
61 | 61 | "@types/webpack-sources": "^3.2.3",
|
62 |
| - "bumpp": "^9.4.0", |
| 62 | + "bumpp": "^9.4.1", |
63 | 63 | "conventional-changelog-cli": "^4.1.0",
|
64 |
| - "esbuild": "^0.20.2", |
| 64 | + "esbuild": "^0.23.0", |
65 | 65 | "eslint": "^8.57.0",
|
66 | 66 | "fast-glob": "^3.3.2",
|
67 | 67 | "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", |
73 | 73 | "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", |
79 | 79 | "webpack-cli": "4.10.0"
|
80 | 80 | },
|
81 | 81 | "simple-git-hooks": {
|
|
0 commit comments