Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oNaiPs committed Nov 15, 2023
1 parent 5c7a166 commit 584c5f8
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 54 deletions.
112 changes: 108 additions & 4 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.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@
"author": "",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"camel-case": "^4.1.2",
"constant-case": "^3.0.4",
"pascal-case": "^3.1.2",
"snake-case": "^3.0.4"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.8.6",
"@typescript-eslint/parser": "^6.7.0",
"@vercel/ncc": "^0.36.1",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"@typescript-eslint/parser": "^6.11.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.53.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "2.8.8",
"prettier": "3.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
Loading

0 comments on commit 584c5f8

Please sign in to comment.