Skip to content

Commit 8f752ae

Browse files
authored
Upgrade dependencies (#20)
1 parent 8cf02f8 commit 8f752ae

File tree

3 files changed

+331
-287
lines changed

3 files changed

+331
-287
lines changed

.github/workflows/auto-update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: tibdex/auto-update@v2
17-
with:
18-
github_token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auto-update",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"license": "MIT",
55
"type": "module",
66
"files": [
@@ -19,18 +19,18 @@
1919
"ensure-error": "^4.0.0"
2020
},
2121
"devDependencies": {
22-
"@octokit/plugin-paginate-rest": "^2.17.0",
22+
"@octokit/plugin-paginate-rest": "^5.0.1",
2323
"@octokit/webhooks-definitions": "^3.67.3",
24-
"@types/node": "^18.11.0",
24+
"@types/node": "^16.11.7",
2525
"@vercel/ncc": "^0.34.0",
2626
"eslint-config-prettier": "^8.5.0",
2727
"eslint-plugin-import": "^2.26.0",
2828
"eslint-plugin-sort-destructure-keys": "^1.4.0",
2929
"eslint-plugin-typescript-sort-keys": "^2.1.0",
30-
"prettier": "^2.7.1",
30+
"prettier": "^2.8.0",
3131
"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",
3434
"yarn-deduplicate": "^6.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)