Skip to content

Commit

Permalink
build: attempts to fix the issue with the release action by updating …
Browse files Browse the repository at this point in the history
…to a version of octokit/core with an entry point (#426)

attempts to fix the issue with the release action by updating to a version of octokit/core with an entry point
  • Loading branch information
nickfloyd committed Mar 13, 2024
1 parent 3441567 commit 400dfd9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -27,14 +27,14 @@
"author": "Gregor Martynus (https://dev.to/gr2m)",
"license": "MIT",
"devDependencies": {
"@octokit/core": "^6.0.0",
"deep-equal": "^2.0.5",
"execa": "^8.0.0",
"github-enterprise-server-versions": "^2.0.0",
"@octokit/core": "^6.0.1",
"deep-equal": "^2.2.3",
"execa": "^8.0.1",
"github-enterprise-server-versions": "^2.0.1",
"lodash": "^4.17.21",
"map-obj": "^5.0.0",
"prettier": "^3.0.0",
"semantic-release": "^23.0.0",
"map-obj": "^5.0.2",
"prettier": "^3.2.5",
"semantic-release": "^23.0.2",
"semantic-release-plugin-update-version-in-files": "^1.1.0",
"sort-keys": "^5.0.0"
},
Expand Down

0 comments on commit 400dfd9

Please sign in to comment.