Skip to content

Commit

Permalink
Merge pull request #374 from actions/dependabot/npm_and_yarn/prettier…
Browse files Browse the repository at this point in the history
…-2.8.2

Bump prettier from 2.8.1 to 2.8.2
  • Loading branch information
febuiles committed Jan 9, 2023
2 parents 7920884 + ef8bfce commit f508195
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -53,7 +53,7 @@
"jest": "^27.5.1",
"js-yaml": "^4.1.0",
"nodemon": "^2.0.20",
"prettier": "2.8.1",
"prettier": "2.8.2",
"ts-jest": "^27.1.4",
"typescript": "^4.9.4"
}
Expand Down
2 changes: 1 addition & 1 deletion src/schemas.ts
Expand Up @@ -77,4 +77,4 @@ export type Change = z.infer<typeof ChangeSchema>
export type Changes = z.infer<typeof ChangesSchema>
export type ConfigurationOptions = z.infer<typeof ConfigurationOptionsSchema>
export type Severity = z.infer<typeof SeveritySchema>
export type Scope = typeof SCOPES[number]
export type Scope = (typeof SCOPES)[number]

0 comments on commit f508195

Please sign in to comment.