Skip to content

Commit

Permalink
fix(ignore): update dependencies (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jan 7, 2025
1 parent ff783d2 commit e65335e
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 388 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@eslint/core": "^0.8.0",
"@eslint/js": "^9.13.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@eslint/core": "^0.9.1",
"@eslint/js": "^9.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@octokit/rest": "^21.0.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.6",
"eslint": "^9.13.0",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2"
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.1"
}
}
Loading

0 comments on commit e65335e

Please sign in to comment.