Skip to content

Commit

Permalink
Update session ware github dependency. This will need to be fully upd…
Browse files Browse the repository at this point in the history
…ate when sessionWare's pull request is accepted
  • Loading branch information
jdwuarin committed Apr 1, 2017
1 parent 4f16758 commit b5f2957
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@
},
"peerDependencies": {
"botmaster": "^3.0.7",
"botmaster-session-ware": "git+ssh://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3",
"botmaster-session-ware": "git+https://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3",
"watson-developer-cloud": "^2.28.0"
},
"devDependencies": {
"ava": "^0.18.2",
"body-parser": "^1.17.1",
"botmaster": "^3.0.7",
"botmaster-session-ware": "git+ssh://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3",
"botmaster-session-ware": "git+https://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3",
"botmaster-test-fixtures": "^2.1.0",
"coveralls": "^2.11.16",
"documentation": "^4.0.0-beta.18",
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1161,9 +1161,9 @@ boom@2.x.x:
dependencies:
hoek "2.x.x"

"botmaster-session-ware@git+ssh://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3":
"botmaster-session-ware@git+https://git@github.com:botmasterai/botmaster-session-ware#botmaster-v3":
version "0.1.3"
resolved "git+ssh://git@github.com/botmasterai/botmaster-session-ware#d883963fa0f8e136de6ccb27745d2e9ddcacd58d"
resolved "git+https://git@github.com/botmasterai/botmaster-session-ware#d883963fa0f8e136de6ccb27745d2e9ddcacd58d"
dependencies:
debug "^2.6.0"
ramda "^0.23.0"
Expand Down Expand Up @@ -2152,6 +2152,10 @@ esprima@^2.6.0:
version "2.7.3"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"

esprima@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"

espurify@^1.5.0, espurify@^1.6.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/espurify/-/espurify-1.7.0.tgz#1c5cf6cbccc32e6f639380bd4f991fab9ba9d226"
Expand Down Expand Up @@ -3327,13 +3331,20 @@ js-tokens@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.1.tgz#08e9f132484a2c45a30907e9dc4d5567b7f114d7"

js-yaml@3.6.1, js-yaml@^3.3.1, js-yaml@^3.5.1:
js-yaml@3.6.1:
version "3.6.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
dependencies:
argparse "^1.0.7"
esprima "^2.6.0"

js-yaml@^3.3.1, js-yaml@^3.5.1:
version "3.8.2"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.8.2.tgz#02d3e2c0f6beab20248d412c352203827d786721"
dependencies:
argparse "^1.0.7"
esprima "^3.1.1"

jsbn@~0.1.0:
version "0.1.1"
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
Expand Down

0 comments on commit b5f2957

Please sign in to comment.