Skip to content

Commit

Permalink
chore: update package version requirements (#1317)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Action <[email protected]>
  • Loading branch information
jackton1 and actions-user authored Jun 27, 2023
1 parent 4cddd28 commit bdf73bf
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 135 deletions.
157 changes: 30 additions & 127 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.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.1",
"lodash": "^4.17.15",
"micromatch": "^4.0.5",
"yaml": "^2.3.1",
"@octokit/rest": "^19.0.7"
"lodash": "4.17.15",
"micromatch": "4.0.5",
"yaml": "2.3.1",
"@octokit/rest": "19.0.7"
},
"devDependencies": {
"@types/jest": "29.5.2",
"@types/lodash": "^4.14.195",
"@types/micromatch": "^4.0.2",
"@types/lodash": "4.14.195",
"@types/micromatch": "4.0.2",
"@types/node": "20.3.2",
"@types/uuid": "9.0.2",
"@typescript-eslint/eslint-plugin": "5.60.1",
Expand All @@ -52,7 +52,7 @@
"eslint": "8.43.0",
"eslint-plugin-github": "4.8.0",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "4.2.1",
"jest": "29.5.0",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
Expand Down

0 comments on commit bdf73bf

Please sign in to comment.