Skip to content

Commit

Permalink
chore: bump lls version to 4.7.1 (#5126)
Browse files Browse the repository at this point in the history
* chore: bump lls version to 4.7.1

* chore: update package-lock.json
  • Loading branch information
CristiCanizales authored Sep 27, 2023
1 parent bb1a7fc commit d7e9ca1
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
36 changes: 21 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/salesforcedx-vscode-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"Programming Languages"
],
"dependencies": {
"@salesforce/aura-language-server": "4.7.0",
"@salesforce/aura-language-server": "4.7.1",
"@salesforce/core": "4.3.11",
"@salesforce/lightning-lsp-common": "4.7.0",
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/salesforcedx-utils-vscode": "58.15.0",
"applicationinsights": "1.0.7",
"vscode-extension-telemetry": "0.0.17",
Expand Down Expand Up @@ -93,8 +93,8 @@
"applicationinsights": "1.0.7",
"@salesforce/core": "4.3.11",
"@salesforce/source-tracking": "4.1.3",
"@salesforce/aura-language-server": "4.7.0",
"@salesforce/lightning-lsp-common": "4.7.0"
"@salesforce/aura-language-server": "4.7.1",
"@salesforce/lightning-lsp-common": "4.7.1"
},
"devDependencies": {}
}
Expand Down
8 changes: 4 additions & 4 deletions packages/salesforcedx-vscode-lwc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"dependencies": {
"@salesforce/core": "4.3.11",
"@salesforce/eslint-config-lwc": "3.3.3",
"@salesforce/lightning-lsp-common": "4.7.0",
"@salesforce/lwc-language-server": "4.7.0",
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/lwc-language-server": "4.7.1",
"@salesforce/salesforcedx-utils-vscode": "58.15.0",
"ajv": "6.12.6",
"applicationinsights": "1.0.7",
Expand Down Expand Up @@ -100,8 +100,8 @@
"applicationinsights": "1.0.7",
"@salesforce/core": "4.3.11",
"@salesforce/source-tracking": "4.1.3",
"@salesforce/lightning-lsp-common": "4.7.0",
"@salesforce/lwc-language-server": "4.7.0"
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/lwc-language-server": "4.7.1"
},
"devDependencies": {}
}
Expand Down

0 comments on commit d7e9ca1

Please sign in to comment.