Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 28, 2024
1 parent 6bbc429 commit 4208979
Show file tree
Hide file tree
Showing 2 changed files with 1,343 additions and 727 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@
"license": "MIT",
"dependencies": {
"@actions/core": "1.6.0",
"@actions/github": "5.1.1"
"@actions/github": "6.0.0"
},
"devDependencies": {
"@types/node": "18.11.9",
"@typescript-eslint/parser": "5.42.1",
"@types/node": "20.14.9",
"@typescript-eslint/parser": "7.14.1",
"@vercel/ncc": "0.34.0",
"eslint": "8.27.0",
"eslint-plugin-github": "4.4.1",
"eslint-plugin-jest": "27.1.4",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"eslint": "9.6.0",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-prettier": "5.1.3",
"husky": "9.0.11",
"jest": "29.3.0",
"js-yaml": "4.1.0",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"lint-staged": "15.2.7",
"prettier": "3.3.2",
"ts-jest": "29.0.3",
"typescript": "4.8.4"
"typescript": "5.5.2"
},
"lint-staged": {
"*.ts": "npm run format --fix"
Expand Down
Loading

0 comments on commit 4208979

Please sign in to comment.