Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 12, 2024
1 parent b10999f commit 6e1673c
Show file tree
Hide file tree
Showing 2 changed files with 349 additions and 411 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "taze",
"type": "module",
"version": "0.16.3",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.0",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -34,34 +34,34 @@
"test": "unbuild && vitest"
},
"dependencies": {
"@antfu/ni": "^0.22.0",
"@antfu/ni": "^0.22.1",
"@jsdevtools/ez-spawn": "^3.0.4",
"js-yaml": "^4.1.0",
"npm-registry-fetch": "^17.1.0",
"ofetch": "^1.3.4",
"unconfig": "^0.5.2",
"unconfig": "^0.5.5",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.0",
"@antfu/eslint-config": "^2.25.1",
"@antfu/utils": "^0.7.10",
"@npmcli/config": "^8.3.4",
"@types/cli-progress": "^3.11.6",
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.0.0",
"@types/node": "^22.2.0",
"@types/npm-package-arg": "^6.1.4",
"@types/npm-registry-fetch": "^8.0.7",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"@types/yargs": "^17.0.32",
"bumpp": "^9.4.1",
"@types/yargs": "^17.0.33",
"bumpp": "^9.4.2",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.6",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"eslint": "^9.8.0",
"eslint": "^9.9.0",
"esno": "^4.7.0",
"fast-glob": "^3.3.2",
"fast-npm-meta": "^0.2.2",
Expand All @@ -74,6 +74,6 @@
"typescript": "^5.5.4",
"ufo": "^1.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.0.4"
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 6e1673c

Please sign in to comment.