Skip to content

Commit

Permalink
♻️ Dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbadyal committed Mar 9, 2024
1 parent 7eb503d commit 2dc9697
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 125 deletions.
10 changes: 3 additions & 7 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

150 changes: 46 additions & 104 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"@actions/github": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-prettier": "^5.0.1",
"@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",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-import": "^2.29.0",
"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.1.1",
"typescript": "^5.3.3",
"prettier": "^3.2.5",
"typescript": "^5.4.2",
"ts-node": "^10.9.2",
"husky": "^8.0.3",
"husky": "^9.0.11",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"dotenv": "^16.3.1"
"ts-jest": "^29.1.2",
"dotenv": "^16.4.5"
}
}

0 comments on commit 2dc9697

Please sign in to comment.