Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 30, 2024
1 parent 7216327 commit d81f7a6
Show file tree
Hide file tree
Showing 2 changed files with 478 additions and 235 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jike-cli",
"version": "0.10.1",
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"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.8.7",
"@sxzz/prettier-config": "^2.0.1",
"@types/node": "^20.12.2",
"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.1",
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.12.0"
Expand Down

0 comments on commit d81f7a6

Please sign in to comment.