Skip to content

Commit 36884d5

Browse files
chore(deps): update dependency prettier to v3.7.4 (#1545)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
1 parent 9eb485c commit 36884d5

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"node-pg-migrate": "file:.",
112112
"npm-run-all2": "8.0.4",
113113
"pg": "8.16.3",
114-
"prettier": "3.6.2",
114+
"prettier": "3.7.4",
115115
"prettier-plugin-organize-imports": "4.3.0",
116116
"prettier-plugin-pkg": "0.21.2",
117117
"testcontainers": "11.9.0",

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/operations/sequences/createSequence.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ import type { SequenceOptions } from './shared';
66
import { parseSequenceOptions } from './shared';
77

88
export interface CreateSequenceOptions
9-
extends SequenceOptions,
10-
IfNotExistsOption {
9+
extends SequenceOptions, IfNotExistsOption {
1110
temporary?: boolean;
1211
}
1312

0 commit comments

Comments
 (0)