Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
w2xi committed Mar 11, 2024
1 parent 16ee9e1 commit 95cabb7
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 2,574 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
"homepage": "https://github.com/w2xi/treei#readme",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "nr build",
"dev": "tsup src/index.ts --watch",
"build": "tsup src/index.ts --minify",
"release": "release-it",
"release": "bumpp --commit --push --tag && pnpm publish",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src --fix",
"test": "vitest"
Expand All @@ -26,13 +27,13 @@
"author": "w2xi",
"license": "MIT",
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@antfu/ni": "^0.21.12",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"bumpp": "^9.4.0",
"eslint": "^8.56.0",
"prettier": "3.2.5",
"release-it": "^17.0.3",
"tsup": "^8.0.2",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
Expand All @@ -41,3 +42,4 @@
"commander": "^12.0.0"
}
}

Loading

0 comments on commit 95cabb7

Please sign in to comment.