Skip to content

Commit

Permalink
chore(deps): update dependency @lerna-lite/cli to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 13, 2022
1 parent be6c595 commit 800a58f
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@babel/preset-env": "7.18.2",
"@babel/preset-react": "7.17.12",
"@babel/preset-typescript": "7.17.12",
"@lerna-lite/cli": "1.5.0",
"@lerna-lite/cli": "1.5.1",
"@rollup/plugin-commonjs": "22.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.3.0",
Expand Down
71 changes: 36 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2104,26 +2104,26 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@lerna-lite/[email protected].0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/cli/-/cli-1.5.0.tgz#092a64e8eb03cedcd6e7ef32c78a7bc521995e69"
integrity sha512-amIwCgNqi6OzO+zJ+2eBBQf/3B6GjAkU9aXPiyrFC71YCADSfpWY73dwFuis9xs25bOxesfIA7+BVxa1A8KelQ==
dependencies:
"@lerna-lite/core" "^1.5.0"
"@lerna-lite/info" "^1.5.0"
"@lerna-lite/init" "^1.5.0"
"@lerna-lite/publish" "^1.5.0"
"@lerna-lite/version" "^1.5.0"
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/cli/-/cli-1.5.1.tgz#db44341706d9b091584a5afe5315908339ddaaeb"
integrity sha512-QqSYgqBrpqZ9tiNP/toQjtMDUGUVzgQQBzZ4g75YDaoVVBk0IsGyrr5shsMbjGqoWSg9Vyf4YywtuqW7V2lSDA==
dependencies:
"@lerna-lite/core" "1.5.1"
"@lerna-lite/info" "1.5.1"
"@lerna-lite/init" "1.5.1"
"@lerna-lite/publish" "1.5.1"
"@lerna-lite/version" "1.5.1"
dedent "^0.7.0"
dotenv "^16.0.1"
import-local "^3.1.0"
npmlog "^6.0.2"
yargs "^17.5.1"

"@lerna-lite/core@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/core/-/core-1.5.0.tgz#3adba0ad08102409a94333a245672feb11c3b641"
integrity sha512-a3D8o7IzDcvLArsRWi75T3Z6lLYGCNhpkKZ6eOI7XAU+KwextTQsUCd6uqTymjvL41i2YFyf4wMyfAINpVa/gA==
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/core/-/core-1.5.1.tgz#2c53596c0f53f6cfeb2c1c5f069c6706ded78711"
integrity sha512-dyCxsendbbz1KLnsB9rfVXz8pydZEBCJLnddyuoi2QPM9TXFqYzUH1y9ukL1nDYf+2sX9qGGqvgh9G5WqShRmA==
dependencies:
"@npmcli/run-script" "^4.0.0"
"@octokit/plugin-enterprise-rest" "^6.0.1"
Expand Down Expand Up @@ -2164,6 +2164,7 @@
p-reduce "^2.1.0"
pacote "^13.6.0"
path "^0.12.7"
pify "^5.0.0"
resolve-from "^5.0.0"
semver "^7.3.7"
slash "^3.0.0"
Expand All @@ -2178,33 +2179,33 @@
write-pkg "^4.0.0"
yargs "^17.5.1"

"@lerna-lite/info@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/info/-/info-1.5.0.tgz#eac6534988cc3261eaa3b0346cf2c1c438d946dd"
integrity sha512-/RsTjCvcF0n3fL78VrKw48BrHR7es9BZf8Z4DU6HV8JeAGAlh4PaQuZAwX5BeZzpd6jSpo9ey8+5TFCEeBmysg==
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/info/-/info-1.5.1.tgz#c222f9f5e4b0098cd4f4b05db6fa3362815e5cf6"
integrity sha512-kkPsiCaIqaOEEjYBNaV2WLqgLOxMF0LAfgXNaGns9AXvhna4/BwQJJP7czPIuH2sArGaS6wcJRsWOg9W44VNiw==
dependencies:
"@lerna-lite/core" "^1.5.0"
"@lerna-lite/core" "1.5.1"
dedent "^0.7.0"
envinfo "^7.8.1"
yargs "^17.5.1"

"@lerna-lite/init@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/init/-/init-1.5.0.tgz#10462617a7961d58b696170b6fabfc2e9b68edae"
integrity sha512-SlEKUkoh/oc4sZCKCWOASAIi/KMaDdkQmHG9imZgJ9Q24gH+7H++yI86pIC7miPMno1L/UObmh4WSWzKlFYamw==
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/init/-/init-1.5.1.tgz#1cb3c3a368c96d9ba1ee2d8c0225fb03105739a4"
integrity sha512-BCutJz8iCIerrq1pqzWSspKeE6g94FwbDdoRulpJKsYg96XNVPVXttgNyy7ZFUcr6n00jxqHzKRpitiwSBp5oA==
dependencies:
"@lerna-lite/core" "^1.5.0"
"@lerna-lite/core" "1.5.1"
fs-extra "^10.1.0"
p-map "^4.0.0"
write-json-file "^4.3.0"

"@lerna-lite/publish@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/publish/-/publish-1.5.0.tgz#df611b1a688c3891d9e4f98320968243a9de25f5"
integrity sha512-5aRxzSlLuaxP1gWdCHtzpWbYFooO0qxYY7d51jLox7PKUh7/v0IWOyCd53qIJAi51TGp7avXGJ0bGkK8Q0IZQw==
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/publish/-/publish-1.5.1.tgz#a6e6fd8f19d6cc2ba260363631800cb8b303ba3d"
integrity sha512-gvusWKJgLFR5+CV1GaReeuJu/xOPF+Z8bFMdXgoOTg3B1v7HegWyupPXG9hiBs6p24EbXXRn83+7gtvUexYiUw==
dependencies:
"@lerna-lite/core" "^1.5.0"
"@lerna-lite/version" "^1.5.0"
"@lerna-lite/core" "1.5.1"
"@lerna-lite/version" "1.5.1"
byte-size "^7.0.1"
columnify "^1.6.0"
fs-extra "^10.1.0"
Expand Down Expand Up @@ -2234,12 +2235,12 @@
write-pkg "^4.0.0"
yargs "^17.5.1"

"@lerna-lite/version@^1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@lerna-lite/version/-/version-1.5.0.tgz#f70376e89b4a648f079c24b185deeedb982dee64"
integrity sha512-hU3a68UKBiX/12VWdHfSEehx8YxVmH3cY6HjINXVvMWw0FEMMCUaKxXuu3lpnD9pBb+rxc2Sy8k/Qw0Hx84PNA==
"@lerna-lite/[email protected].1":
version "1.5.1"
resolved "https://registry.yarnpkg.com/@lerna-lite/version/-/version-1.5.1.tgz#d161897f10a8aeead0ea25400e369fb1ef772cd8"
integrity sha512-QIA9hV4whvjQvft2utNH5NFx5XIFL1D4sflnQRw2PtS3BqdplkvHc8zPV/7QXZ/F9ObPnKuM3cKgNVw+/p8r8w==
dependencies:
"@lerna-lite/core" "^1.5.0"
"@lerna-lite/core" "1.5.1"
chalk "^4.1.2"
dedent "^0.7.0"
load-json-file "^6.2.0"
Expand Down

1 comment on commit 800a58f

@vercel
Copy link

@vercel vercel bot commented on 800a58f Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svg-drawing – ./

svg-drawing-kmkzt.vercel.app
svg-drawing.vercel.app
svg-drawing-git-master-kmkzt.vercel.app

Please sign in to comment.