Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/generated/changelog.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand All @@ -14,6 +14,7 @@ <h2>Version x.x.x</h2>
<ul></ul>
<h2>Version 0.20.2</h2>
<ul>
<li>chore: lowering prettier version for CI</li>
<li>fix: restoring localhost to list of known hosts</li>
</ul>
<h2>Version 0.20.1</h2>
Expand Down
88 changes: 16 additions & 72 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint": "^8.51.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-prettier": "^4.2.1",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"jest": "^29.7.0",
Expand All @@ -36,7 +36,7 @@
"jest-environment-node": "^29.7.0",
"os": "^0.1.2",
"path": "^0.12.7",
"prettier": "^3.0.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"release-it": "^16.2.1",
"size-limit": "^10.0.2",
Expand Down