Commit 8776d4d68b0cf75470ccc46b11f37d84c1789740
add missing dep - obv-debounce
mix irving committed on 8/14/2017, 6:40:36 AMParent: bece765b487127c47d7cd4da71eb2574d7218dde
Files changed
package-lock.json | changed |
package.json | changed |
package-lock.json | ||
---|---|---|
@@ -737,14 +737,13 @@ | ||
737 | 737 | "resolved": "https://registry.npmjs.org/human-time/-/human-time-0.0.1.tgz", |
738 | 738 | "integrity": "sha1-KA0DNjeRmTBrLhUY49X2OBy4UH0=" |
739 | 739 | }, |
740 | 740 | "hypermore": { |
741 | - "version": "1.1.1", | |
742 | - "resolved": "https://registry.npmjs.org/hypermore/-/hypermore-1.1.1.tgz", | |
743 | - "integrity": "sha512-mGoJJMvv8ONFIJHt6GYm2bnSVq6qPdBsdk+WRHoU4jpYtREIicXpnthbqJaR3NzFKLWAoaymxF4IMgTIYs3Y6A==", | |
741 | + "version": "2.0.0", | |
742 | + "resolved": "https://registry.npmjs.org/hypermore/-/hypermore-2.0.0.tgz", | |
743 | + "integrity": "sha512-aNkOCuYOeLbCFmNIjlZY5edhpcuS96Q46YnLwAg2WfPWcj6qUycb7JQO+PPOI4eqJuBUCQADqAPYNBzm/9O6Kg==", | |
744 | 744 | "requires": { |
745 | - "mutant": "3.21.2", | |
746 | - "pull-obv": "1.2.0" | |
745 | + "mutant": "3.21.2" | |
747 | 746 | } |
748 | 747 | }, |
749 | 748 | "increment-buffer": { |
750 | 749 | "version": "1.0.1", |
@@ -1002,8 +1001,13 @@ | ||
1002 | 1001 | "version": "1.0.11", |
1003 | 1002 | "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", |
1004 | 1003 | "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=" |
1005 | 1004 | }, |
1005 | + "obv-debounce": { | |
1006 | + "version": "1.0.2", | |
1007 | + "resolved": "https://registry.npmjs.org/obv-debounce/-/obv-debounce-1.0.2.tgz", | |
1008 | + "integrity": "sha1-AAJjSTfQfYlsGNZr7crvh2h2Sp8=" | |
1009 | + }, | |
1006 | 1010 | "once": { |
1007 | 1011 | "version": "1.4.0", |
1008 | 1012 | "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", |
1009 | 1013 | "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", |
@@ -1191,11 +1195,11 @@ | ||
1191 | 1195 | "resolved": "https://registry.npmjs.org/pull-next/-/pull-next-1.0.1.tgz", |
1192 | 1196 | "integrity": "sha1-A/TX0Zhy/BEUFh6I227PTGXmHlY=" |
1193 | 1197 | }, |
1194 | 1198 | "pull-obv": { |
1195 | - "version": "1.2.0", | |
1196 | - "resolved": "https://registry.npmjs.org/pull-obv/-/pull-obv-1.2.0.tgz", | |
1197 | - "integrity": "sha512-GsOYI5oq6UM0gUUDfOaWRLmhAKLy/nPF+xjJBiqLYcGtC3aYLVnjGMv42Nl/a4Gt7eo0b16EH5UlC5c4CYFWRw==" | |
1199 | + "version": "1.3.1", | |
1200 | + "resolved": "https://registry.npmjs.org/pull-obv/-/pull-obv-1.3.1.tgz", | |
1201 | + "integrity": "sha1-UjNnAxWbMwi7vQvAe/zhgwd4L3A=" | |
1198 | 1202 | }, |
1199 | 1203 | "pull-pair": { |
1200 | 1204 | "version": "1.1.0", |
1201 | 1205 | "resolved": "https://registry.npmjs.org/pull-pair/-/pull-pair-1.1.0.tgz", |
Built with git-ssb-web