Skip to content

Commit

Permalink
chore(release): 2.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.3](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-19)

### Performance Improvements

* update deps ([#30](#30)) ([c5a4054](c5a4054))
  • Loading branch information
qiwibot committed Dec 19, 2021
1 parent 1aa9f99 commit 65bd262
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
18 changes: 18 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## @qiwi/nexus-cli [2.3.3](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-19)


### Performance Improvements

* update deps ([#30](https://github.com/qiwi/nexus/issues/30)) ([c5a4054](https://github.com/qiwi/nexus/commit/c5a4054d8e7507ffefbe693124ef926999b75d9e))





### Dependencies

* **@qiwi/nexus-client:** upgraded to 1.1.5
* **@qiwi/nexus-helper:** upgraded to 2.2.3
* **@qiwi/nexus-utils:** upgraded to 1.0.3
* **@qiwi/nexus-infra:** upgraded to 2.0.2

## @qiwi/nexus-cli [2.3.2](https://github.com/qiwi/nexus/compare/@qiwi/[email protected]...@qiwi/[email protected]) (2021-12-17)


Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qiwi/nexus-cli",
"version": "2.3.2",
"version": "2.3.3",
"description": "CLI for managing Nexus NPM repository contents",
"main": "target/es5/index.js",
"repository": "https://github.com/qiwi/nexus.git",
Expand Down Expand Up @@ -50,9 +50,9 @@
"build:local": "yarn build:es5 && chmod +x target/es5/cli.js"
},
"dependencies": {
"@qiwi/nexus-client": "1.1.4",
"@qiwi/nexus-helper": "2.2.2",
"@qiwi/nexus-utils": "1.0.2",
"@qiwi/nexus-client": "1.1.5",
"@qiwi/nexus-helper": "2.2.3",
"@qiwi/nexus-utils": "1.0.3",
"@types/semver": "^7.3.9",
"axios": "^0.24.0",
"blork": "^9.3.0",
Expand All @@ -61,7 +61,7 @@
},
"devDependencies": {
"@qiwi/libdefkit": "^3.1.2",
"@qiwi/nexus-infra": "2.0.1",
"@qiwi/nexus-infra": "2.0.2",
"@qiwi/npm-batch-cli-api": "^2.0.0",
"nock": "^13.2.1",
"semver": "^7.3.5"
Expand Down

0 comments on commit 65bd262

Please sign in to comment.