Upgrade reify npm package to version 0.4.3.

This commit is contained in:
Ben Newman
2016-11-26 13:27:06 -05:00
parent bd0a7be6e2
commit 39a8591fb2
2 changed files with 18 additions and 13 deletions

View File

@@ -1,24 +1,29 @@
{
"dependencies": {
"acorn": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.2.0.tgz",
"from": "acorn@>=3.2.0 <3.3.0"
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
"from": "acorn@>=3.3.0 <3.4.0"
},
"acorn-es7-plugin": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/acorn-es7-plugin/-/acorn-es7-plugin-1.1.3.tgz",
"from": "acorn-es7-plugin@>=1.1.0 <1.2.0"
},
"ast-types": {
"version": "0.8.17",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.17.tgz",
"from": "ast-types@>=0.8.16 <0.9.0"
"version": "0.9.2",
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.2.tgz",
"from": "ast-types@>=0.9.0 <0.10.0"
},
"magic-string": {
"version": "0.15.2",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.15.2.tgz",
"from": "magic-string@>=0.15.0 <0.16.0"
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.16.0.tgz",
"from": "magic-string@>=0.16.0 <0.17.0"
},
"reify": {
"version": "0.3.6",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.3.6.tgz",
"from": "reify@0.3.6"
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/reify/-/reify-0.4.3.tgz",
"from": "reify@0.4.3"
},
"vlq": {
"version": "0.2.1",

View File

@@ -6,7 +6,7 @@ Package.describe({
});
Npm.depends({
reify: "0.3.6"
reify: "0.4.3"
});
Package.onUse(function(api) {