Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Jun 12, 2024
1 parent cfbd952 commit cd15b78
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 55 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,5 @@ def update_packages(session: nox.Session) -> None:
"""Update pip and npm packages."""
session.install("wheel", "pip-tools")
_update_pip_packages(session)
_update_npm_packages(session)
_update_readme()
_update_npm_packages(session)
122 changes: 69 additions & 53 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"@typescript-eslint/parser": "^7.13.0",
"@vscode/test-electron": "^2.4.0",
"@vscode/vsce": "^2.27.0",
"chai": "^5.1.1",
"chai": "^4.3.10",
"eslint": "^8.57.0",
"glob": "^10.4.1",
"mocha": "^10.4.0",
Expand Down

0 comments on commit cd15b78

Please sign in to comment.