this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+10 -10
+8 -8
package-lock.json
··· 36 36 "preact": "~10.25.4", 37 37 "punycode": "~2.3.1", 38 38 "react-hotkeys-hook": "~4.6.1", 39 - "react-intersection-observer": "~9.14.1", 39 + "react-intersection-observer": "~9.15.0", 40 40 "react-quick-pinch-zoom": "~5.1.0", 41 41 "react-router-dom": "6.6.2", 42 42 "string-length": "6.0.0", ··· 55 55 "@lingui/vite-plugin": "~5.1.2", 56 56 "@preact/preset-vite": "~2.9.4", 57 57 "babel-plugin-macros": "~3.1.0", 58 - "postcss": "~8.5.0", 58 + "postcss": "~8.5.1", 59 59 "postcss-dark-theme-class": "~1.3.0", 60 60 "postcss-preset-env": "~10.1.3", 61 61 "prettier": "3.4.2", ··· 7574 7574 } 7575 7575 }, 7576 7576 "node_modules/postcss": { 7577 - "version": "8.5.0", 7578 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.0.tgz", 7579 - "integrity": "sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==", 7577 + "version": "8.5.1", 7578 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", 7579 + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", 7580 7580 "dev": true, 7581 7581 "funding": [ 7582 7582 { ··· 8498 8498 } 8499 8499 }, 8500 8500 "node_modules/react-intersection-observer": { 8501 - "version": "9.14.1", 8502 - "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.14.1.tgz", 8503 - "integrity": "sha512-k1xIUn3sCQi3ugNeF64FJb3zwve5mcetvAUR9JazXeOmtap4IP2evN8rs+yf6SQ7F1QydsOGiqTmt+lySKZ9uA==", 8501 + "version": "9.15.0", 8502 + "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.15.0.tgz", 8503 + "integrity": "sha512-qul9TzGgZtHIHAsLOXnRfMWNYCrqjU87HMKhRjwC8l6XSxz2Bo0xmpq5pklaXGj+brx2gSMe8lp1K17mMP2Q8w==", 8504 8504 "peerDependencies": { 8505 8505 "react": "^17.0.0 || ^18.0.0 || ^19.0.0", 8506 8506 "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
+2 -2
package.json
··· 44 44 "preact": "~10.25.4", 45 45 "punycode": "~2.3.1", 46 46 "react-hotkeys-hook": "~4.6.1", 47 - "react-intersection-observer": "~9.14.1", 47 + "react-intersection-observer": "~9.15.0", 48 48 "react-quick-pinch-zoom": "~5.1.0", 49 49 "react-router-dom": "6.6.2", 50 50 "string-length": "6.0.0", ··· 63 63 "@lingui/vite-plugin": "~5.1.2", 64 64 "@preact/preset-vite": "~2.9.4", 65 65 "babel-plugin-macros": "~3.1.0", 66 - "postcss": "~8.5.0", 66 + "postcss": "~8.5.1", 67 67 "postcss-dark-theme-class": "~1.3.0", 68 68 "postcss-preset-env": "~10.1.3", 69 69 "prettier": "3.4.2",