Skip to content

Commit

Permalink
Bump prettier from 3.0.3 to 3.1.0 (#1064)
Browse files Browse the repository at this point in the history
* Bump prettier from 3.0.3 to 3.1.0

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

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* Update yarn.nix

* Lint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charlotte Van Petegem <[email protected]>
  • Loading branch information
3 people authored Nov 18, 2023
1 parent c95fbc6 commit 99ba0d8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vuetify": "^1.1.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"vue-cli-plugin-i18n": "^2.3.2",
Expand Down
4 changes: 2 additions & 2 deletions src/components/PlaysPunchcard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
index === 0
? 'start'
: index === xLabels.length - 1
? 'end'
: 'middle'
? 'end'
: 'middle'
"
fill="currentColor"
class="grey--text text--darken-2 text-caption"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions yarn.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99ba0d8

Please sign in to comment.