Skip to content

Commit

Permalink
chorE: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 21, 2023
1 parent ca67711 commit 1bdfe3d
Show file tree
Hide file tree
Showing 6 changed files with 1,902 additions and 1,344 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

4 changes: 0 additions & 4 deletions .eslintrc

This file was deleted.

22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@antfu/install-pkg",
"version": "0.1.1",
"packageManager": "pnpm@7.12.0",
"packageManager": "pnpm@8.10.5",
"description": "Install package programmatically.",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -38,17 +38,17 @@
"lint": "eslint ."
},
"dependencies": {
"execa": "^5.1.1",
"find-up": "^5.0.0"
"execa": "^8.0.1",
"find-up": "^7.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@antfu/ni": "^0.18.0",
"@types/node": "^16.11.59",
"bumpp": "^8.2.1",
"eslint": "^8.23.1",
"esno": "^0.16.3",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"@antfu/eslint-config": "^2.0.0",
"@antfu/ni": "^0.21.10",
"@types/node": "^20.9.3",
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 1bdfe3d

Please sign in to comment.