Skip to content

Commit

Permalink
Merge branch 'main' into 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skovhus authored Sep 25, 2024
2 parents dab0c92 + e6555e8 commit c4f87c4
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 66 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "18.19.30",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-prettier": "4.2.1",
Expand All @@ -32,7 +32,7 @@
"ts-jest": "29.1.2",
"typescript": "5.4.4",
"vscode-languageserver": "8.0.2",
"vscode-languageserver-textdocument": "1.0.11"
"vscode-languageserver-textdocument": "1.0.12"
},
"resolutions": {
"@types/vscode": "1.88.0"
Expand Down
131 changes: 68 additions & 63 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node-fetch": "2.7.0",
"turndown": "7.1.3",
"vscode-languageserver": "8.0.2",
"vscode-languageserver-textdocument": "1.0.11",
"vscode-languageserver-textdocument": "1.0.12",
"web-tree-sitter": "0.23.0",
"zod": "3.22.4"
},
Expand Down

0 comments on commit c4f87c4

Please sign in to comment.