Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 82fc771

Browse files
author
Anton Cherednikov
committed
Merge branch 'fix/_unused_dependencies' into 'develop'
Fix/ unused dependencies See merge request cs-platform/public/cli!96
2 parents 8d62e4f + 2935305 commit 82fc771

File tree

2 files changed

+44
-36
lines changed

2 files changed

+44
-36
lines changed

package-lock.json

Lines changed: 42 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codestore",
33
"description": "code.store CLI. Add services, deploy, debug, perform all operations from your terminal.",
4-
"version": "1.9.12",
4+
"version": "1.9.13",
55
"bin": {
66
"codestore": "./bin/run",
77
"cs": "./bin/run"
@@ -35,13 +35,11 @@
3535
"chalk": "^3.0.0",
3636
"clear": "^0.1.0",
3737
"cli-ux": "^5.4.5",
38-
"codestore-utils": "^1.3.0",
38+
"codestore-utils": "^1.3.3",
3939
"completion": "^1.0.1",
4040
"cross-fetch": "^3.0.4",
4141
"debug": "^4.1.1",
4242
"enquirer": "^2.3.5",
43-
"express": "^4.17.1",
44-
"graphql": "^14.6.0",
4543
"has-yarn": "^2.1.0",
4644
"inquirer": "^7.1.0",
4745
"is-ci": "^2.0.0",

0 commit comments

Comments
 (0)