-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Update all dependencies
- Loading branch information
1 parent
3397eac
commit 5f4c134
Showing
35 changed files
with
7,042 additions
and
4,383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ dist | |
node_modules | ||
.vscode-test/ | ||
*.vsix | ||
.yarn/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
yarn 1.22.19 | ||
nodejs 16.17.1 | ||
nodejs 20.11.1 | ||
erlang 24.3.4.13 | ||
elixir 1.13.4-otp-24 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.1.0.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"icon": "assets/lexi-logo-square-128.png", | ||
"license": "Apache-2.0", | ||
"engines": { | ||
"vscode": "^1.74.0" | ||
"vscode": "^1.82.0" | ||
}, | ||
"categories": [ | ||
"Programming Languages", | ||
|
@@ -154,33 +154,34 @@ | |
"esbuild": "yarn esbuild-base --sourcemap" | ||
}, | ||
"devDependencies": { | ||
"@jest/globals": "^29.7.0", | ||
"@types/glob": "^8.1.0", | ||
"@types/node": "16.x", | ||
"@types/vscode": "^1.73.0", | ||
"@typescript-eslint/eslint-plugin": "^5.53.0", | ||
"@typescript-eslint/parser": "^5.53.0", | ||
"@vscode/test-electron": "^2.2.3", | ||
"@vscode/vsce": "^2.21.1", | ||
"esbuild": "^0.17.19", | ||
"eslint": "^8.34.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"glob": "^8.1.0", | ||
"jest": "^29.7.0", | ||
"jest-environment-node": "^29.7.0", | ||
"jest-extended": "^4.0.2", | ||
"ovsx": "^0.8.3", | ||
"prettier": "^2.8.8", | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.9.5", | ||
"vscode-uri": "^3.0.7" | ||
"@jest/globals": "29.7.0", | ||
"@types/glob": "8.1.0", | ||
"@types/node": "20.x", | ||
"@types/vscode": "1.86.0", | ||
"@typescript-eslint/eslint-plugin": "7.0.2", | ||
"@typescript-eslint/parser": "7.0.2", | ||
"@vscode/test-electron": "2.3.9", | ||
"@vscode/vsce": "2.24.0", | ||
"esbuild": "0.20.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"glob": "10.3.10", | ||
"jest": "29.7.0", | ||
"jest-environment-node": "29.7.0", | ||
"jest-extended": "4.0.2", | ||
"ovsx": "0.8.3", | ||
"prettier": "3.2.5", | ||
"ts-jest": "29.1.2", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.3.3", | ||
"vscode-uri": "3.0.8" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.3.4", | ||
"date-fns": "^2.30.0", | ||
"extract-zip": "^2.0.1", | ||
"semver": "^7.5.1", | ||
"vscode-languageclient": "^8.1.0" | ||
} | ||
"axios": "1.6.7", | ||
"date-fns": "3.3.1", | ||
"extract-zip": "2.0.1", | ||
"semver": "7.6.0", | ||
"vscode-languageclient": "9.0.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.