Skip to content

Commit

Permalink
Merge pull request #139 from InhiblabCore/dev
Browse files Browse the repository at this point in the history
chore: update  deps
  • Loading branch information
inhiblab committed May 31, 2023
2 parents d987eb2 + 369ebf9 commit 466242d
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 7 deletions.
12 changes: 12 additions & 0 deletions .github/auto-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Comment to a new issue.
issueOpened: >
Thank your for raising a issue. We will try and get back to you as soon as possible.
Please make sure you have given us as much context as possible.
pullRequestOpened: >
Thank your for raising your pull request.
Please make sure you have followed our contributing guidelines. We will review it as soon as possible
14 changes: 14 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name-template: v$NEXT_PATCH_VERSION
tag-template: v$NEXT_PATCH_VERSION
categories:
- title: 🚀 Features
label: feature
- title: 🐛 Bug Fixes
label: fix
- title: 🧰 Maintenance
label: chore
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
template: |
# What's Changed
$CHANGES
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"pinia":"^2.0.34",
"broadcast-channel":"^5.1.0",
"three":"0.147.0",
"axios": "^0.24.0",
"axios": "^1.4.0",
"vue-demi": "^0.13.11"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion packages/use-immer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"keywords": [],
"dependencies": {
"immer": "^9.0.17"
"immer": "^9.0.19"
},
"repository": "https://github.com/InhiblabCore/vue-hooks-plus",
"homepage": "https://github.com/InhiblabCore/vue-hooks-plus",
Expand Down
53 changes: 48 additions & 5 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 466242d

Please sign in to comment.