|
1 | 1 | { |
2 | 2 | "name": "@contentstack/cli-cm-branches", |
3 | 3 | "description": "Contentstack CLI plugin to do branches operations", |
4 | | - "version": "1.2.0", |
| 4 | + "version": "1.2.1", |
5 | 5 | "author": "Contentstack", |
6 | 6 | "bugs": "https://github.com/contentstack/cli/issues", |
7 | 7 | "dependencies": { |
8 | | - "@contentstack/cli-command": "~1.3.2", |
9 | | - "@contentstack/cli-utilities": "~1.8.0", |
| 8 | + "@contentstack/cli-command": "~1.3.3", |
| 9 | + "@contentstack/cli-utilities": "~1.8.1", |
10 | 10 | "@oclif/core": "^3.27.0", |
11 | | - "async": "^3.2.6", |
12 | | - "big-json": "^3.2.0", |
13 | | - "bluebird": "^3.7.2", |
14 | 11 | "chalk": "^4.1.2", |
15 | | - "is-valid-path": "^0.1.1", |
16 | 12 | "just-diff": "^6.0.2", |
17 | | - "lodash": "^4.17.21", |
18 | | - "merge": "^2.1.1", |
19 | | - "mkdirp": "^1.0.4", |
20 | | - "path": "^0.12.7", |
21 | | - "progress-stream": "^2.0.0", |
22 | | - "promise-limit": "^2.7.0", |
23 | | - "proxyquire": "^2.1.3", |
24 | | - "tslib": "^2.8.1", |
25 | | - "winston": "^3.17.0" |
| 13 | + "lodash": "^4.17.21" |
26 | 14 | }, |
27 | 15 | "devDependencies": { |
28 | | - "@contentstack/cli-auth": "~1.3.22", |
29 | | - "@contentstack/cli-config": "~1.9.0", |
30 | 16 | "@contentstack/cli-dev-dependencies": "~1.2.4", |
31 | 17 | "@oclif/plugin-help": "^5.2.20", |
32 | | - "@oclif/test": "^4.1.6", |
33 | 18 | "@types/flat": "^5.0.5", |
34 | | - "assert": "^2.1.0", |
35 | 19 | "chai": "^4.5.0", |
36 | 20 | "dotenv": "^16.4.7", |
37 | 21 | "dotenv-expand": "^9.0.0", |
38 | 22 | "eslint": "^8.57.1", |
39 | 23 | "eslint-config-oclif": "^4.0.0", |
40 | | - "globby": "^10.0.2", |
41 | 24 | "mocha": "10.8.2", |
42 | 25 | "nyc": "^15.1.0", |
43 | 26 | "oclif": "^3.17.2", |
|
0 commit comments