Skip to content

Commit

Permalink
chore: ensure every dependencies is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jun 7, 2023
1 parent 7e89b84 commit 092621f
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 88 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

166 changes: 83 additions & 83 deletions package-lock.json

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

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checks-action",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"description": "GitHub Action which wraps calls to GitHub Checks API",
"main": "lib/main.js",
Expand All @@ -12,6 +12,10 @@
"format": "prettier --write '**/*.js' '**/*.ts'",
"all": "npm run build && npm run lint && npm run pack && npm test"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/LouisBrunner"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LouisBrunner/checks-action.git"
Expand All @@ -31,15 +35,15 @@
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"jest-circus": "^29.2.0",
"jest-circus": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
Expand Down

0 comments on commit 092621f

Please sign in to comment.