Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 11, 2024
1 parent 969dbaf commit 0222f18
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"js-yaml": "^3.13.1",
"lerna": "^5.6.2",
"lint-staged": "^7.1.0",
"prettier": "2.8.8"
"prettier": "3.3.2"
},
"dependencies": {
"@types/react-signature-canvas": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest": "26.6.3",
"jest-fetch-mock": "^2.1.2",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"redis-mock": "^0.56.0",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"glob": "^7.1.2",
"jsonwebtoken": "^9.0.0",
"opener": "^1.5.1",
"prettier": "2.8.8",
"prettier": "3.3.2",
"qrcode": "^1.5.1",
"serve": "^14.2.0",
"stylelint": "^14.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-styled-components-a11y": "^2.0.0",
"lint-staged": "^7.1.0",
"prettier": "2.8.8",
"prettier": "3.3.2",
"remark-gfm": "4.0.0",
"rimraf": "^5.0.0",
"storybook": "^7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"eslint-plugin-prettier": "^4.0.0",
"mockingoose": "^2.15.2",
"nodemon": "^2.0.22",
"prettier": "^2.5.0",
"prettier": "^3.0.0",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/data-seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"eslint": "^7.11.0",
"eslint-config-prettier": "^9.0.0",
"lint-staged": "^7.1.0",
"prettier": "2.8.8"
"prettier": "3.3.2"
},
"dependencies": {
"@types/fhir": "^0.0.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"jest-fetch-mock": "^2.1.2",
"lint-staged": "^7.1.0",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"eslint": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^4.5.0",
"ts-jest": "^26.4.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"lint-staged": "^7.1.0",
"nodemon": "^2.0.22",
"opener": "^1.5.1",
"prettier": "2.8.8",
"prettier": "3.3.2",
"testcontainers": "^9.1.1",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"jwt-decode": "^2.2.0",
"msw": "0.22.0",
"opener": "^1.5.1",
"prettier": "2.8.8",
"prettier": "3.3.2",
"redux-mock-store": "^1.5.3",
"serve": "^14.2.0",
"stylelint": "^14.11.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"lint-staged": "^7.1.0",
"mockingoose": "^2.15.2",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/fhir": "0.0.30",
"mongodb": "^4.17.1",
"prettier": "^2.5.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"typescript": "4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"jest-fetch-mock": "^2.1.2",
"lint-staged": "^7.1.0",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"jest-fetch-mock": "^2.1.2",
"lint-staged": "^7.1.0",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"testcontainers": "^9.1.1",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/user-mgnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jest": "26.6.3",
"mockingoose": "^2.15.2",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jest": "26.6.3",
"mockingoose": "^2.15.2",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"ts-jest": "^26.4.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint-staged": "^7.1.0",
"msw": "^1.3.2",
"nodemon": "^2.0.22",
"prettier": "2.8.8",
"prettier": "3.3.2",
"ts-jest": "26.5.6",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
Expand Down
39 changes: 32 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20405,10 +20405,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@2.8.8, prettier@^2.5.0:
version "2.8.8"
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
prettier@3.3.2, prettier@^3.0.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.2.tgz#03ff86dc7c835f2d2559ee76876a3914cec4a90a"
integrity sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==

prettier@^2.8.0:
version "2.8.7"
Expand Down Expand Up @@ -22932,7 +22932,7 @@ string-similarity@^4.0.1:
resolved "https://registry.npmjs.org/string-similarity/-/string-similarity-4.0.4.tgz"
integrity sha512-/q/8Q4Bl4ZKAPjj8WerIBJWALKkaPRfrvhfF8k/B23i4nzrlRj2/go1m90In7nG/3XDSbOo0+pu6RvCTM9RGMQ==

"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand All @@ -22950,6 +22950,15 @@ string-width@^1.0.1:
is-fullwidth-code-point "^1.0.0"
strip-ansi "^3.0.0"

"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@^2.1.1:
version "2.1.1"
resolved "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz"
Expand Down Expand Up @@ -23092,7 +23101,7 @@ stringify-object@^3.2.2, stringify-object@^3.3.0:
is-obj "^1.0.1"
is-regexp "^1.0.0"

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand Down Expand Up @@ -23120,6 +23129,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
dependencies:
ansi-regex "^4.1.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1, strip-ansi@^7.1.0:
version "7.1.0"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz"
Expand Down Expand Up @@ -25325,7 +25341,7 @@ [email protected], workbox-window@^7.1.0:
"@types/trusted-types" "^2.0.2"
workbox-core "7.1.0"

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand Down Expand Up @@ -25360,6 +25376,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
Expand Down

0 comments on commit 0222f18

Please sign in to comment.