Skip to content

Commit

Permalink
chore: Update Octokit (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Aug 13, 2022
1 parent 5a08d6e commit 0e542bd
Show file tree
Hide file tree
Showing 132 changed files with 11,631 additions and 1,115 deletions.
8 changes: 3 additions & 5 deletions action-src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"eslint": "eslint 'action-source/**/*.ts'",
"prettier": "prettier -w \"**/*.{md,yaml,yml,json,ts}\"",
"prepublishOnly": "yarn build",
"release": "standard-version",
"smoke-test-push": "env-cmd -f ./fixtures/push.json node ./action/lib/main_root.js",
"smoke-test": "env-cmd -f ./fixtures/pull_request.json node ./action/lib/main_root.js",
"watch": "tsc -p . --watch",
Expand All @@ -30,16 +29,15 @@
"env-cmd": "^10.1.0",
"jest": "^28.1.3",
"rimraf": "^3.0.2",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
},
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/github": "^5.0.3",
"@octokit/core": "^3.6.0",
"@octokit/plugin-rest-endpoint-methods": "^5.16.2",
"@octokit/rest": "^18.12.0",
"@octokit/core": "^4.0.4",
"@octokit/plugin-rest-endpoint-methods": "^6.2.0",
"@octokit/rest": "^19.0.3",
"cspell": "^6.6.1",
"cspell-glob": "^6.6.1",
"vscode-uri": "^3.0.3"
Expand Down

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

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

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

Loading

0 comments on commit 0e542bd

Please sign in to comment.