Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jul 19, 2023
1 parent 5b32916 commit 24033cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"endOfLine": "lf",
"semi": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": true,
"overrides": [
{
Expand Down
12 changes: 6 additions & 6 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 @@ -100,7 +100,7 @@
"nodemon": "^3.0.1",
"pino-pretty": "^10.0.1",
"playwright": "^1.36.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"spdx-copyleft": "^1.0.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/index.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 Down

0 comments on commit 24033cd

Please sign in to comment.