Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Dec 24, 2024
1 parent 2afb796 commit 2a666fd
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 394 deletions.
188 changes: 119 additions & 69 deletions dist/index.js

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

20 changes: 9 additions & 11 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.3",
"version": "4.0.4",
"author": "harmless-tech, cargo-prebuilt",
"private": true,
"homepage": "https://github.com/cargo-prebuilt/cargo-prebuilt-action",
Expand Down Expand Up @@ -62,27 +62,25 @@
"./src/**"
]
},
"dependencies": {},
"devDependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/tool-cache": "^2.0.1",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vercel/ncc": "^0.38.2",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@vercel/ncc": "^0.38.3",
"eslint": "<9",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 2a666fd

Please sign in to comment.