Skip to content

Commit 6b0e6ce

Browse files
chore(deps-dev): bump prettier from 2.2.1 to 2.3.0 (#242)
* chore(deps-dev): bump prettier from 2.2.1 to 2.3.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.2.1...2.3.0) Signed-off-by: dependabot[bot] <[email protected]> * formatting Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <[email protected]>
1 parent 96e58eb commit 6b0e6ce

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"reactstrap": "8.9.0"
1616
},
1717
"devDependencies": {
18-
"prettier": "2.2.1",
18+
"prettier": "2.3.0",
1919
"source-map-explorer": "2.5.2"
2020
},
2121
"resolutions": {

src/DeployPage.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,8 @@ class DeployPage extends React.Component {
140140
params: { code },
141141
},
142142
} = this.props;
143-
const {
144-
error,
145-
loading,
146-
deployInfo,
147-
commits,
148-
tags,
149-
owner,
150-
repo,
151-
} = this.state;
143+
const { error, loading, deployInfo, commits, tags, owner, repo } =
144+
this.state;
152145

153146
document.title = `What's Deployed on ${owner}/${repo}?`;
154147

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9136,10 +9136,10 @@ prepend-http@^1.0.0:
91369136
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-1.0.4.tgz#d4f4562b0ce3696e41ac52d0e002e57a635dc6dc"
91379137
integrity sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=
91389138

9139-
prettier@2.2.1:
9140-
version "2.2.1"
9141-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
9142-
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
9139+
prettier@2.3.0:
9140+
version "2.3.0"
9141+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.3.0.tgz#b6a5bf1284026ae640f17f7ff5658a7567fc0d18"
9142+
integrity sha512-kXtO4s0Lz/DW/IJ9QdWhAf7/NmPWQXkFr/r/WkR3vyI+0v8amTDxiaQSLzs8NBlytfLWX/7uQUMIW677yLKl4w==
91439143

91449144
pretty-bytes@^5.1.0:
91459145
version "5.2.0"

0 commit comments

Comments
 (0)