Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Feb 3, 2024
1 parent 3984b1e commit d788c38
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 15 deletions.
49 changes: 39 additions & 10 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,18 @@
"bin": {
"setup_hashlink": "./bin/setup_hashlink.cjs"
},
"dependencies": {
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/tool-cache": "^2.0.1",
"execa": "^8.0.1",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"del": "^7.1.0",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"execa": "^8.0.1",
"semver": "^7.5.4",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit d788c38

Please sign in to comment.