Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

chore(deps): update devdependencies (non-major) (cli) #12

Open
wants to merge 1 commit into
base: cli
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@
"update-notifier": "^6.0.2"
},
"devDependencies": {
"@antfu/ni": "0.18.0",
"@antfu/ni": "0.21.4",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.4",
"@types/update-notifier": "^6.0.1",
"@vitest/coverage-c8": "^0.23.0",
"@vitest/ui": "^0.23.0",
"@vitest/coverage-c8": "^0.32.0",
"@vitest/ui": "^0.32.0",
"@zolyn/changelogithub": "0.12.0",
"@zolyn/cz-conventional-changelog": "^1.0.1",
"@zolyn/eslint-config": "^1.1.0",
Expand All @@ -72,7 +72,7 @@
"prettier": "^2.7.1",
"sort-package-json": "^1.57.0",
"typescript": "^4.7.4",
"unbuild": "^0.8.0",
"vitest": "^0.23.0"
"unbuild": "^0.9.0",
"vitest": "^0.32.0"
}
}