Skip to content

Commit

Permalink
Bump prettier from 2.8.8 to 3.0.0
Browse files Browse the repository at this point in the history
Closes #830
  • Loading branch information
carhartl committed Jul 8, 2023
1 parent f318682 commit 495bf42
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"grunt-exec": "^3.0.0",
"gzip-js": "^0.3.2",
"nano-staged": "^0.8.0",
"prettier": "^2.3.2",
"prettier": "^3.0.0",
"qunit": "^2.19.4",
"release-it": "^16.0.0",
"rollup": "^3.17.2",
Expand Down
2 changes: 1 addition & 1 deletion test/encoding.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion test/missing_semicolon.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
2 changes: 1 addition & 1 deletion test/module.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
2 changes: 1 addition & 1 deletion test/sub/index.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down

0 comments on commit 495bf42

Please sign in to comment.