Skip to content

Commit

Permalink
Update and fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jan 13, 2025
1 parent dbe5dea commit 589bd1e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ if (files.length > 0) {
} else {
console.error(chalk.red("ERROR: I didn't find any json files"));
process.exit(1);
}
}
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"bin": {
"mock-to-openapi": "cli.js"
},
"keywords": ["openapi", "converter", "swagger", "yaml", "json", "cli"],
"keywords": [
"openapi",
"converter",
"swagger",
"yaml",
"json",
"cli"
],
"scripts": {
"test": "ava",
"format": "biome format --write",
Expand All @@ -21,11 +28,11 @@
"private": false,
"dependencies": {
"@biomejs/biome": "^1.9.4",
"chalk": "^5.3.0",
"chalk": "^5.4.1",
"globby": "^14.0.2",
"luxon": "^3.5.0",
"meow": "^13.2.0",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"devDependencies": {
"ava": "^6.2.0",
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,11 @@ chalk@^5.2.0, chalk@^5.3.0:
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==

chalk@^5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==

chardet@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
Expand Down Expand Up @@ -2833,10 +2838,10 @@ yallist@^4.0.0:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.6.1.tgz#42f2b1ba89203f374609572d5349fb8686500773"
integrity sha512-7r0XPzioN/Q9kXBro/XPnA6kznR73DHq+GXh5ON7ZozRO6aMjbmiBuKste2wslTFkC5d1dw0GooOCepZXJ2SAg==
yaml@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.7.0.tgz#aef9bb617a64c937a9a748803786ad8d3ffe1e98"
integrity sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==

yargs-parser@^21.1.1:
version "21.1.1"
Expand Down

0 comments on commit 589bd1e

Please sign in to comment.