Skip to content

Commit

Permalink
chore: bump dependencies (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng authored Oct 23, 2024
1 parent 863177d commit fc4feaa
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 133 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"printWidth": 127
}
],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/no-empty-function": "warn",
"@typescript-eslint/ban-ts-comment": "warn",
"@typescript-eslint/no-explicit-any": "warn",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"bugs": "https://github.com/dailydotdev/action-devcard/issues",
"license": "BSD-3-Clause",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"node-fetch": "^3.3.2",
"simple-git": "^3.20.0"
"simple-git": "^3.27.0"
},
"devDependencies": {
"@octokit/graphql": "^8.1.1",
"@types/jsdom": "21.x",
"@types/node": "22.x",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^8.8.0",
"@vercel/ncc": "0.38.1",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vercel/ncc": "0.38.2",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}
Loading

0 comments on commit fc4feaa

Please sign in to comment.