|
3 | 3 | "description": "Transfer setup data from one org to another in a single step", |
4 | 4 | "version": "1.0.0", |
5 | 5 | "dependencies": { |
6 | | - "@oclif/core": "^4", |
7 | | - "@salesforce/core": "^8", |
8 | | - "@salesforce/sf-plugins-core": "^12" |
| 6 | + "@oclif/core": "^4.11.4", |
| 7 | + "@salesforce/core": "^8.31.0", |
| 8 | + "@salesforce/sf-plugins-core": "^12.2.22" |
9 | 9 | }, |
10 | 10 | "devDependencies": { |
11 | | - "@oclif/plugin-command-snapshot": "^5.1.9", |
12 | | - "@salesforce/cli-plugins-testkit": "^5.3.10", |
13 | | - "@salesforce/dev-scripts": "^10", |
14 | | - "@types/node": "^18", |
15 | | - "eslint-plugin-sf-plugin": "^1.18.6", |
16 | | - "husky": "^9", |
17 | | - "oclif": "^4.14.0", |
| 11 | + "@oclif/plugin-command-snapshot": "^5.3.22", |
| 12 | + "@salesforce/cli-plugins-testkit": "^5.3.58", |
| 13 | + "@salesforce/dev-scripts": "^11.0.4", |
| 14 | + "@types/mocha": "^10.0.10", |
| 15 | + "@types/node": "^25.9.1", |
| 16 | + "eslint-plugin-sf-plugin": "^1.20.33", |
| 17 | + "husky": "^9.1.7", |
| 18 | + "oclif": "^4.23.8", |
18 | 19 | "ts-node": "^10.9.2", |
19 | | - "typescript": "^5.4.5", |
| 20 | + "typescript": "^6.0.3", |
20 | 21 | "wireit": "^0.14.12" |
21 | 22 | }, |
22 | 23 | "engines": { |
|
132 | 133 | "test:only": { |
133 | 134 | "command": "nyc mocha \"test/**/*.test.ts\"", |
134 | 135 | "env": { |
135 | | - "FORCE_COLOR": "2" |
| 136 | + "FORCE_COLOR": "2", |
| 137 | + "TS_NODE_PROJECT": "test/tsconfig.json" |
136 | 138 | }, |
137 | 139 | "files": [ |
138 | 140 | "test/**/*.ts", |
|
0 commit comments