Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harmless-tech committed Aug 18, 2023
1 parent 153ebff commit bdd10c5
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 580 deletions.
39 changes: 29 additions & 10 deletions dist/index.js

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

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

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-cargo-prebuilt-action",
"version": "2.0.0",
"version": "2.1.2",
"private": true,
"description": "Install cargo prebuilt to a runner.",
"main": "lib/main.js",
Expand All @@ -27,20 +27,20 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.1.0",
"@actions/http-client": "^2.1.1",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/node": "^20.4.4",
"@typescript-eslint/parser": "^6.1.0",
"@jest/globals": "^29.6.2",
"@types/node": "^20.5.0",
"@typescript-eslint/parser": "^6.4.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.45.0",
"eslint": "^8.47.0",
"eslint-plugin-github": "^4.9.2",
"eslint-plugin-jest": "^27.2.3",
"jest": "^29.6.1",
"jest": "^29.6.2",
"js-yaml": "^4.1.0",
"prettier": "3.0.0",
"prettier": "3.0.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
Expand Down
Loading

0 comments on commit bdd10c5

Please sign in to comment.