|
1 | 1 | {
|
2 | 2 | "name": "unplugin",
|
3 | 3 | "version": "1.6.0",
|
4 |
| - "packageManager": "pnpm@8.12.1", |
| 4 | + "packageManager": "pnpm@8.15.1", |
5 | 5 | "description": "Unified plugin system for build tools",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "repository": "unjs/unplugin",
|
|
35 | 35 | "test:build": "jiti scripts/buildFixtures.ts"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "acorn": "^8.11.2", |
| 38 | + "acorn": "^8.11.3", |
39 | 39 | "chokidar": "^3.5.3",
|
40 | 40 | "webpack-sources": "^3.2.3",
|
41 | 41 | "webpack-virtual-modules": "^0.6.1"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | 44 | "@ampproject/remapping": "^2.2.1",
|
45 |
| - "@antfu/eslint-config": "^2.6.0", |
| 45 | + "@antfu/eslint-config": "^2.6.3", |
46 | 46 | "@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", |
49 | 49 | "@types/fs-extra": "^11.0.4",
|
50 |
| - "@types/node": "^20.10.5", |
| 50 | + "@types/node": "^20.11.15", |
51 | 51 | "@types/webpack-sources": "^3.2.3",
|
52 |
| - "bumpp": "^9.2.1", |
| 52 | + "bumpp": "^9.3.0", |
53 | 53 | "conventional-changelog-cli": "^4.1.0",
|
54 |
| - "esbuild": "^0.19.10", |
| 54 | + "esbuild": "^0.20.0", |
55 | 55 | "eslint": "^8.56.0",
|
56 | 56 | "fast-glob": "^3.3.2",
|
57 | 57 | "fs-extra": "^11.2.0",
|
58 | 58 | "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", |
61 | 61 | "picocolors": "^1.0.0",
|
62 |
| - "rollup": "^4.9.1", |
| 62 | + "rollup": "^4.9.6", |
63 | 63 | "simple-git-hooks": "^2.9.0",
|
64 | 64 | "tsup": "^8.0.1",
|
65 | 65 | "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", |
69 | 69 | "webpack-cli": "4.10.0"
|
70 | 70 | },
|
71 | 71 | "simple-git-hooks": {
|
|
0 commit comments