this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade react-quick-pinch-zoom

+15 -14
+14 -13
package-lock.json
··· 26 26 "preact": "~10.15.0", 27 27 "react-hotkeys-hook": "~4.4.0", 28 28 "react-intersection-observer": "~9.4.3", 29 - "react-quick-pinch-zoom": "~4.8.0", 29 + "react-quick-pinch-zoom": "~4.9.0", 30 30 "react-router-dom": "6.6.2", 31 31 "string-length": "~5.0.1", 32 32 "swiped-events": "~1.1.7", ··· 6011 6011 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 6012 6012 }, 6013 6013 "node_modules/react-quick-pinch-zoom": { 6014 - "version": "4.8.0", 6015 - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.8.0.tgz", 6016 - "integrity": "sha512-YfbSmDQ9RzLKueDqzi9hZKgjkqZxdCxnPg7dZAU42GXYHfyITy+YKa4Om2B9G8p9X0ZzmlYaYfVSuxDKj+aOCA==", 6014 + "version": "4.9.0", 6015 + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", 6016 + "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", 6017 + "dependencies": { 6018 + "tslib": ">=2.0.0" 6019 + }, 6017 6020 "peerDependencies": { 6018 6021 "react": ">=16.4.0", 6019 - "react-dom": ">=16.4.0", 6020 - "tslib": ">=2.0.0" 6022 + "react-dom": ">=16.4.0" 6021 6023 }, 6022 6024 "peerDependenciesMeta": { 6023 6025 "react": { 6024 6026 "optional": true 6025 6027 }, 6026 6028 "react-dom": { 6027 - "optional": true 6028 - }, 6029 - "tslib": { 6030 6029 "optional": true 6031 6030 } 6032 6031 } ··· 11317 11316 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 11318 11317 }, 11319 11318 "react-quick-pinch-zoom": { 11320 - "version": "4.8.0", 11321 - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.8.0.tgz", 11322 - "integrity": "sha512-YfbSmDQ9RzLKueDqzi9hZKgjkqZxdCxnPg7dZAU42GXYHfyITy+YKa4Om2B9G8p9X0ZzmlYaYfVSuxDKj+aOCA==", 11323 - "requires": {} 11319 + "version": "4.9.0", 11320 + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", 11321 + "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", 11322 + "requires": { 11323 + "tslib": ">=2.0.0" 11324 + } 11324 11325 }, 11325 11326 "react-router": { 11326 11327 "version": "6.6.2",
+1 -1
package.json
··· 28 28 "preact": "~10.15.0", 29 29 "react-hotkeys-hook": "~4.4.0", 30 30 "react-intersection-observer": "~9.4.3", 31 - "react-quick-pinch-zoom": "~4.8.0", 31 + "react-quick-pinch-zoom": "~4.9.0", 32 32 "react-router-dom": "6.6.2", 33 33 "string-length": "~5.0.1", 34 34 "swiped-events": "~1.1.7",