Skip to content

Commit

Permalink
chore(): playing with lerna bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Jan 25, 2018
1 parent 694cdea commit c02c6bc
Show file tree
Hide file tree
Showing 4 changed files with 306 additions and 302 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@syncano/cli": "^0.5.0-alpha.48815720",
"@syncano/cli": "0.7.0",
"babel-eslint": "^8.0.1",
"chalk": "^2.3.0",
"git-branch": "^1.0.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"homepage": "http://syncano.com",
"repository": {
"type": "git",
"url": "https://github.com/Syncano/syncano-node-cli.git"
"url": "https://github.com/Syncano/syncano-node.git"
},
"bin": {
"s": "./lib/cli.js",
Expand Down Expand Up @@ -77,7 +77,6 @@
"pretty-bytes": "4.0.2",
"raven": "^2.2.1",
"readdirp": "2.1.0",
"replace": "^0.3.0",
"semver": "^5.4.1",
"source-map": "^0.6.1",
"stack-trace": "0.0.10",
Expand Down
41 changes: 41 additions & 0 deletions packages/registry/syncano/organization/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
# yarn lockfile v1


"@syncano/[email protected]":
version "0.6.0"
resolved "https://registry.yarnpkg.com/@syncano/core/-/core-0.6.0.tgz#a37255c1647e0b48600e9e3cfea9719669e68c57"
dependencies:
debug "^3.1.0"
form-data "^2.3.1"
lodash.get "^4.4.2"
lodash.merge "^4.6.0"
lodash.set "^4.3.2"
node-fetch "2.0.0-alpha.9"

abbrev@1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
Expand Down Expand Up @@ -709,6 +720,12 @@ debug@^2.2.0, debug@^2.6.8:
dependencies:
ms "2.0.0"

debug@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
dependencies:
ms "2.0.0"

deep-extend@~0.4.0:
version "0.4.2"
resolved "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.4.2.tgz#48b699c27e334bf89f10892be432f6e4c7d34a7f"
Expand Down Expand Up @@ -819,6 +836,14 @@ forever-agent@~0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"

form-data@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.1.tgz#6fb94fbd71885306d73d15cc497fe4cc4ecd44bf"
dependencies:
asynckit "^0.4.0"
combined-stream "^1.0.5"
mime-types "^2.1.12"

form-data@~2.1.1:
version "2.1.4"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.1.4.tgz#33c183acf193276ecaa98143a69e94bfee1750d1"
Expand Down Expand Up @@ -1131,6 +1156,18 @@ kind-of@^4.0.0:
dependencies:
is-buffer "^1.1.5"

lodash.get@^4.4.2:
version "4.4.2"
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"

lodash.merge@^4.6.0:
version "4.6.0"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"

lodash.set@^4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23"

lodash@^4.17.4, lodash@latest:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
Expand Down Expand Up @@ -1197,6 +1234,10 @@ nan@^2.3.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.8.0.tgz#ed715f3fe9de02b57a5e6252d90a96675e1f085a"

[email protected]:
version "2.0.0-alpha.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.0.0-alpha.9.tgz#990c0634f510f76449a0d6f6eaec96b22f273628"

node-fetch@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.6.3.tgz#dc234edd6489982d58e8f0db4f695029abcd8c04"
Expand Down
Loading

0 comments on commit c02c6bc

Please sign in to comment.