Skip to content

Commit 19e3f8e

Browse files
authored
Remove unnecessary dependencies from LSP (#3184)
1 parent ea27142 commit 19e3f8e

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

languageServer/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
"typescript": "*"
1111
},
1212
"dependencies": {
13-
"jsonc-parser": "3.2.0",
14-
"jsonpath-plus": "7.2.0",
15-
"lodash": "4.17.21",
1613
"vscode-languageserver": "8.0.2",
1714
"vscode-languageserver-textdocument": "1.0.8",
1815
"vscode-uri": "3.0.7",

yarn.lock

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12738,7 +12738,7 @@ [email protected], json5@^1.0.1, json5@^2.1.2, json5@^2.1.3, json5@^2.2.1:
1273812738
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
1273912739
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
1274012740

12741-
jsonc-parser@3.2.0, jsonc-parser@^3.2.0:
12741+
jsonc-parser@^3.2.0:
1274212742
version "3.2.0"
1274312743
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
1274412744
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
@@ -12759,11 +12759,6 @@ jsonfile@^6.0.1:
1275912759
optionalDependencies:
1276012760
graceful-fs "^4.1.6"
1276112761

12762-
12763-
version "7.2.0"
12764-
resolved "https://registry.yarnpkg.com/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz#7ad94e147b3ed42f7939c315d2b9ce490c5a3899"
12765-
integrity sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==
12766-
1276712762
"jsx-ast-utils@^2.4.1 || ^3.0.0":
1276812763
version "3.2.1"
1276912764
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.1.tgz#720b97bfe7d901b927d87c3773637ae8ea48781b"
@@ -13160,7 +13155,7 @@ lodash.zip@^4.2.0:
1316013155
resolved "https://registry.yarnpkg.com/lodash.zip/-/lodash.zip-4.2.0.tgz#ec6662e4896408ed4ab6c542a3990b72cc080020"
1316113156
integrity sha512-C7IOaBBK/0gMORRBd8OETNx3kmOkgIWIPvyDpZSCTwUrpYmgZwJkjZeOD8ww4xbOUOs4/attY+pciKvadNfFbg==
1316213157

13163-
lodash@4.17.21, lodash@^4, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
13158+
lodash@^4, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
1316413159
version "4.17.21"
1316513160
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
1316613161
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==

0 commit comments

Comments
 (0)