Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 9, 2025
1 parent af689cd commit 3c87451
Show file tree
Hide file tree
Showing 3 changed files with 1,474 additions and 1,238 deletions.
32 changes: 16 additions & 16 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.18.1",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.3",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -34,49 +34,49 @@
"test": "unbuild && vitest"
},
"dependencies": {
"@antfu/ni": "^0.23.1",
"@antfu/ni": "^0.23.2",
"js-yaml": "^4.1.0",
"ofetch": "^1.4.1",
"package-manager-detector": "^0.2.5",
"tinyexec": "^0.3.1",
"package-manager-detector": "^0.2.8",
"tinyexec": "^0.3.2",
"unconfig": "^0.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@antfu/eslint-config": "^3.12.2",
"@antfu/utils": "^0.7.10",
"@npmcli/config": "^9.0.0",
"@npmcli/config": "^10.0.0",
"@types/cli-progress": "^3.11.6",
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.0",
"@types/node": "^22.10.5",
"@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.33",
"bumpp": "^9.8.1",
"bumpp": "^9.9.3",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.7",
"debug": "^4.4.0",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"eslint": "^9.15.0",
"eslint": "^9.17.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"fast-npm-meta": "^0.2.2",
"npm-package-arg": "^12.0.0",
"npm-package-arg": "^12.0.1",
"npm-registry-fetch": "^18.0.2",
"p-limit": "^6.1.0",
"p-limit": "^6.2.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"restore-cursor": "^5.1.0",
"rimraf": "^6.0.1",
"semver": "^7.6.3",
"taze": "workspace:*",
"typescript": "^5.7.2",
"typescript": "^5.7.3",
"ufo": "^1.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.1.5"
"unbuild": "^3.2.0",
"vitest": "^2.1.8"
}
}
Loading

0 comments on commit 3c87451

Please sign in to comment.