Skip to content

Commit 466242d

Browse files
authored
Merge pull request #139 from InhiblabCore/dev
chore: update deps
2 parents d987eb2 + 369ebf9 commit 466242d

File tree

5 files changed

+76
-7
lines changed

5 files changed

+76
-7
lines changed

.github/auto-comment.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Comment to a new issue.
2+
issueOpened: >
3+
Thank your for raising a issue. We will try and get back to you as soon as possible.
4+
5+
Please make sure you have given us as much context as possible.
6+
7+
8+
pullRequestOpened: >
9+
Thank your for raising your pull request.
10+
11+
Please make sure you have followed our contributing guidelines. We will review it as soon as possible
12+

.github/release-drafter.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name-template: v$NEXT_PATCH_VERSION
2+
tag-template: v$NEXT_PATCH_VERSION
3+
categories:
4+
- title: 🚀 Features
5+
label: feature
6+
- title: 🐛 Bug Fixes
7+
label: fix
8+
- title: 🧰 Maintenance
9+
label: chore
10+
tag-template: - $TITLE @$AUTHOR (#$NUMBER)
11+
template: |
12+
# What's Changed
13+
14+
$CHANGES

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"pinia":"^2.0.34",
7676
"broadcast-channel":"^5.1.0",
7777
"three":"0.147.0",
78-
"axios": "^0.24.0",
78+
"axios": "^1.4.0",
7979
"vue-demi": "^0.13.11"
8080
},
8181
"lint-staged": {

packages/use-immer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"keywords": [],
1919
"dependencies": {
20-
"immer": "^9.0.17"
20+
"immer": "^9.0.19"
2121
},
2222
"repository": "https://github.com/InhiblabCore/vue-hooks-plus",
2323
"homepage": "https://github.com/InhiblabCore/vue-hooks-plus",

pnpm-lock.yaml

Lines changed: 48 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)