File tree Expand file tree Collapse file tree 3 files changed +331
-287
lines changed Expand file tree Collapse file tree 3 files changed +331
-287
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : tibdex/auto-update@v2
17
- with :
18
- github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " auto-update" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"license" : " MIT" ,
5
5
"type" : " module" ,
6
6
"files" : [
19
19
"ensure-error" : " ^4.0.0"
20
20
},
21
21
"devDependencies" : {
22
- "@octokit/plugin-paginate-rest" : " ^2.17.0 " ,
22
+ "@octokit/plugin-paginate-rest" : " ^5.0.1 " ,
23
23
"@octokit/webhooks-definitions" : " ^3.67.3" ,
24
- "@types/node" : " ^18 .11.0 " ,
24
+ "@types/node" : " ^16 .11.7 " ,
25
25
"@vercel/ncc" : " ^0.34.0" ,
26
26
"eslint-config-prettier" : " ^8.5.0" ,
27
27
"eslint-plugin-import" : " ^2.26.0" ,
28
28
"eslint-plugin-sort-destructure-keys" : " ^1.4.0" ,
29
29
"eslint-plugin-typescript-sort-keys" : " ^2.1.0" ,
30
- "prettier" : " ^2.7.1 " ,
30
+ "prettier" : " ^2.8.0 " ,
31
31
"prettier-plugin-packagejson" : " ^2.3.0" ,
32
- "typescript" : " ^4.8.4 " ,
33
- "xo" : " ^0.52.4 " ,
32
+ "typescript" : " ^4.9.3 " ,
33
+ "xo" : " ^0.53.1 " ,
34
34
"yarn-deduplicate" : " ^6.0.0"
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments