Skip to content

Commit b2c0438

Browse files
committed
chore: update deps
1 parent 9ba69c2 commit b2c0438

File tree

2 files changed

+399
-740
lines changed

2 files changed

+399
-740
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "taze",
33
"type": "module",
44
"version": "18.1.0",
5-
"packageManager": "pnpm@9.15.3",
5+
"packageManager": "pnpm@9.15.4",
66
"description": "A modern cli tool that keeps your deps fresh",
77
"license": "MIT",
88
"funding": "https://github.com/sponsors/antfu",
@@ -34,7 +34,7 @@
3434
"test": "unbuild && vitest"
3535
},
3636
"dependencies": {
37-
"@antfu/ni": "^0.23.2",
37+
"@antfu/ni": "^23.2.0",
3838
"js-yaml": "^4.1.0",
3939
"ofetch": "^1.4.1",
4040
"package-manager-detector": "^0.2.8",
@@ -43,25 +43,25 @@
4343
"yargs": "^17.7.2"
4444
},
4545
"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",
4848
"@npmcli/config": "^10.0.0",
4949
"@types/cli-progress": "^3.11.6",
5050
"@types/debug": "^4.1.12",
5151
"@types/js-yaml": "^4.0.9",
52-
"@types/node": "^22.10.5",
52+
"@types/node": "^22.10.6",
5353
"@types/npm-package-arg": "^6.1.4",
5454
"@types/npm-registry-fetch": "^8.0.7",
5555
"@types/prompts": "^2.4.9",
5656
"@types/semver": "^7.5.8",
5757
"@types/yargs": "^17.0.33",
58-
"bumpp": "^9.9.3",
58+
"bumpp": "^9.10.0",
5959
"cli-progress": "^3.12.0",
6060
"cross-env": "^7.0.3",
6161
"debug": "^4.4.0",
6262
"deepmerge": "^4.3.1",
6363
"detect-indent": "^7.0.1",
64-
"eslint": "^9.17.0",
64+
"eslint": "^9.18.0",
6565
"esno": "^4.8.0",
6666
"fast-glob": "^3.3.3",
6767
"fast-npm-meta": "^0.2.2",
@@ -76,7 +76,7 @@
7676
"taze": "workspace:*",
7777
"typescript": "^5.7.3",
7878
"ufo": "^1.5.4",
79-
"unbuild": "^3.2.0",
79+
"unbuild": "^3.3.1",
8080
"vitest": "^2.1.8"
8181
}
8282
}

0 commit comments

Comments
 (0)