Skip to content

Commit

Permalink
Bump prettier from 2.0.5 to 2.1.1 (excalidraw#2119)
Browse files Browse the repository at this point in the history
* Bump prettier from 2.0.5 to 2.1.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.0.5 to 2.1.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](prettier/prettier@2.0.5...2.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Panayiotis Lipiridis <[email protected]>
  • Loading branch information
dependabot-preview[bot] and lipis authored Aug 31, 2020
1 parent 6824572 commit dd0c448
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 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 @@ -53,7 +53,7 @@
"jest-canvas-mock": "2.2.0",
"lint-staged": "10.2.13",
"pepjs": "0.5.2",
"prettier": "2.0.5",
"prettier": "2.1.1",
"rewire": "5.0.0"
},
"engines": {
Expand Down
6 changes: 2 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<link
rel="manifest"
href="manifest.json"
style="--pwacompat-splash-font: 24px Virgil;"
style="--pwacompat-splash-font: 24px Virgil"
/>

<% if (process.env.REACT_APP_INCLUDE_GTAG === 'true') { %>
Expand Down Expand Up @@ -152,9 +152,7 @@
</head>

<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<noscript> You need to enable JavaScript to run this app. </noscript>
<header>
<h1 class="visually-hidden">Excalidraw</h1>
</header>
Expand Down

0 comments on commit dd0c448

Please sign in to comment.