Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Jul 13, 2024
1 parent 33abe0d commit 6520406
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 429 deletions.
48 changes: 20 additions & 28 deletions dist/index.js

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "install-cargo-prebuilt-action",
"description": "Install cargo prebuilt to a runner and some packages if you want.",
"version": "4.0.0",
"version": "4.0.1",
"author": "harmless-tech, cargo-prebuilt",
"private": true,
"homepage": "https://github.com/cargo-prebuilt/cargo-prebuilt-action",
Expand Down Expand Up @@ -71,20 +71,20 @@
"@actions/tool-cache": "^2.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@types/node": "^20.14.10",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vercel/ncc": "^0.38.1",
"eslint": "<9",
"eslint-plugin-github": "5.0.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.5",
"typescript": "^5.4.5"
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 6520406

Please sign in to comment.