Skip to content

Commit

Permalink
chore(tests): fixes for missing package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 14, 2016
1 parent 8edbe83 commit 572db5a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@
},
"homepage": "http://www.angular-meteor.com",
"peerDependencies": {
"babel-runtime": "^6.18.0",
"rxjs": "^5.0.0-beta.12"
},
"devDependencies": {
"@types/mocha": "2.2.33",
"@types/underscore": "1.7.33",
"@types/chai": "^3.4.34",
"conventional-changelog": "1.1.0",
"conventional-changelog-cli": "1.2.0",
"es6-shim": "0.35.1",
Expand All @@ -59,8 +61,5 @@
"ignore": [
"rxjs"
]
},
"dependencies": {
"@types/chai": "^3.4.34"
}
}
5 changes: 3 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"es6-shim": "^0.35.0",
"meteor-rxjs": "file:..",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.22",
"meteor-rxjs": "file:.."
"zone.js": "^0.6.22"
},
"devDependencies": {
"linklocal": "^2.6.0"
Expand Down
17 changes: 14 additions & 3 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# yarn lockfile v1


"@types/chai@^3.4.34":
version "3.4.34"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-3.4.34.tgz#d5335792823bb09cddd5e38c3d211b709183854d"
babel-runtime@^6.18.0:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.18.0.tgz#0f4177ffd98492ef13b9f823e9994a02584c9078"
dependencies:
core-js "^2.4.0"
regenerator-runtime "^0.9.5"

balanced-match@^0.4.1:
version "0.4.2"
Expand All @@ -27,6 +30,10 @@ concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

core-js@^2.4.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"

debug@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
Expand Down Expand Up @@ -118,6 +125,10 @@ path-is-absolute@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"

regenerator-runtime@^0.9.5:
version "0.9.6"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.9.6.tgz#d33eb95d0d2001a4be39659707c51b0cb71ce029"

rimraf@~2.5.4:
version "2.5.4"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ babel-polyfill@^6.13.0:
core-js "^2.4.0"
regenerator-runtime "^0.9.5"

babel-runtime@^6.9.1:
babel-runtime@^6.18.0, babel-runtime@^6.9.1:
version "6.18.0"
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.18.0.tgz#0f4177ffd98492ef13b9f823e9994a02584c9078"
dependencies:
Expand Down

0 comments on commit 572db5a

Please sign in to comment.