@oclif/plugin-update 4.2.4 → 4.2.6-qa.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.2.4"
91
+ "version": "4.2.6-qa.0"
92
92
  }
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.4",
3
+ "version": "4.2.6-qa.0",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
+ "@inquirer/select": "^2.3.1",
7
8
  "@oclif/core": "^3.21.0",
8
9
  "chalk": "^5",
9
- "cross-spawn": "^7.0.3",
10
10
  "debug": "^4.3.1",
11
11
  "filesize": "^6.1.0",
12
12
  "http-call": "^5.3.0",
13
- "inquirer": "^9.2.17",
14
13
  "lodash.throttle": "^4.1.1",
15
14
  "semver": "^7.6.0",
16
15
  "tar-fs": "^2.1.1"
@@ -21,10 +20,8 @@
21
20
  "@oclif/prettier-config": "^0.2.1",
22
21
  "@oclif/test": "^3",
23
22
  "@types/chai": "^4.3.11",
24
- "@types/cross-spawn": "^6.0.6",
25
23
  "@types/debug": "^4.1.12",
26
24
  "@types/execa": "^0.9.0",
27
- "@types/inquirer": "^9.0.7",
28
25
  "@types/lodash.throttle": "^4.1.9",
29
26
  "@types/mocha": "^10",
30
27
  "@types/node": "^18",
@@ -32,14 +29,14 @@
32
29
  "@types/tar-fs": "^2.0.2",
33
30
  "chai": "^4.4.1",
34
31
  "commitlint": "^18",
35
- "eslint-config-oclif-typescript": "^3.1.3",
32
+ "eslint": "^8.57.0",
36
33
  "eslint-config-oclif": "^5.1.1",
34
+ "eslint-config-oclif-typescript": "^3.1.3",
37
35
  "eslint-config-prettier": "^9.1.0",
38
- "eslint": "^8.57.0",
39
36
  "got": "^13.0.0",
40
37
  "husky": "^9",
41
38
  "lint-staged": "^15",
42
- "mocha": "^10.3.0",
39
+ "mocha": "^10.4.0",
43
40
  "nock": "^13.5.4",
44
41
  "oclif": "^4",
45
42
  "prettier": "^3.2.5",
@@ -47,7 +44,7 @@
47
44
  "sinon": "^17",
48
45
  "strip-ansi": "^7.1.0",
49
46
  "ts-node": "^10.9.2",
50
- "typescript": "^5.4.3"
47
+ "typescript": "^5.4.5"
51
48
  },
52
49
  "engines": {
53
50
  "node": ">=18.0.0"
@@ -55,8 +52,7 @@
55
52
  "files": [
56
53
  "oclif.manifest.json",
57
54
  "/dist",
58
- "npm-shrinkwrap.json",
59
- "oclif.lock"
55
+ "npm-shrinkwrap.json"
60
56
  ],
61
57
  "homepage": "https://github.com/oclif/plugin-update",
62
58
  "keywords": [
@@ -78,12 +74,12 @@
78
74
  "repository": "oclif/plugin-update",
79
75
  "scripts": {
80
76
  "build": "shx rm -rf lib && tsc",
81
- "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json oclif.lock",
77
+ "clean": "shx rm -f oclif.manifest.json npm-shrinkwrap.json",
82
78
  "compile": "tsc",
83
79
  "lint": "eslint . --ext .ts",
84
80
  "postpack": "yarn run clean",
85
81
  "posttest": "yarn lint",
86
- "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap && oclif lock",
82
+ "prepack": "yarn build && oclif manifest && oclif readme && npm shrinkwrap",
87
83
  "prepare": "husky && yarn build",
88
84
  "pretest": "yarn build --noEmit && tsc -p test --noEmit",
89
85
  "test:integration:sf": "mocha --forbid-only \"test/integration/sf.integration.ts\" --timeout 900000",