Skip to content

Commit

Permalink
chore: update globals
Browse files Browse the repository at this point in the history
See issue for details - picking up older globals is causing lint failures so
adding a direct dependency.

Fixes #1253.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim authored and benoitf committed Jan 31, 2025
1 parent 3a9ed2e commit 489aaca
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"typescript": "5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^5.4.11",
"vitest": "^2.1.8"
"vitest": "^2.1.8",
"globals": "^15.14.0"
},
"dependencies": {
"@xterm/addon-attach": "^0.11.0",
Expand Down
20 changes: 8 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit 489aaca

Please sign in to comment.