Skip to content

Commit bbf632a

Browse files
authored
chore: locking prettier version for CI (#806)
1 parent 3394380 commit bbf632a

File tree

3 files changed

+20
-75
lines changed

3 files changed

+20
-75
lines changed

docs/generated/changelog.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -14,6 +14,7 @@ <h2>Version x.x.x</h2>
1414
<ul></ul>
1515
<h2>Version 0.20.2</h2>
1616
<ul>
17+
<li>chore: lowering prettier version for CI</li>
1718
<li>fix: restoring localhost to list of known hosts</li>
1819
</ul>
1920
<h2>Version 0.20.1</h2>

package-lock.json

Lines changed: 16 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint": "^8.51.0",
2828
"eslint-plugin-cypress": "^2.15.1",
2929
"eslint-plugin-jsdoc": "^46.8.2",
30-
"eslint-plugin-prettier": "^5.0.1",
30+
"eslint-plugin-prettier": "^4.2.1",
3131
"fs": "^0.0.1-security",
3232
"husky": "^8.0.3",
3333
"jest": "^29.7.0",
@@ -36,7 +36,7 @@
3636
"jest-environment-node": "^29.7.0",
3737
"os": "^0.1.2",
3838
"path": "^0.12.7",
39-
"prettier": "^3.0.3",
39+
"prettier": "^2.8.8",
4040
"pretty-quick": "^3.1.3",
4141
"release-it": "^16.2.1",
4242
"size-limit": "^10.0.2",

0 commit comments

Comments
 (0)