|
2 | 2 | "name": "taze",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "18.1.0",
|
5 |
| - "packageManager": "pnpm@9.15.3", |
| 5 | + "packageManager": "pnpm@9.15.4", |
6 | 6 | "description": "A modern cli tool that keeps your deps fresh",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "funding": "https://github.com/sponsors/antfu",
|
|
34 | 34 | "test": "unbuild && vitest"
|
35 | 35 | },
|
36 | 36 | "dependencies": {
|
37 |
| - "@antfu/ni": "^0.23.2", |
| 37 | + "@antfu/ni": "^23.2.0", |
38 | 38 | "js-yaml": "^4.1.0",
|
39 | 39 | "ofetch": "^1.4.1",
|
40 | 40 | "package-manager-detector": "^0.2.8",
|
|
43 | 43 | "yargs": "^17.7.2"
|
44 | 44 | },
|
45 | 45 | "devDependencies": {
|
46 |
| - "@antfu/eslint-config": "^3.12.2", |
47 |
| - "@antfu/utils": "^0.7.10", |
| 46 | + "@antfu/eslint-config": "^3.14.0", |
| 47 | + "@antfu/utils": "^8.1.0", |
48 | 48 | "@npmcli/config": "^10.0.0",
|
49 | 49 | "@types/cli-progress": "^3.11.6",
|
50 | 50 | "@types/debug": "^4.1.12",
|
51 | 51 | "@types/js-yaml": "^4.0.9",
|
52 |
| - "@types/node": "^22.10.5", |
| 52 | + "@types/node": "^22.10.6", |
53 | 53 | "@types/npm-package-arg": "^6.1.4",
|
54 | 54 | "@types/npm-registry-fetch": "^8.0.7",
|
55 | 55 | "@types/prompts": "^2.4.9",
|
56 | 56 | "@types/semver": "^7.5.8",
|
57 | 57 | "@types/yargs": "^17.0.33",
|
58 |
| - "bumpp": "^9.9.3", |
| 58 | + "bumpp": "^9.10.0", |
59 | 59 | "cli-progress": "^3.12.0",
|
60 | 60 | "cross-env": "^7.0.3",
|
61 | 61 | "debug": "^4.4.0",
|
62 | 62 | "deepmerge": "^4.3.1",
|
63 | 63 | "detect-indent": "^7.0.1",
|
64 |
| - "eslint": "^9.17.0", |
| 64 | + "eslint": "^9.18.0", |
65 | 65 | "esno": "^4.8.0",
|
66 | 66 | "fast-glob": "^3.3.3",
|
67 | 67 | "fast-npm-meta": "^0.2.2",
|
|
76 | 76 | "taze": "workspace:*",
|
77 | 77 | "typescript": "^5.7.3",
|
78 | 78 | "ufo": "^1.5.4",
|
79 |
| - "unbuild": "^3.2.0", |
| 79 | + "unbuild": "^3.3.1", |
80 | 80 | "vitest": "^2.1.8"
|
81 | 81 | }
|
82 | 82 | }
|
0 commit comments