git ssb

2+

mixmix / ticktack



Commit 8776d4d68b0cf75470ccc46b11f37d84c1789740

add missing dep - obv-debounce

mix irving committed on 8/14/2017, 6:40:36 AM
Parent: bece765b487127c47d7cd4da71eb2574d7218dde

Files changed

package-lock.jsonchanged
package.jsonchanged
package-lock.jsonView
@@ -737,14 +737,13 @@
737737 "resolved": "https://registry.npmjs.org/human-time/-/human-time-0.0.1.tgz",
738738 "integrity": "sha1-KA0DNjeRmTBrLhUY49X2OBy4UH0="
739739 },
740740 "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==",
744744 "requires": {
745- "mutant": "3.21.2",
746- "pull-obv": "1.2.0"
745+ "mutant": "3.21.2"
747746 }
748747 },
749748 "increment-buffer": {
750749 "version": "1.0.1",
@@ -1002,8 +1001,13 @@
10021001 "version": "1.0.11",
10031002 "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz",
10041003 "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0="
10051004 },
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+ },
10061010 "once": {
10071011 "version": "1.4.0",
10081012 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
10091013 "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
@@ -1191,11 +1195,11 @@
11911195 "resolved": "https://registry.npmjs.org/pull-next/-/pull-next-1.0.1.tgz",
11921196 "integrity": "sha1-A/TX0Zhy/BEUFh6I227PTGXmHlY="
11931197 },
11941198 "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="
11981202 },
11991203 "pull-pair": {
12001204 "version": "1.1.0",
12011205 "resolved": "https://registry.npmjs.org/pull-pair/-/pull-pair-1.1.0.tgz",
package.jsonView
@@ -24,8 +24,9 @@
2424 "lodash": "^4.17.4",
2525 "micro-css": "^2.0.1",
2626 "morphdom": "^2.3.3",
2727 "mutant": "^3.21.2",
28+ "obv-debounce": "^1.0.2",
2829 "open-external": "^0.1.1",
2930 "patch-history": "^1.0.0",
3031 "patchcore": "^1.9.1",
3132 "pull-next": "^1.0.1",

Built with git-ssb-web