Skip to content

Commit

Permalink
fix(deps): update @manypkg/get-packages to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 19, 2021
1 parent 3326e67 commit 9740aa6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"jest": {
"testURL": "http://localhost",
"testTimeout": 10000,
"collectCoverage": true,
"collectCoverageFrom": [
"lib/**/*.js"
Expand All @@ -47,7 +48,7 @@
]
},
"dependencies": {
"@manypkg/get-packages": "^1.1.2",
"@manypkg/get-packages": "^1.1.3",
"blork": "^9.3.0",
"cosmiconfig": "^7.0.1",
"debug": "^4.3.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@
find-up "^4.1.0"
fs-extra "^8.1.0"

"@manypkg/get-packages@^1.1.2":
version "1.1.2"
resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.2.tgz#d0af46018966dbe064103472b3dae9662bf2ea71"
integrity "sha1-0K9GAYlm2+BkEDRys9rpZivy6nE= sha512-AoA/VBOik2YZh+z44YlK/wgEA5lbzd5pfGsjjaGFuAjUXe0+zBL6oK3ryOK3pDkV7SljyN0sLpVeLBLKc3LeVA=="
"@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"
integrity sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==
dependencies:
"@babel/runtime" "^7.5.5"
"@changesets/types" "^4.0.1"
Expand Down

0 comments on commit 9740aa6

Please sign in to comment.