Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
Closes #100
  • Loading branch information
coderbyheart committed Jun 26, 2024
1 parent f02dd98 commit c4f0d55
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 60 deletions.
2 changes: 1 addition & 1 deletion generator/generateValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,5 @@ const getResourceValidators = ({
: undefined,
])
.flat()
.filter((d) => d !== undefined) as string[],
.filter((d) => d !== undefined),
)
118 changes: 60 additions & 58 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 @@ -35,7 +35,7 @@
"prepublishOnly": "./compile.sh"
},
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.4",
"@bifravst/eslint-config-typescript": "6.1.6",
"@bifravst/prettier-config": "1.0.3",
"@commitlint/config-conventional": "19.2.2",
"@swc/cli": "0.3.14",
Expand Down

0 comments on commit c4f0d55

Please sign in to comment.