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 Feb 1, 2023
1 parent 6123e08 commit 7092720
Show file tree
Hide file tree
Showing 2 changed files with 26 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.1.0",
"ignore": "^5.1.8",
"postcss-value-parser": "^4.2.0"
},
Expand Down
25 changes: 25 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,16 @@
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/find-root@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-2.1.0.tgz#555072fde526f3986e5a02200440f7f7746ed6ce"
integrity sha512-NEYRVlZCJYhRTqQURhv+WBpDcvmsp/M423Wcdvggv8lYJYD4GtqnTMLrQaTjA10fYt/PIc3tSdwV+wxJnWqPfQ==
dependencies:
"@manypkg/tools" "^1.0.0"
"@types/node" "^12.7.1"
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 @@ -974,6 +984,16 @@
globby "^11.0.0"
read-yaml-file "^1.1.0"

"@manypkg/tools@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@manypkg/tools/-/tools-1.0.0.tgz#60c41eaca846b32c4924aeb892194d5a5b3c1174"
integrity sha512-W8uDMhDGtwNyXYr6A+MWggxdL3spOQ8rfMNYpNph1GDJ0v084MnBFdpF1jvcPZ0okHAeYccV7le8AUs+fzwsAQ==
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 @@ -5101,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 7092720

Please sign in to comment.