|
1 | 1 | { |
2 | 2 | "name": "@salesforce/plugin-omnistudio-migration-tool", |
3 | 3 | "description": "This SFDX plugin migrates FlexCard, OmniScript, DataRaptor, and Integration Procedure custom objects to standard objects.", |
4 | | - "version": "1.5.0", |
| 4 | + "version": "1.4.1-dev.0", |
5 | 5 | "author": "Salesforce", |
6 | 6 | "bugs": "https://github.com/forcedotcom/cli/issues", |
7 | 7 | "dependencies": { |
| 8 | + "@babel/parser": "^7.25.4", |
8 | 9 | "@apexdevtools/apex-parser": "^4.1.0", |
9 | 10 | "@oclif/command": "^1", |
10 | 11 | "@oclif/config": "^1", |
11 | 12 | "@oclif/errors": "^1", |
12 | 13 | "@salesforce/command": "^4.2.1", |
13 | 14 | "@salesforce/core": "^2.37.1", |
| 15 | + "@types/jsdom": "^21.1.7", |
14 | 16 | "@types/lodash.chunk": "^4.2.9", |
| 17 | + "cheerio": "^1.0.0", |
| 18 | + "jsdom": "^25.0.0", |
15 | 19 | "lodash.chunk": "^4.2.0", |
16 | 20 | "open": "^8.4.2", |
17 | | - "tslib": "^2" |
| 21 | + "tslib": "^2", |
| 22 | + "xmldom": "^0.6.0" |
18 | 23 | }, |
19 | 24 | "devDependencies": { |
| 25 | + "@babel/parser": "^7.25.4", |
20 | 26 | "@oclif/dev-cli": "^1", |
21 | 27 | "@oclif/plugin-command-snapshot": "^3.3.15", |
22 | 28 | "@oclif/plugin-help": "^3", |
|
26 | 32 | "@salesforce/plugin-command-reference": "^1.4.7", |
27 | 33 | "@salesforce/prettier-config": "^0.0.3", |
28 | 34 | "@salesforce/ts-sinon": "^1", |
29 | | - "@types/chai": "^4.3.19", |
| 35 | + "@types/babel__traverse": "^7.20.6", |
30 | 36 | "@types/jsforce": "^1.11.5", |
31 | | - "@types/mocha": "^10.0.7", |
32 | | - "@types/sinon": "^17.0.3", |
33 | 37 | "@typescript-eslint/eslint-plugin": "^4.2.0", |
34 | 38 | "@typescript-eslint/parser": "^4.2.0", |
35 | | - "chai": "^4.5.0", |
| 39 | + "chai": "^4.4.1", |
36 | 40 | "eslint": "^7.27.0", |
37 | 41 | "eslint-config-oclif": "^3.1", |
38 | 42 | "eslint-config-prettier": "^8", |
|
50 | 54 | "nyc": "^15.1.0", |
51 | 55 | "prettier": "^2.8.8", |
52 | 56 | "pretty-quick": "^3.3.1", |
53 | | - "sinon": "^10.0.0", |
| 57 | + "sinon": "10.0.0", |
54 | 58 | "ts-node": "^10.9.2", |
55 | 59 | "typescript": "^4.9.5" |
56 | 60 | }, |
|
0 commit comments