Skip to content

Commit

Permalink
chore(deps-dev): bump prettier-plugin-packagejson from 2.4.13 to 2.4.…
Browse files Browse the repository at this point in the history
…14 (#10826)
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent ac409f3 commit a0de4de
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.5.2",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.13",
"prettier-plugin-packagejson": "^2.4.14",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-app-polyfill": "^3.0.0",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12470,12 +12470,12 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier-plugin-packagejson@^2.4.13:
version "2.4.13"
resolved "https://registry.yarnpkg.com/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.4.13.tgz#287bef6eba3371362a460b34296329dab4eacaef"
integrity sha512-n64Y3E1iEese0RN0EmxM6E7dAiy47UPJOFyAjMNfZWPKQ1exwaaMTXEhK7vKIrbXLSmf2J9y4H5rnE1VII1vRg==
prettier-plugin-packagejson@^2.4.14:
version "2.4.14"
resolved "https://registry.yarnpkg.com/prettier-plugin-packagejson/-/prettier-plugin-packagejson-2.4.14.tgz#5d9d6ce16f7ce02c4d854d9d0d4bcc39f8271851"
integrity sha512-sli+gV5tW7uxvzDZQscaBtSfbyAW2ToL6n/HGt51PipwX9vI7M54vefG0mKSfklVkT29TNGO6Mo6g8c6Z79gmw==
dependencies:
sort-package-json "2.9.0"
sort-package-json "2.10.0"
synckit "0.9.0"

prettier@^3.2.5:
Expand Down Expand Up @@ -13839,17 +13839,18 @@ sort-object-keys@^1.1.3:
resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.3.tgz#bff833fe85cab147b34742e45863453c1e190b45"
integrity sha512-855pvK+VkU7PaKYPc+Jjnmt4EzejQHyhhF33q31qG8x7maDzkeFhAAThdCYay11CISO+qAMwjOBP+fPZe0IPyg==

sort-package-json@2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.9.0.tgz#99084f0a1f36e2f3047e1bd6ad22096e5f7d41da"
integrity sha512-vlEd6i57Eb9+ruta1+hID+emmAmGzWKraEX1kk5LAQ0k1glgDHOENeieqzfir0m8MHcebzDH4FEwqjPnMEjy2g==
sort-package-json@2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/sort-package-json/-/sort-package-json-2.10.0.tgz#6be07424bf3b7db9fbb1bdd69e7945f301026d8a"
integrity sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==
dependencies:
detect-indent "^7.0.1"
detect-newline "^4.0.0"
get-stdin "^9.0.0"
git-hooks-list "^3.0.0"
globby "^13.1.2"
is-plain-obj "^4.1.0"
semver "^7.6.0"
sort-object-keys "^1.1.3"

source-list-map@^2.0.0, source-list-map@^2.0.1:
Expand Down

0 comments on commit a0de4de

Please sign in to comment.