Skip to content

Commit 9483783

Browse files
feat: add engine.node compatibility column (#165)
Co-authored-by: Anthony Fu <[email protected]>
1 parent 3db3055 commit 9483783

File tree

10 files changed

+1159
-643
lines changed

10 files changed

+1159
-643
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "taze",
33
"type": "module",
44
"version": "19.0.4",
5-
"packageManager": "pnpm@10.7.0",
5+
"packageManager": "pnpm@10.10.0",
66
"description": "A modern cli tool that keeps your deps fresh",
77
"license": "MIT",
88
"funding": "https://github.com/sponsors/antfu",
@@ -38,44 +38,44 @@
3838
"cac": "^6.7.14",
3939
"find-up-simple": "^1.0.1",
4040
"ofetch": "^1.4.1",
41-
"package-manager-detector": "^1.1.0",
41+
"package-manager-detector": "^1.3.0",
4242
"pathe": "^2.0.3",
4343
"pnpm-workspace-yaml": "^0.3.1",
4444
"restore-cursor": "^5.1.0",
4545
"tinyexec": "^1.0.1",
46-
"tinyglobby": "^0.2.12",
47-
"unconfig": "^7.3.1",
48-
"yaml": "^2.7.0"
46+
"tinyglobby": "^0.2.13",
47+
"unconfig": "^7.3.2",
48+
"yaml": "^2.7.1"
4949
},
5050
"devDependencies": {
51-
"@antfu/eslint-config": "^4.11.0",
52-
"@antfu/utils": "^9.1.0",
51+
"@antfu/eslint-config": "^4.13.0",
52+
"@antfu/utils": "^9.2.0",
5353
"@npmcli/config": "10.0.1",
5454
"@posva/prompts": "^2.4.4",
5555
"@types/cli-progress": "^3.11.6",
5656
"@types/debug": "^4.1.12",
57-
"@types/node": "^22.13.14",
57+
"@types/node": "^22.15.12",
5858
"@types/npm-package-arg": "^6.1.4",
59-
"@types/npm-registry-fetch": "^8.0.7",
59+
"@types/npm-registry-fetch": "^8.0.8",
6060
"@types/semver": "^7.7.0",
6161
"ansis": "^3.17.0",
6262
"bumpp": "^10.1.0",
6363
"cli-progress": "^3.12.0",
6464
"debug": "^4.4.0",
6565
"deepmerge": "^4.3.1",
6666
"detect-indent": "^7.0.1",
67-
"eslint": "^9.23.0",
67+
"eslint": "^9.26.0",
6868
"fast-glob": "^3.3.3",
69-
"fast-npm-meta": "^0.4.0",
69+
"fast-npm-meta": "^0.4.2",
7070
"npm-package-arg": "^12.0.2",
7171
"npm-registry-fetch": "^18.0.2",
7272
"p-limit": "^6.2.0",
7373
"semver": "^7.7.1",
7474
"taze": "workspace:*",
75-
"tsx": "^4.19.3",
76-
"typescript": "^5.8.2",
77-
"ufo": "^1.5.4",
75+
"tsx": "^4.19.4",
76+
"typescript": "^5.8.3",
77+
"ufo": "^1.6.1",
7878
"unbuild": "^3.5.0",
79-
"vitest": "^3.0.9"
79+
"vitest": "^3.1.3"
8080
}
8181
}

0 commit comments

Comments
 (0)