Skip to content

Commit

Permalink
STCLI-178 Updated @octokit/rest (#264)
Browse files Browse the repository at this point in the history
* Updated @octokit/rest so that @octokit/core > 3 peerDependency could be resolved.

* Update CHANGELOG

* Bump package.json version and update CHANGELOG
  • Loading branch information
ryandberger authored Jun 15, 2021
1 parent 11a12ff commit 3f5ca7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change history for stripes-cli

## [2.3.1](https://github.com/folio-org/stripes-cli/tree/v2.3.1) (2021-06-15)
* Updated @octokit/rest to ^10.6.0 so that @octokit/core > 3 peerDependency could be resolved. Refs STCLI-178.

## [2.3.0](https://github.com/folio-org/stripes-cli/tree/v2.3.0) (2021-06-08)

* Bump `mocha` to `^8.3.0`.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-cli",
"version": "2.3.0",
"version": "2.3.1",
"description": "Stripes Command Line Interface",
"repository": "https://github.com/folio-org/stripes-cli",
"publishConfig": {
Expand All @@ -24,7 +24,7 @@
"dependencies": {
"@folio/stripes-testing": "^3.0.0",
"@folio/stripes-webpack": "^1.3.0",
"@octokit/rest": "^17.1.4",
"@octokit/rest": "^18.6.0",
"babel-plugin-istanbul": "^6.0.0",
"configstore": "^3.1.1",
"debug": "^4.0.1",
Expand Down

0 comments on commit 3f5ca7d

Please sign in to comment.