this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+20 -16
+18 -14
package-lock.json
··· 28 28 "preact": "~10.18.1", 29 29 "react-hotkeys-hook": "~4.4.1", 30 30 "react-intersection-observer": "~9.5.2", 31 - "react-quick-pinch-zoom": "~4.9.0", 31 + "react-quick-pinch-zoom": "~5.0.0", 32 32 "react-router-dom": "6.6.2", 33 33 "string-length": "5.0.1", 34 34 "swiped-events": "~1.1.7", ··· 46 46 "postcss-dark-theme-class": "~1.0.0", 47 47 "postcss-preset-env": "~9.1.4", 48 48 "twitter-text": "~3.1.0", 49 - "vite": "~4.4.9", 49 + "vite": "~4.4.11", 50 50 "vite-plugin-generate-file": "~0.0.4", 51 51 "vite-plugin-html-config": "~1.0.11", 52 52 "vite-plugin-pwa": "~0.16.5", ··· 6552 6552 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 6553 6553 }, 6554 6554 "node_modules/react-quick-pinch-zoom": { 6555 - "version": "4.9.0", 6556 - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", 6557 - "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", 6555 + "version": "5.0.0", 6556 + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-5.0.0.tgz", 6557 + "integrity": "sha512-497ngiMfWUcBuA8fakYU7rxjCEb6uSglQ6jn5GMvLUURnBN7aI/Li2nWs/otlHtksvVvxaBpz1rDW07/r/I6Rw==", 6558 6558 "dependencies": { 6559 6559 "tslib": ">=2.0.0" 6560 6560 }, 6561 6561 "peerDependencies": { 6562 + "prop-types": ">=15.0.0", 6562 6563 "react": ">=16.4.0", 6563 6564 "react-dom": ">=16.4.0" 6564 6565 }, 6565 6566 "peerDependenciesMeta": { 6567 + "prop-types": { 6568 + "optional": true 6569 + }, 6566 6570 "react": { 6567 6571 "optional": true 6568 6572 }, ··· 7406 7410 } 7407 7411 }, 7408 7412 "node_modules/vite": { 7409 - "version": "4.4.9", 7410 - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", 7411 - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", 7413 + "version": "4.4.11", 7414 + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz", 7415 + "integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==", 7412 7416 "dev": true, 7413 7417 "dependencies": { 7414 7418 "esbuild": "^0.18.10", ··· 12115 12119 "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" 12116 12120 }, 12117 12121 "react-quick-pinch-zoom": { 12118 - "version": "4.9.0", 12119 - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", 12120 - "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", 12122 + "version": "5.0.0", 12123 + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-5.0.0.tgz", 12124 + "integrity": "sha512-497ngiMfWUcBuA8fakYU7rxjCEb6uSglQ6jn5GMvLUURnBN7aI/Li2nWs/otlHtksvVvxaBpz1rDW07/r/I6Rw==", 12121 12125 "requires": { 12122 12126 "tslib": ">=2.0.0" 12123 12127 } ··· 12717 12721 } 12718 12722 }, 12719 12723 "vite": { 12720 - "version": "4.4.9", 12721 - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", 12722 - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", 12724 + "version": "4.4.11", 12725 + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.11.tgz", 12726 + "integrity": "sha512-ksNZJlkcU9b0lBwAGZGGaZHCMqHsc8OpgtoYhsQ4/I2v5cnpmmmqe5pM4nv/4Hn6G/2GhTdj0DhZh2e+Er1q5A==", 12723 12727 "dev": true, 12724 12728 "requires": { 12725 12729 "esbuild": "^0.18.10",
+2 -2
package.json
··· 30 30 "preact": "~10.18.1", 31 31 "react-hotkeys-hook": "~4.4.1", 32 32 "react-intersection-observer": "~9.5.2", 33 - "react-quick-pinch-zoom": "~4.9.0", 33 + "react-quick-pinch-zoom": "~5.0.0", 34 34 "react-router-dom": "6.6.2", 35 35 "string-length": "5.0.1", 36 36 "swiped-events": "~1.1.7", ··· 48 48 "postcss-dark-theme-class": "~1.0.0", 49 49 "postcss-preset-env": "~9.1.4", 50 50 "twitter-text": "~3.1.0", 51 - "vite": "~4.4.9", 51 + "vite": "~4.4.11", 52 52 "vite-plugin-generate-file": "~0.0.4", 53 53 "vite-plugin-html-config": "~1.0.11", 54 54 "vite-plugin-pwa": "~0.16.5",