Skip to content

Commit

Permalink
fix: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Jul 23, 2022
1 parent b1bf846 commit 38372ba
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 42 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
"scripts": {
"release": "release-it"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"dependencies": {
"kolorist": "^1.5.0",
"minimist": "^1.2.5",
"prompts": "^2.4.1",
"release-it": "^15.1.3",
"replace-in-file": "^6.3.5"
},
"devDependencies": {
"@release-it/conventional-changelog": "^5.0.0",
"release-it": "^15.1.3"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
Expand Down
53 changes: 14 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 38372ba

Please sign in to comment.