|
1 | 1 | { |
2 | 2 | "name": "@salesforce/plugin-lightning-dev", |
3 | 3 | "description": "Lightning development tools for LEX, Mobile, and Experience Sites", |
4 | | - "version": "5.0.25-alpha.0", |
| 4 | + "version": "5.0.29", |
5 | 5 | "author": "Salesforce", |
6 | 6 | "bugs": "https://github.com/forcedotcom/cli/issues", |
7 | 7 | "dependencies": { |
8 | 8 | "@inquirer/prompts": "^5.3.8", |
9 | 9 | "@inquirer/select": "^2.4.7", |
10 | | - "@lwc/lwc-dev-server": "~13.2.19", |
| 10 | + "@lwc/lwc-dev-server": "~13.3.0", |
11 | 11 | "@lwc/sfdc-lwc-compiler": "~13.2.19", |
12 | 12 | "@lwrjs/api": "0.18.3", |
13 | 13 | "@oclif/core": "^4.5.6", |
14 | 14 | "@salesforce/core": "^8.23.3", |
15 | 15 | "@salesforce/kit": "^3.2.4", |
16 | | - "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.13", |
| 16 | + "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14", |
17 | 17 | "@salesforce/sf-plugins-core": "^11.2.4", |
18 | | - "axios": "^1.13.1", |
19 | | - "glob": "^10.4.5", |
20 | | - "lwc": "~8.24.0", |
| 18 | + "axios": "^1.13.2", |
| 19 | + "glob": "^10.5.0", |
| 20 | + "lwc": "~8.26.0", |
21 | 21 | "node-fetch": "^3.3.2", |
22 | 22 | "open": "^10.2.0", |
23 | 23 | "xml2js": "^0.6.2" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@oclif/plugin-command-snapshot": "^5.3.6", |
| 26 | + "@oclif/plugin-command-snapshot": "^5.3.8", |
27 | 27 | "@salesforce/cli-plugins-testkit": "^5.3.41", |
28 | 28 | "@salesforce/dev-scripts": "^11.0.4", |
29 | | - "@salesforce/plugin-command-reference": "^3.1.77", |
| 29 | + "@salesforce/plugin-command-reference": "^3.1.78", |
30 | 30 | "@types/node-fetch": "^2.6.13", |
31 | 31 | "@types/xml2js": "^0.4.14", |
32 | 32 | "@typescript-eslint/eslint-plugin": "^6.21.0", |
|
38 | 38 | "eslint-plugin-sf-plugin": "^1.20.33", |
39 | 39 | "eslint-plugin-unicorn": "^50.0.1", |
40 | 40 | "esmock": "^2.7.3", |
41 | | - "oclif": "^4.22.35", |
| 41 | + "oclif": "^4.22.44", |
42 | 42 | "ts-node": "^10.9.2", |
43 | 43 | "typescript": "^5.5.4" |
44 | 44 | }, |
|
265 | 265 | "exports": "./lib/index.js", |
266 | 266 | "type": "module", |
267 | 267 | "volta": { |
268 | | - "node": "20.12.0", |
| 268 | + "node": "20.19.5", |
269 | 269 | "yarn": "1.22.22" |
270 | 270 | } |
271 | 271 | } |
0 commit comments