@salesforce/plugin-lightning-dev 3.2.4 → 3.2.5

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.
@@ -226,5 +226,5 @@
226
226
  ]
227
227
  }
228
228
  },
229
- "version": "3.2.4"
229
+ "version": "3.2.5"
230
230
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
3
  "description": "Lightning development tools for LEX, Mobile, and Experience Sites",
4
- "version": "3.2.4",
4
+ "version": "3.2.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
9
9
  "@inquirer/select": "^2.4.7",
10
10
  "@lwc/lwc-dev-server": "~11.5.0",
11
11
  "@lwc/sfdc-lwc-compiler": "~11.5.0",
12
- "@lwrjs/api": "0.16.9",
12
+ "@lwrjs/api": "0.16.10",
13
13
  "@oclif/core": "^4.1.0",
14
14
  "@salesforce/core": "^8.6.2",
15
15
  "@salesforce/kit": "^3.1.6",
@@ -21,12 +21,12 @@
21
21
  "node-fetch": "^3.3.2"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.2.19",
24
+ "@oclif/plugin-command-snapshot": "^5.2.35",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.39",
26
26
  "@salesforce/dev-scripts": "^10.2.11",
27
- "@salesforce/plugin-command-reference": "^3.1.37",
27
+ "@salesforce/plugin-command-reference": "^3.1.44",
28
28
  "@types/node-fetch": "^2.6.11",
29
- "eslint-plugin-sf-plugin": "^1.20.13",
29
+ "eslint-plugin-sf-plugin": "^1.20.15",
30
30
  "esmock": "^2.6.9",
31
31
  "oclif": "^4.17.27",
32
32
  "ts-node": "^10.9.2",
@@ -243,7 +243,7 @@
243
243
  "yarn": "1.22.22"
244
244
  },
245
245
  "sfdx": {
246
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.4.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.4.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-lightning-dev/3.2.5.sig"
248
248
  }
249
249
  }