Skip to content

Commit 6ca420c

Browse files
fix(deps): update all non-major dependencies (#3791)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 9cb883b commit 6ca420c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/issue-close-require.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: need reproduction
12-
uses: actions-cool/issues-helper@v2.1.1
12+
uses: actions-cool/issues-helper@v2.2.1
1313
with:
1414
actions: 'close-issues'
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/issue-labeled.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: contribution welcome
1212
if: github.event.label.name == 'contribution welcome' || github.event.label.name == 'help wanted'
13-
uses: actions-cool/issues-helper@v2.1.1
13+
uses: actions-cool/issues-helper@v2.2.1
1414
with:
1515
actions: 'create-comment, remove-labels'
1616
token: ${{ secrets.GITHUB_TOKEN }}
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: remove pending
2323
if: github.event.label.name == 'enhancement' || github.event.label.name == 'bug' || (contains(github.event.label.name, 'pending triage') == false && startsWith(github.event.label.name, 'bug:') == true)
24-
uses: actions-cool/issues-helper@v2.1.1
24+
uses: actions-cool/issues-helper@v2.2.1
2525
with:
2626
actions: 'remove-labels'
2727
token: ${{ secrets.GITHUB_TOKEN }}
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: need reproduction
3232
if: github.event.label.name == 'need reproduction'
33-
uses: actions-cool/issues-helper@v2.1.1
33+
uses: actions-cool/issues-helper@v2.2.1
3434
with:
3535
actions: 'create-comment, remove-labels'
3636
token: ${{ secrets.GITHUB_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"ts-jest": "^27.0.3",
5555
"ts-node": "^10.0.0",
5656
"typescript": "^4.3.2",
57-
"vitepress": "^0.15.2",
57+
"vitepress": "^0.15.3",
5858
"yorkie": "^2.0.0"
5959
},
6060
"gitHooks": {

packages/plugin-vue-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
},
2727
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2828
"dependencies": {
29-
"@babel/core": "^7.12.10",
29+
"@babel/core": "^7.14.6",
3030
"@babel/plugin-syntax-import-meta": "^7.10.4",
31-
"@babel/plugin-transform-typescript": "^7.12.1",
31+
"@babel/plugin-transform-typescript": "^7.14.6",
3232
"@rollup/pluginutils": "^4.1.0",
33-
"@vue/babel-plugin-jsx": "^1.0.3",
33+
"@vue/babel-plugin-jsx": "^1.0.6",
3434
"hash-sum": "^2.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)