|
1 | 1 | {
|
2 | 2 | "name": "unplugin",
|
3 | 3 | "version": "1.5.0",
|
4 |
| - "packageManager": "[email protected].0", |
| 4 | + "packageManager": "[email protected].5", |
5 | 5 | "description": "Unified plugin system for build tools",
|
6 | 6 | "license": "MIT",
|
7 | 7 | "repository": "unjs/unplugin",
|
|
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.3.8", |
48 |
| - "@rspack/core": "^0.3.8", |
49 |
| - "@types/fs-extra": "^11.0.3", |
50 |
| - "@types/node": "^20.8.9", |
51 |
| - "@types/webpack-sources": "^3.2.2", |
| 45 | + "@antfu/eslint-config": "^1.1.4", |
| 46 | + "@antfu/ni": "^0.21.9", |
| 47 | + "@rspack/cli": "^0.3.13", |
| 48 | + "@rspack/core": "^0.3.13", |
| 49 | + "@types/fs-extra": "^11.0.4", |
| 50 | + "@types/node": "^20.9.1", |
| 51 | + "@types/webpack-sources": "^3.2.3", |
52 | 52 | "bumpp": "^9.2.0",
|
53 | 53 | "conventional-changelog-cli": "^4.1.0",
|
54 | 54 | "esbuild": "^0.19.5",
|
55 |
| - "eslint": "^8.52.0", |
56 |
| - "fast-glob": "^3.3.1", |
| 55 | + "eslint": "^8.53.0", |
| 56 | + "fast-glob": "^3.3.2", |
57 | 57 | "fs-extra": "^11.1.1",
|
58 |
| - "jiti": "^1.20.0", |
59 |
| - "lint-staged": "^15.0.2", |
| 58 | + "jiti": "^1.21.0", |
| 59 | + "lint-staged": "^15.1.0", |
60 | 60 | "magic-string": "^0.30.5",
|
61 | 61 | "picocolors": "^1.0.0",
|
62 |
| - "rollup": "^4.1.4", |
| 62 | + "rollup": "^4.4.1", |
63 | 63 | "simple-git-hooks": "^2.9.0",
|
64 | 64 | "tsup": "^7.2.0",
|
65 | 65 | "typescript": "^5.2.2",
|
|
0 commit comments