Skip to content

Commit

Permalink
👷 Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Dec 10, 2024
1 parent d65e9a6 commit 4b19e4f
Show file tree
Hide file tree
Showing 2 changed files with 1,012 additions and 364 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"test": "jest --coverage"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/node": "^22.10.1",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
Expand All @@ -34,13 +34,13 @@
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"@vercel/ncc": "^0.38.1",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"@vercel/ncc": "^0.38.3",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"ts-node": "^10.9.2",
"husky": "^9.0.11",
"husky": "^9.1.7",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"dotenv": "^16.4.5"
"ts-jest": "^29.2.5",
"dotenv": "^16.4.7"
}
}
Loading

0 comments on commit 4b19e4f

Please sign in to comment.