Skip to content

Commit

Permalink
chore(deps): update dependency json5 to v2.2.3 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 5, 2024
1 parent 7c94820 commit 23fb8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
"eslint-plugin-prettier": "5.1.3",
"json5": "2.2.0",
"json5": "2.2.3",
"npm-run-all2": "6.1.2",
"pg": "8.11.3",
"prettier": "3.2.5",
Expand Down
12 changes: 2 additions & 10 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/operations/views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export function alterView(mOptions: MigrationOptions): AlterView {
}
}

const clauses = [];
const clauses: string[] = [];
const withOptions = Object.keys(options)
.filter((key) => options[key] !== null)
.map(viewOptionStr(options))
Expand Down

0 comments on commit 23fb8f5

Please sign in to comment.