Skip to content

Commit

Permalink
fix(deps): update dependency @manypkg/find-root to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2023
1 parent d51e2c1 commit e9509b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lint": "eslint . --ext .js,.ts --ignore-path ../../.eslintignore"
},
"dependencies": {
"@manypkg/find-root": "^1.1.0",
"@manypkg/find-root": "^2.2.1",
"ignore": "^5.1.8",
"postcss-value-parser": "^4.2.0"
},
Expand Down
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,15 @@
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/find-root@^2.2.1":
version "2.2.1"
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-2.2.1.tgz#a7cffffdb06407967daa31f89952ebef108b27cf"
integrity sha512-34NlypD5mmTY65cFAK7QPgY5Tzt0qXR4ZRXdg97xAlkiLuwXUPBEXy5Hsqzd+7S2acsLxUz6Cs50rlDZQr4xUA==
dependencies:
"@manypkg/tools" "^1.1.0"
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/get-packages@^1.1.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.3.tgz#e184db9bba792fa4693de4658cfb1463ac2c9c47"
Expand All @@ -975,6 +984,16 @@
globby "^11.0.0"
read-yaml-file "^1.1.0"

"@manypkg/tools@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@manypkg/tools/-/tools-1.1.0.tgz#730b4c0df78be7f0ce232a417f3c26023884a55c"
integrity sha512-SkAyKAByB9l93Slyg8AUHGuM2kjvWioUTCckT/03J09jYnfEzMO/wSXmEhnKGYs6qx9De8TH4yJCl0Y9lRgnyQ==
dependencies:
fs-extra "^8.1.0"
globby "^11.0.0"
jju "^1.4.0"
read-yaml-file "^1.1.0"

"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
Expand Down Expand Up @@ -5102,6 +5121,11 @@ jest@^27.0.6:
import-local "^3.0.2"
jest-cli "^27.4.5"

jju@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/jju/-/jju-1.4.0.tgz#a3abe2718af241a2b2904f84a625970f389ae32a"
integrity sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==

"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
Expand Down

0 comments on commit e9509b7

Please sign in to comment.