|
6 | 6 | "bugs": "https://github.com/forcedotcom/cli/issues", |
7 | 7 | "dependencies": { |
8 | 8 | "@apexdevtools/apex-parser": "^4.1.0", |
| 9 | + "@babel/parser": "^7.25.6", |
| 10 | + "@babel/traverse": "^7.25.6", |
9 | 11 | "@babel/types": "^7.25.6", |
10 | 12 | "@oclif/command": "^1", |
11 | 13 | "@oclif/config": "^1", |
12 | 14 | "@oclif/errors": "^1", |
13 | | - "@salesforce/command": "^4.2.1", |
14 | | - "@salesforce/core": "^2.37.1", |
| 15 | + "@salesforce/command": "^5.3.9", |
| 16 | + "@salesforce/core": "^8.23.4", |
| 17 | + "@salesforce/sf-plugins-core": "^12.1.0", |
15 | 18 | "@types/jsdom": "^21.1.7", |
16 | 19 | "@types/lodash.chunk": "^4.2.9", |
17 | 20 | "@types/shelljs": "^0.8.15", |
|
22 | 25 | "lodash.chunk": "^4.2.0", |
23 | 26 | "open": "^8.4.2", |
24 | 27 | "shelljs": "^0.8.5", |
25 | | - "tslib": "^2", |
26 | | - "@babel/parser": "^7.25.6", |
27 | | - "@babel/traverse": "^7.25.6" |
| 28 | + "tslib": "^2" |
28 | 29 | }, |
29 | 30 | "devDependencies": { |
30 | 31 | "@oclif/dev-cli": "^1", |
|
37 | 38 | "@salesforce/prettier-config": "^0.0.3", |
38 | 39 | "@salesforce/ts-sinon": "^1", |
39 | 40 | "@types/babel__traverse": "^7.20.6", |
40 | | - "@types/jsforce": "^1.11.5", |
| 41 | + "@types/jsforce": "^1.11.6", |
41 | 42 | "@types/xmldom": "^0.1.34", |
42 | 43 | "@typescript-eslint/eslint-plugin": "^4.2.0", |
43 | 44 | "@typescript-eslint/parser": "^4.2.0", |
|
65 | 66 | "typescript": "^4.9.5" |
66 | 67 | }, |
67 | 68 | "resolutions": { |
| 69 | + "@salesforce/core": "^8.23.4", |
68 | 70 | "nanoid": "^3.3.8", |
69 | 71 | "marked": "^4.0.10", |
70 | 72 | "semver": "^7.5.2", |
|
130 | 132 | }, |
131 | 133 | "repository": "salesforcecli/plugin-omnistudio-migration-tool", |
132 | 134 | "scripts": { |
133 | | - "build": "sf-build && yarn copy-assets", |
| 135 | + "build": "sf-build", |
134 | 136 | "clean": "sf-clean", |
135 | 137 | "clean-all": "sf-clean all", |
136 | 138 | "clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json", |
137 | | - "compile": "sf-compile && yarn copy-assets", |
| 139 | + "compile": "sf-compile", |
138 | 140 | "copy-assets": "shx cp -r src/templates lib/ && shx cp -r src/styles lib/ && shx cp -r src/javascripts lib/", |
139 | 141 | "docs": "sf-docs", |
140 | 142 | "format": "sf-format", |
141 | 143 | "lint": "sf-lint", |
142 | 144 | "postpack": "shx rm -f oclif.manifest.json", |
143 | 145 | "posttest": "yarn lint && yarn test:deprecation-policy && yarn test:command-reference", |
144 | | - "prepack": "sf-prepack && yarn copy-assets", |
| 146 | + "prepack": "sf-prepack", |
145 | 147 | "prepare": "sf-install", |
146 | 148 | "pretest": "sf-compile-test", |
147 | 149 | "test": "sf-test", |
|
0 commit comments