diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-10 16:07:04 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-06-10 16:08:35 +0000 |
| commit | c306e72c2574c6db0192951f3213e2f23ed3a059 (patch) | |
| tree | aae941881de414cc39340deff103818caa9b1843 | |
| parent | 8b44c5448a33efbbd5d3196e3172516a31696ca7 (diff) | |
chore(deps-dev): bump prettier from 3.3.0 to 3.3.1
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.1)
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index a0bfcdc..d28e9b5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "esbuild": "^0.21.4", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "prettier": "^3.3.0", + "prettier": "^3.3.1", "tsx": "^4.15.1", "typescript": "^5.4.5", "wrangler": "^3.59.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0288e6..8adf5eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,8 +41,8 @@ devDependencies: specifier: ^9.1.0 version: 9.1.0([email protected]) prettier: - specifier: ^3.3.0 - version: 3.3.0 + specifier: ^3.3.1 + version: 3.3.1 tsx: specifier: ^4.15.1 version: 4.15.1 @@ -1696,8 +1696,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - resolution: {integrity: sha512-J9odKxERhCQ10OC2yb93583f6UnYutOeiV5i0zEDS7UGTdUt0u+y8erxl3lBKvwo/JHyyoEdXjwp4dke9oyZ/g==} + resolution: {integrity: sha512-7CAwy5dRsxs8PHXT3twixW9/OEll8MLE0VRPCJyl7CkS6VHGPSlsVaWTiASPTyGyYRyApxlaWTzwUxVNrhcwDg==} engines: {node: '>=14'} hasBin: true dev: true |
