Skip to content

Commit 061d0b8

Browse files
committed
chore: update deps
1 parent af6bb14 commit 061d0b8

File tree

2 files changed

+320
-196
lines changed

2 files changed

+320
-196
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "taze",
33
"type": "module",
44
"version": "0.13.1",
5-
"packageManager": "pnpm@8.12.1",
5+
"packageManager": "pnpm@8.15.1",
66
"description": "A modern cli tool that keeps your deps fresh",
77
"license": "MIT",
88
"funding": "https://github.com/sponsors/antfu",
@@ -35,29 +35,29 @@
3535
},
3636
"dependencies": {
3737
"@antfu/ni": "^0.21.12",
38-
"@npmcli/config": "^8.0.3",
38+
"@npmcli/config": "^8.1.0",
3939
"cli-progress": "^3.12.0",
4040
"deepmerge": "^4.3.1",
4141
"detect-indent": "^7.0.1",
4242
"execa": "^8.0.1",
43-
"pacote": "^17.0.5",
43+
"pacote": "^17.0.6",
4444
"picocolors": "^1.0.0",
4545
"prompts": "^2.4.2",
4646
"semver": "^7.5.4",
4747
"unconfig": "^0.3.11",
4848
"yargs": "^17.7.2"
4949
},
5050
"devDependencies": {
51-
"@antfu/eslint-config": "^2.6.0",
51+
"@antfu/eslint-config": "^2.6.3",
5252
"@antfu/utils": "^0.7.7",
5353
"@types/cli-progress": "^3.11.5",
5454
"@types/debug": "^4.1.12",
55-
"@types/node": "^20.10.5",
55+
"@types/node": "^20.11.13",
5656
"@types/pacote": "^11.1.8",
5757
"@types/prompts": "^2.4.9",
5858
"@types/semver": "^7.5.6",
5959
"@types/yargs": "^17.0.32",
60-
"bumpp": "^9.2.1",
60+
"bumpp": "^9.3.0",
6161
"cross-env": "^7.0.3",
6262
"debug": "^4.3.4",
6363
"eslint": "^8.56.0",
@@ -67,6 +67,6 @@
6767
"taze": "workspace:*",
6868
"typescript": "^5.3.3",
6969
"unbuild": "^2.0.0",
70-
"vitest": "^1.1.0"
70+
"vitest": "^1.2.2"
7171
}
7272
}

0 commit comments

Comments
 (0)