Skip to content

Commit

Permalink
Bump prettier from 3.2.2 to 3.2.4
Browse files Browse the repository at this point in the history
Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.2...3.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and lpsinger committed Jan 22, 2024
1 parent d33ef0a commit 7994c89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 @@ -122,7 +122,7 @@
"npm-run-all": "^4.1.5",
"oidc-provider": "^8.4.3",
"postcss-csso": "^6.0.1",
"prettier": "3.2.2",
"prettier": "3.2.4",
"rehype-autolink-headings": "^6.1.1",
"rehype-class-names": "^1.0.13",
"rehype-external-links": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"forceConsistentCasingInFileNames": true,
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
"~/*": ["./app/*"],
},
"noEmit": true,
"skipLibCheck": true
}
"skipLibCheck": true,
},
}

0 comments on commit 7994c89

Please sign in to comment.