File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
github-token : " ${{ secrets.GITHUB_TOKEN }}"
18
18
- name : Enable auto-merge for Dependabot PRs
19
- if : contains(steps.metadata.outputs.dependency-names, 'my-dependency') && steps.metadata.outputs.update-type == 'version-update:semver-patch'
20
19
run : gh pr merge --auto --merge "$PR_URL"
21
20
env :
22
21
PR_URL : ${{github.event.pull_request.html_url}}
Original file line number Diff line number Diff line change 3
3
"version" : " 1.8.0" ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
- "@testing-library/jest-dom" : " ^5.17 .0" ,
6
+ "@testing-library/jest-dom" : " ^6.5 .0" ,
7
7
"@testing-library/react" : " ^16.0.0" ,
8
- "@testing-library/user-event" : " ^13 .5.0 " ,
8
+ "@testing-library/user-event" : " ^14 .5.2 " ,
9
9
"ajv" : " ^8.17.1" ,
10
10
"react" : " ^18.3.1" ,
11
11
"react-circular-progressbar" : " ^2.1.0" ,
12
12
"react-dom" : " ^18.3.1" ,
13
13
"react-scripts" : " 5.0.1" ,
14
- "web-vitals" : " ^2.1.4 "
14
+ "web-vitals" : " ^4.2.3 "
15
15
},
16
16
"prettier" : {
17
17
"singleQuote" : true
You can’t perform that action at this time.
0 commit comments