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 c9a0f53 commit 4796b61
Show file tree
Hide file tree
Showing 3 changed files with 1,146 additions and 486 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- 'main'
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"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",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint-plugin-github": "^4.10.2",
"eslint-plugin-prettier": "^5.1.3",
"@types/node": "^22.10.1",
"eslint": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"eslint-plugin-github": "^5.1.4",
"eslint-plugin-prettier": "^5.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^51.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-import": "^2.31.0",
"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 4796b61

Please sign in to comment.