|
10 | 10 | "@adobe/aio-lib-core-logging": "^1.1.0", |
11 | 11 | "@adobe/aio-lib-env": "^1.1.0", |
12 | 12 | "@adobe/aio-lib-ims": "^5.0.0", |
13 | | - "@oclif/command": "^1", |
14 | | - "@oclif/config": "1.15.1", |
15 | | - "@oclif/errors": "^1.1.2", |
16 | | - "@oclif/plugin-help": "^2.2.3", |
17 | | - "cli-ux": "^5.4.5", |
| 13 | + "@oclif/core": "^1.4.0", |
18 | 14 | "js-yaml": "^3.13.1" |
19 | 15 | }, |
20 | 16 | "devDependencies": { |
21 | 17 | "@adobe/eslint-config-aio-lib-config": "^1.4.0", |
22 | 18 | "@babel/core": "^7.9.6", |
23 | | - "@oclif/dev-cli": "^1", |
24 | | - "@oclif/test": "^1", |
25 | | - "@types/jest": "^26.0.20", |
26 | | - "babel-jest": "^26.0.1", |
| 19 | + "@types/jest": "^27.4.1", |
| 20 | + "babel-jest": "^27.5.1", |
27 | 21 | "babel-runtime": "^6.26.0", |
28 | 22 | "chalk": "^4.0.0", |
29 | 23 | "eol": "^0.9.1", |
30 | 24 | "eslint": "^7.32.0", |
31 | | - "eslint-config-oclif": "^3.1.0", |
| 25 | + "eslint-config-oclif": "^4.0.0", |
32 | 26 | "eslint-config-standard": "^16.0.3", |
33 | 27 | "eslint-plugin-import": "^2.25.4", |
34 | 28 | "eslint-plugin-jest": "^23.20.0", |
35 | 29 | "eslint-plugin-jsdoc": "^37.5.1", |
36 | 30 | "eslint-plugin-node": "^11.1.0", |
37 | 31 | "eslint-plugin-promise": "^5.2.0", |
38 | | - "eslint-plugin-standard": "^4.0.1", |
39 | 32 | "execa": "^4.0.0", |
40 | 33 | "jest": "^27", |
41 | | - "jest-haste-map": "^25.1.0", |
42 | | - "jest-junit": "^10.0.0", |
| 34 | + "jest-haste-map": "^27.5.1", |
| 35 | + "jest-junit": "^13.0.0", |
43 | 36 | "jest-plugin-fs": "^2.9.0", |
44 | 37 | "stdout-stderr": "^0.1.9", |
45 | 38 | "typescript": "^4.5.4" |
|
61 | 54 | "oclif": { |
62 | 55 | "commands": "./src/commands", |
63 | 56 | "bin": "aio", |
64 | | - "devPlugins": [ |
65 | | - "@oclif/plugin-help" |
66 | | - ], |
67 | 57 | "hooks": { |
68 | 58 | "init": "./src/hooks/upgrade-config-hook.js" |
69 | 59 | }, |
|
0 commit comments