Skip to content

Commit

Permalink
chore: change dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround committed May 6, 2024
1 parent 12e4e3c commit 905448d
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 55 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
"bumpp",
"dcloudio",
"esno",
"execa",
"gitee",
"kolorist",
"Pinia",
"taze",
"Unocss"
],
"eslint.experimental.useFlatConfig": true,
Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@
"up": "cd ./template && pnpx taze@latest major -w -r && cd ./base && pnpx @dcloudio/uvm@latest --manager pnpm"
},
"dependencies": {
"execa": "^8.0.1"
"ejs": "^3.1.9",
"envinfo": "^7.12.0",
"execa": "^8.0.1",
"kolorist": "^1.8.0",
"local-pkg": "^0.5.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2"
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
Expand All @@ -53,15 +59,10 @@
"@types/prompts": "^2.4.9",
"@uni-helper/eslint-config": "^0.0.5",
"bumpp": "^9.3.0",
"ejs": "^3.1.9",
"envinfo": "^7.12.0",
"eslint": "^8.56.0",
"kolorist": "^1.8.0",
"lint-staged": "^15.2.1",
"local-pkg": "^0.5.0",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"simple-git-hooks": "^2.9.0",
"terser": "^5.31.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
Expand Down
Loading

0 comments on commit 905448d

Please sign in to comment.