|
5 | 5 | "author": "Thomas @amphro", |
6 | 6 | "bugs": "https://github.com/forcedotcom/plugin-command-reference/issues", |
7 | 7 | "dependencies": { |
8 | | - "@oclif/command": "^1", |
9 | | - "@oclif/config": "^1", |
10 | | - "@oclif/errors": "^1", |
11 | | - "@salesforce/command": "^2", |
12 | | - "@salesforce/core": "^2", |
13 | | - "@salesforce/dev-scripts": "^0.4.1", |
| 8 | + "@oclif/command": "^1.5.19", |
| 9 | + "@oclif/config": "^1.14.0", |
| 10 | + "@oclif/errors": "^1.2.2", |
| 11 | + "@salesforce/command": "^3.0.0", |
| 12 | + "@salesforce/core": "^2.2.0", |
14 | 13 | "chalk": "^3.0.0", |
15 | 14 | "handlebars": "^4.7.3", |
16 | 15 | "tslib": "^1" |
17 | 16 | }, |
18 | 17 | "devDependencies": { |
19 | | - "@oclif/dev-cli": "^1", |
20 | | - "@oclif/plugin-help": "^2", |
21 | | - "@oclif/test": "^1", |
22 | | - "globby": "^8", |
23 | | - "husky": "^1" |
| 18 | + "@oclif/dev-cli": "^1.22.2", |
| 19 | + "@oclif/plugin-help": "^2.2.3", |
| 20 | + "@oclif/test": "^1.2.5", |
| 21 | + "@salesforce/dev-scripts": "^0.4.1", |
| 22 | + "@semantic-release/changelog": "^5.0.0", |
| 23 | + "@semantic-release/git": "^9.0.0", |
| 24 | + "husky": "^4.2.3", |
| 25 | + "semantic-release": "^17.0.4" |
24 | 26 | }, |
25 | 27 | "engines": { |
26 | 28 | "node": ">=8.4.0" |
|
71 | 73 | "pre-commit": "yarn sfdx-husky-pre-commit", |
72 | 74 | "pre-push": "yarn sfdx-husky-pre-push" |
73 | 75 | } |
| 76 | + }, |
| 77 | + "publishConfig": { |
| 78 | + "access": "public" |
74 | 79 | } |
75 | 80 | } |
0 commit comments