@salesforce/plugin-lightning-dev 6.0.8 → 6.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -253,5 +253,5 @@
253
253
  ]
254
254
  }
255
255
  },
256
- "version": "6.0.8"
256
+ "version": "6.0.9"
257
257
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "6.0.8",
4
+ "version": "6.0.9",
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.3.9",
10
+ "@lwc/lwc-dev-server": "~13.3.14",
11
11
  "@lwc/sfdc-lwc-compiler": "~13.3.8",
12
12
  "@lwrjs/api": "0.21.5",
13
13
  "@oclif/core": "^4.5.6",
@@ -17,7 +17,7 @@
17
17
  "@salesforce/sf-plugins-core": "^11.2.4",
18
18
  "axios": "^1.13.2",
19
19
  "glob": "^13.0.0",
20
- "lwc": "~8.28.0",
20
+ "lwc": "~8.28.2",
21
21
  "node-fetch": "^3.3.2",
22
22
  "open": "^10.2.0",
23
23
  "xml2js": "^0.6.2"
@@ -273,7 +273,7 @@
273
273
  "yarn": "1.22.22"
274
274
  },
275
275
  "sfdx": {
276
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.8.crt",
277
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.8.sig"
276
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.9.crt",
277
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/6.0.9.sig"
278
278
  }
279
279
  }