Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#1207)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump prettier from 3.2.4 to 3.2.5

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix formatting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: iamacook <aaron@safe.global>
  • Loading branch information
dependabot[bot] and iamacook authored Feb 27, 2024
1 parent 81d9ca8 commit bfebcd4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"source-map-support": "^0.5.20",
"supertest": "^6.3.4",
"ts-jest": "29.1.1",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"resolveJsonModule": true,
"paths": {
"@/abis/*": ["abis/*"],
"@/*": ["src/*"],
"@/*": ["src/*"]
},
"strict": true,
},
"strict": true
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6704,12 +6704,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:^3.2.4":
version: 3.2.4
resolution: "prettier@npm:3.2.4"
"prettier@npm:^3.2.5":
version: 3.2.5
resolution: "prettier@npm:3.2.5"
bin:
prettier: bin/prettier.cjs
checksum: e2b735d0552501b3a7ac8bd3ba3b6de2920bb35bd4cd02d08cb9057ebe3e96d83b9a7e4b903d987b7530a50223b12c74d107c154337236ae2c68156ba1e65cd2
checksum: d509f9da0b70e8cacc561a1911c0d99ec75117faed27b95cc8534cb2349667dee6351b0ca83fa9d5703f14127faa52b798de40f5705f02d843da133fc3aa416a
languageName: node
linkType: hard

Expand Down Expand Up @@ -7141,7 +7141,7 @@ __metadata:
nestjs-cls: "npm:^4.1.0"
postgres: "npm:^3.4.3"
postgres-shift: "npm:^0.1.0"
prettier: "npm:^3.2.4"
prettier: "npm:^3.2.5"
redis: "npm:^4.6.13"
reflect-metadata: "npm:^0.2.1"
rxjs: "npm:^7.8.1"
Expand Down

0 comments on commit bfebcd4

Please sign in to comment.