Skip to content

Commit

Permalink
update prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nikravi committed Nov 2, 2023
1 parent 02402c0 commit 3e138b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ink": "^3.2.0",
"js-yaml": "^4.1.0",
"openapi3-ts": "^2.0.1",
"prettier": "^2.6.2",
"prettier": "^3.0.3",
"rxjs": "^7.5.4",
"slash": "^4.0.0",
"swagger2openapi": "^7.0.8",
Expand All @@ -67,7 +67,7 @@
"@types/fs-extra": "^9.0.13",
"@types/js-yaml": "^4.0.3",
"@types/nock": "^11.1.0",
"@types/prettier": "^2.6.1",
"@types/prettier": "^3.0.0",
"@types/react": "^17.0.39",
"@types/slash": "^3.0.0",
"nock": "^13.2.1",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@types/node": "^16.10.9",
"all-contributors-cli": "^6.20.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"got": "^12.4.1",
"husky": "^7.0.2",
"jest": "^27.2.5",
"lerna": "^5.5.0",
"prettier": "^2.4.1",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.1",
"typescript": "4.8.2"
},
Expand Down

0 comments on commit 3e138b8

Please sign in to comment.