Skip to content

Commit

Permalink
Fix inspection of lerna settings #2488
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Feb 7, 2025
1 parent 27b93e3 commit 6eec0a6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion plugins/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"endent": "^2.1.0",
"env-ci": "^5.0.1",
"fp-ts": "^2.5.3",
"get-monorepo-packages": "^1.1.0",
"get-monorepo-packages": "^1.3.0",
"io-ts": "^2.1.2",
"registry-url": "^5.1.0",
"semver": "^7.0.0",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
integrity sha512-K1kQv1BZVtMXQqdpNZt9Pgh85KwamsWX9gYyq1xG4cpyb+EacfMiNfumrju16piFXanCUrCR0P1DowPjV2qV/A==

"@auto-it/bot-list@link:packages/bot-list":
version "11.0.1"
version "11.3.0"

"@auto-it/core@link:packages/core":
version "11.0.1"
version "11.3.0"
dependencies:
"@auto-it/bot-list" "link:packages/bot-list"
"@endemolshinegroup/cosmiconfig-typescript-loader" "^3.0.2"
Expand Down Expand Up @@ -60,15 +60,15 @@
url-join "^4.0.0"

"@auto-it/npm@link:plugins/npm":
version "11.0.1"
version "11.3.0"
dependencies:
"@auto-it/core" "link:packages/core"
"@auto-it/package-json-utils" "link:packages/package-json-utils"
await-to-js "^3.0.0"
endent "^2.1.0"
env-ci "^5.0.1"
fp-ts "^2.5.3"
get-monorepo-packages "^1.1.0"
get-monorepo-packages "^1.3.0"
io-ts "^2.1.2"
registry-url "^5.1.0"
semver "^7.0.0"
Expand All @@ -78,13 +78,13 @@
user-home "^2.0.0"

"@auto-it/package-json-utils@link:packages/package-json-utils":
version "11.0.1"
version "11.3.0"
dependencies:
parse-author "^2.0.0"
parse-github-url "1.0.2"

"@auto-it/released@link:plugins/released":
version "11.0.1"
version "11.3.0"
dependencies:
"@auto-it/bot-list" "link:packages/bot-list"
"@auto-it/core" "link:packages/core"
Expand All @@ -94,7 +94,7 @@
tslib "2.1.0"

"@auto-it/version-file@link:plugins/version-file":
version "11.0.1"
version "11.3.0"
dependencies:
"@auto-it/core" "link:packages/core"
fp-ts "^2.5.3"
Expand Down Expand Up @@ -7001,10 +7001,10 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
has "^1.0.3"
has-symbols "^1.0.1"

get-monorepo-packages@^1.1.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/get-monorepo-packages/-/get-monorepo-packages-1.2.0.tgz#3eee88d30b11a5f65955dec6ae331958b2a168e4"
integrity sha512-aDP6tH+eM3EuVSp3YyCutOcFS4Y9AhRRH9FAd+cjtR/g63Hx+DCXdKoP1ViRPUJz5wm+BOEXB4FhoffGHxJ7jQ==
get-monorepo-packages@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/get-monorepo-packages/-/get-monorepo-packages-1.3.0.tgz#4fd82bff2290765b9ef2e08856c9f1e63f21b5eb"
integrity sha512-A/s881nNcKhoM7RgkvYFTOtGO+dy4EWbyRaatncPEhhlJAaZRlpfHwuT68p5GJenEt81nnjJOwGg0WKLkR5ZdQ==
dependencies:
globby "^7.1.1"
load-json-file "^4.0.0"
Expand Down

0 comments on commit 6eec0a6

Please sign in to comment.