Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 5, 2023
1 parent 782f6a3 commit e4ad929
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 383 deletions.
28 changes: 14 additions & 14 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.10.1",
"packageManager": "pnpm@8.3.1",
"packageManager": "pnpm@8.6.0",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -35,38 +35,38 @@
},
"dependencies": {
"@antfu/ni": "^0.21.3",
"@npmcli/config": "^6.1.6",
"@npmcli/config": "^6.2.0",
"detect-indent": "^7.0.1",
"pacote": "^15.1.3",
"pacote": "^15.2.0",
"prompts": "^2.4.2",
"semver": "^7.5.0",
"unconfig": "^0.3.7",
"semver": "^7.5.1",
"unconfig": "^0.3.9",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@antfu/utils": "^0.7.2",
"@antfu/eslint-config": "^0.39.5",
"@antfu/utils": "^0.7.4",
"@types/cli-progress": "^3.11.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.16.3",
"@types/debug": "^4.1.8",
"@types/node": "^18.16.16",
"@types/pacote": "^11.1.5",
"@types/prompts": "^2.4.4",
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"@types/yargs": "^17.0.24",
"bumpp": "^9.1.0",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"eslint": "^8.39.0",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"picocolors": "^1.0.0",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"taze": "workspace:*",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.30.1"
"vitest": "^0.31.4"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down
Loading

0 comments on commit e4ad929

Please sign in to comment.