Skip to content

Commit d64c50a

Browse files
committed
fix: use the right version for 260
1 parent 526a576 commit d64c50a

2 files changed

Lines changed: 317 additions & 74 deletions

File tree

package.json

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
"dependencies": {
88
"@inquirer/prompts": "^5.3.8",
99
"@inquirer/select": "^2.4.7",
10-
"@lwc/sfdx-local-dev-dist": "13.3.11-alpha.0+3edb66b",
11-
"@lwc/sfdx-local-dev-dist-65.0": "npm:@lwc/sfdx-local-dev-dist@13.3.11-alpha.0+3edb66b",
12-
"@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@13.3.11-alpha.0+3edb66b",
13-
"@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@13.3.11-alpha.0+3edb66b",
10+
"@lwc/sfdx-local-dev-dist": "~13.3.12",
11+
"@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.22",
12+
"@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.12",
1413
"@lwrjs/api": "0.18.3",
1514
"@oclif/core": "^4.5.6",
1615
"@salesforce/core": "^8.24.0",
@@ -233,19 +232,14 @@
233232
}
234233
},
235234
"apiVersionMetadata": {
236-
"65.0": {
237-
"dependencies": {
238-
"@lwc/sfdx-local-dev-dist": "13.3.11-alpha.0+3edb66b"
239-
}
240-
},
241235
"66.0": {
242236
"dependencies": {
243-
"@lwc/sfdx-local-dev-dist": "13.3.11-alpha.0+3edb66b"
237+
"@lwc/sfdx-local-dev-dist": "~13.2.22"
244238
}
245239
},
246240
"67.0": {
247241
"dependencies": {
248-
"@lwc/sfdx-local-dev-dist": "13.3.11-alpha.0+3edb66b"
242+
"@lwc/sfdx-local-dev-dist": "~13.3.11"
249243
}
250244
}
251245
},

0 commit comments

Comments
 (0)