Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependencies #16

Merged
merged 8 commits into from
Feb 28, 2024
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
fork-running:
name: fork-running
runs-on: ubuntu-latest
permissions: write-all
if: github.event_name == 'pull_request'
steps:
- name: Checkout
Expand All @@ -56,6 +57,7 @@ jobs:
dispatch-and-fork:
name: dispatch-and-fork
runs-on: ubuntu-latest
permissions: write-all
if: github.event_name == 'pull_request'
steps:
- name: Checkout
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@octokit/openapi-types": "^19.1.0",
"@octokit/openapi-types": "^20.0.0",
"eslint-plugin-import": "^2.29.1"
},
"devDependencies": {
"@types/node": "^20.10.5",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jsonc": "^2.11.1",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"prettier-eslint": "^16.1.2",
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"typescript": "^5.3.3"
}
}
Loading
Loading