Skip to content

Commit

Permalink
chore: bump lls to 4.7.2 (#5191)
Browse files Browse the repository at this point in the history
* chore: bump lls to4.7.2

* chore: update package-lock.json
  • Loading branch information
CristiCanizales authored Oct 31, 2023
1 parent 2a77c95 commit 9296cde
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.1",
"@salesforce/aura-language-server": "4.7.2",
"@salesforce/core": "5.3.0",
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/lightning-lsp-common": "4.7.2",
"@salesforce/salesforcedx-utils-vscode": "59.3.0",
"applicationinsights": "1.0.7",
"vscode-extension-telemetry": "0.0.17",
Expand Down Expand Up @@ -106,8 +106,8 @@
"applicationinsights": "1.0.7",
"@salesforce/core": "5.3.0",
"@salesforce/source-tracking": "4.2.14",
"@salesforce/aura-language-server": "4.7.1",
"@salesforce/lightning-lsp-common": "4.7.1"
"@salesforce/aura-language-server": "4.7.2",
"@salesforce/lightning-lsp-common": "4.7.2"
},
"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": "5.3.0",
"@salesforce/eslint-config-lwc": "3.5.1",
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/lwc-language-server": "4.7.1",
"@salesforce/lightning-lsp-common": "4.7.2",
"@salesforce/lwc-language-server": "4.7.2",
"@salesforce/salesforcedx-utils-vscode": "59.3.0",
"ajv": "6.12.6",
"applicationinsights": "1.0.7",
Expand Down Expand Up @@ -106,8 +106,8 @@
"applicationinsights": "1.0.7",
"@salesforce/core": "5.3.0",
"@salesforce/source-tracking": "4.2.14",
"@salesforce/lightning-lsp-common": "4.7.1",
"@salesforce/lwc-language-server": "4.7.1"
"@salesforce/lightning-lsp-common": "4.7.2",
"@salesforce/lwc-language-server": "4.7.2"
},
"devDependencies": {}
}
Expand Down

0 comments on commit 9296cde

Please sign in to comment.