Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 9, 2025
1 parent 04ad8b7 commit 26b4a34
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 504 deletions.
25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@antfu/install-pkg",
"type": "module",
"version": "0.5.0",
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.3",
"description": "Install package programmatically.",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand All @@ -15,7 +15,6 @@
"bugs": {
"url": "https://github.com/antfu/install-pkg/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -38,24 +37,24 @@
"scripts": {
"prepublishOnly": "nr build",
"dev": "nr build --watch",
"start": "esno src/index.ts",
"start": "tsx src/index.ts",
"build": "tsup src/index.ts --format cjs,esm --dts --no-splitting",
"release": "bumpp --commit --push --tag && pnpm publish",
"lint": "eslint ."
},
"dependencies": {
"package-manager-detector": "^0.2.5",
"tinyexec": "^0.3.1"
"package-manager-detector": "^0.2.8",
"tinyexec": "^0.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.10.0",
"@antfu/ni": "^0.23.1",
"@types/node": "^22.10.0",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"esno": "^4.8.0",
"publint": "^0.2.12",
"@antfu/eslint-config": "^3.12.2",
"@antfu/ni": "^23.2.0",
"@types/node": "^22.10.5",
"bumpp": "^9.10.0",
"eslint": "^9.17.0",
"publint": "^0.3.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
"tsx": "^4.19.2",
"typescript": "^5.7.3"
}
}
Loading

0 comments on commit 26b4a34

Please sign in to comment.