Skip to content

Commit a8a737e

Browse files
committed
fix: remove 65.0 and use canary 66.0, 67.0
1 parent 246c67d commit a8a737e

2 files changed

Lines changed: 164 additions & 602 deletions

File tree

package.json

Lines changed: 3 additions & 9 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.18",
11-
"@lwc/sfdx-local-dev-dist-65.0": "npm:@lwc/sfdx-local-dev-dist@~13.1.7",
12-
"@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.23",
13-
"@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.18",
10+
"@lwc/sfdx-local-dev-dist": "~13.3.19-alpha.0",
11+
"@lwc/sfdx-local-dev-dist-66.0": "npm:@lwc/sfdx-local-dev-dist@~13.2.24-alpha.0",
12+
"@lwc/sfdx-local-dev-dist-67.0": "npm:@lwc/sfdx-local-dev-dist@~13.3.19-alpha.0",
1413
"@lwrjs/api": "0.21.5",
1514
"@oclif/core": "^4.5.6",
1615
"@salesforce/core": "^8.25.0",
@@ -234,11 +233,6 @@
234233
}
235234
},
236235
"apiVersionMetadata": {
237-
"65.0": {
238-
"dependencies": {
239-
"@lwc/sfdx-local-dev-dist": "~13.1.7"
240-
}
241-
},
242236
"66.0": {
243237
"dependencies": {
244238
"@lwc/sfdx-local-dev-dist": "~13.2.23"

0 commit comments

Comments
 (0)