Skip to content

Commit

Permalink
[client] Update package.json dependencies
Browse files Browse the repository at this point in the history
We update all deps but esbuild, the performance improves for jQuery
can be interesting for us!

We also update the Typescript version.

We defer the update of esbuild to its own PR, as it requires more
tweaks to work / refine.
  • Loading branch information
ejgallego committed Jul 7, 2023
1 parent 504d9da commit 1783dfb
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 522 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ jobs:
- name: 🚀 Setup node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm ci
- run: npx --yes vsce ls
- run: npx --yes @vscode/vsce ls

nix-flake-check:
name: Nix Flake Check
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# coq-lsp 0.1.8: Dot / Bracket
------------------------------

- Update VSCode client dependencies, should bring some performance
improvements to goal pretty printing (@ejgallego, #530)

# coq-lsp 0.1.7: Just-in-time
-----------------------------

Expand Down
6 changes: 6 additions & 0 deletions editor/code/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}
Loading

0 comments on commit 1783dfb

Please sign in to comment.