Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 30, 2024
1 parent abdf4ae commit df31570
Show file tree
Hide file tree
Showing 2 changed files with 625 additions and 543 deletions.
30 changes: 15 additions & 15 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.17.2",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.3",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -36,47 +36,47 @@
"dependencies": {
"@antfu/ni": "^0.23.0",
"js-yaml": "^4.1.0",
"ofetch": "^1.4.0",
"p-limit": "^6.1.0",
"package-manager-detector": "^0.2.0",
"tinyexec": "^0.3.0",
"ofetch": "^1.4.1",
"package-manager-detector": "^0.2.2",
"tinyexec": "^0.3.1",
"unconfig": "^0.6.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@antfu/eslint-config": "^3.8.0",
"@antfu/utils": "^0.7.10",
"@npmcli/config": "^8.3.4",
"@npmcli/config": "^9.0.0",
"@types/cli-progress": "^3.11.6",
"@types/debug": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.7.4",
"@types/node": "^22.8.4",
"@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.6.0",
"bumpp": "^9.8.0",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.7",
"deepmerge": "^4.3.1",
"detect-indent": "^7.0.1",
"eslint": "^9.11.1",
"esno": "^4.7.0",
"eslint": "^9.13.0",
"esno": "^4.8.0",
"fast-glob": "^3.3.2",
"fast-npm-meta": "^0.2.2",
"npm-package-arg": "^12.0.0",
"npm-registry-fetch": "^18.0.0",
"picocolors": "^1.1.0",
"npm-registry-fetch": "^18.0.2",
"p-limit": "^6.1.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.6.2",
"typescript": "^5.6.3",
"ufo": "^1.5.4",
"unbuild": "^2.0.0",
"vitest": "^2.1.1"
"vitest": "^2.1.4"
}
}
Loading

0 comments on commit df31570

Please sign in to comment.