Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 20, 2023
1 parent e0b7b01 commit 4a67707
Show file tree
Hide file tree
Showing 6 changed files with 328 additions and 231 deletions.
20 changes: 10 additions & 10 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.9.0",
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.30.0",
"description": "A modern cli tool that keeps your deps fresh",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@antfu/ni": "^0.20.0",
"@npmcli/config": "^6.1.3",
"@npmcli/config": "^6.1.4",
"detect-indent": "^7.0.1",
"pacote": "^13.6.2",
"prompts": "^2.4.2",
Expand All @@ -44,29 +44,29 @@
"yargs": "^17.7.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@antfu/eslint-config": "^0.37.0",
"@antfu/utils": "^0.7.2",
"@types/cli-progress": "^3.11.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.14.2",
"@types/node": "^18.15.3",
"@types/pacote": "^11.1.5",
"@types/prompts": "^2.4.2",
"@types/prompts": "^2.4.3",
"@types/semver": "^7.3.13",
"@types/yargs": "^17.0.22",
"bumpp": "^9.0.0",
"cli-progress": "^3.12.0",
"cross-env": "^7.0.3",
"debug": "^4.3.4",
"deepmerge": "^4.3.0",
"eslint": "^8.35.0",
"deepmerge": "^4.3.1",
"eslint": "^8.36.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"picocolors": "^1.0.0",
"rimraf": "^4.1.3",
"rimraf": "^4.4.0",
"taze": "workspace:*",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vitest": "^0.29.2"
"vitest": "^0.29.3"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down
Loading

0 comments on commit 4a67707

Please sign in to comment.