Skip to content

Commit

Permalink
chore(deps-dev): bump prettier from 1.17.1 to 1.18.2 (#21)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump prettier from 1.17.1 to 1.18.2

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

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

* fix lint
  • Loading branch information
dependabot-preview[bot] authored and egoist committed Jun 25, 2019
1 parent d03114d commit d53db17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions packages/saber-theme-portfolio/src/components/SkillCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ export default {
image() {
return (
this.skill.image ||
`https://cdn.jsdelivr.net/gh/github/explore/topics/${
this.skill.topic
}/${this.skill.topic}.png`
`https://cdn.jsdelivr.net/gh/github/explore/topics/${this.skill.topic}/${this.skill.topic}.png`
)
}
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6561,9 +6561,9 @@ [email protected]:
integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==

prettier@^1.15.2, prettier@^1.17.1:
version "1.17.1"
resolved "https://registry.npm.taobao.org/prettier/download/prettier-1.17.1.tgz#ed64b4e93e370cb8a25b9ef7fef3e4fd1c0995db"
integrity sha1-7WS06T43DLiiW573/vPk/RwJlds=
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==

prismjs@^1.16.0:
version "1.16.0"
Expand Down

0 comments on commit d53db17

Please sign in to comment.