Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#83)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
renovate[bot] and sxzz committed Apr 9, 2024
1 parent 7216327 commit 9f0f5c4
Show file tree
Hide file tree
Showing 12 changed files with 521 additions and 279 deletions.
28 changes: 14 additions & 14 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jike-cli",
"version": "0.10.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].6",
"description": "Jike CLI",
"type": "module",
"license": "AGPL-3.0",
Expand Down Expand Up @@ -32,27 +32,27 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@poppinss/cliui": "^6.3.0",
"@poppinss/cliui": "^6.4.1",
"@vue-reactivity/fs": "^0.1.1",
"commander": "^11.1.0",
"enquirer": "^2.4.1",
"eventemitter3": "^5.0.1",
"jike-sdk": "^0.26.1",
"open": "^10.0.3",
"jike-sdk": "^0.27.0",
"open": "^10.1.0",
"terminal-image": "^2.0.0"
},
"devDependencies": {
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@types/node": "^20.11.10",
"bumpp": "^9.3.0",
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.6",
"bumpp": "^9.4.0",
"date-fns": "^3.6.0",
"eslint": "^8.57.0",
"fast-glob": "^3.3.2",
"prettier": "^3.2.4",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.4"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit 9f0f5c4

Please sign in to comment.