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 7, 2023
1 parent 3f86bf4 commit a85cf15
Show file tree
Hide file tree
Showing 38 changed files with 1,172 additions and 817 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antfu/ni",
"version": "0.21.3",
"packageManager": "pnpm@8.0.0",
"packageManager": "pnpm@8.6.1",
"description": "Use the right package manager",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,28 +47,28 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@antfu/eslint-config": "^0.39.5",
"@posva/prompts": "^2.4.4",
"@types/fs-extra": "^11.0.1",
"@types/ini": "^1.3.31",
"@types/node": "^18.15.11",
"@types/node": "^18.16.16",
"@types/which": "^3.0.0",
"bumpp": "^9.0.0",
"eslint": "^8.37.0",
"bumpp": "^9.1.1",
"eslint": "^8.42.0",
"esno": "^0.16.3",
"execa": "^7.1.1",
"fast-glob": "^3.2.12",
"find-up": "^6.3.0",
"fs-extra": "^11.1.1",
"fzf": "^0.5.1",
"ini": "^4.0.0",
"fzf": "^0.5.2",
"ini": "^4.1.1",
"kleur": "^4.1.5",
"rimraf": "^4.4.1",
"rimraf": "^5.0.1",
"terminal-link": "^3.0.0",
"typescript": "^5.0.2",
"unbuild": "^1.1.2",
"vitest": "^0.29.8",
"which": "^3.0.0"
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.32.0",
"which": "^3.0.1"
},
"eslintConfig": {
"extends": "@antfu"
Expand Down

0 comments on commit a85cf15

Please sign in to comment.