this repo has no description
0
fork

Configure Feed

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

Upgrade dependencies

+15 -18
+13 -16
package-lock.json
··· 45 45 "devDependencies": { 46 46 "@preact/preset-vite": "~2.7.0", 47 47 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 48 - "postcss": "~8.4.31", 48 + "postcss": "~8.4.32", 49 49 "postcss-dark-theme-class": "~1.1.0", 50 50 "postcss-preset-env": "~9.3.0", 51 51 "twitter-text": "~3.1.0", ··· 53 53 "vite-plugin-generate-file": "~0.1.1", 54 54 "vite-plugin-html-config": "~1.0.11", 55 55 "vite-plugin-pwa": "~0.17.2", 56 - "vite-plugin-remove-console": "~2.1.1", 56 + "vite-plugin-remove-console": "~2.2.0", 57 57 "workbox-cacheable-response": "~7.0.0", 58 58 "workbox-expiration": "~7.0.0", 59 59 "workbox-routing": "~7.0.0", ··· 5578 5578 "license": "MIT" 5579 5579 }, 5580 5580 "node_modules/nanoid": { 5581 - "version": "3.3.6", 5582 - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", 5583 - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", 5581 + "version": "3.3.7", 5582 + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", 5583 + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", 5584 5584 "dev": true, 5585 5585 "funding": [ 5586 5586 { ··· 5588 5588 "url": "https://github.com/sponsors/ai" 5589 5589 } 5590 5590 ], 5591 - "license": "MIT", 5592 5591 "bin": { 5593 5592 "nanoid": "bin/nanoid.cjs" 5594 5593 }, ··· 5777 5776 } 5778 5777 }, 5779 5778 "node_modules/postcss": { 5780 - "version": "8.4.31", 5781 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", 5782 - "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", 5779 + "version": "8.4.32", 5780 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", 5781 + "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", 5783 5782 "dev": true, 5784 5783 "funding": [ 5785 5784 { ··· 5795 5794 "url": "https://github.com/sponsors/ai" 5796 5795 } 5797 5796 ], 5798 - "license": "MIT", 5799 5797 "dependencies": { 5800 - "nanoid": "^3.3.6", 5798 + "nanoid": "^3.3.7", 5801 5799 "picocolors": "^1.0.0", 5802 5800 "source-map-js": "^1.0.2" 5803 5801 }, ··· 7725 7723 } 7726 7724 }, 7727 7725 "node_modules/vite-plugin-remove-console": { 7728 - "version": "2.1.1", 7729 - "resolved": "https://registry.npmjs.org/vite-plugin-remove-console/-/vite-plugin-remove-console-2.1.1.tgz", 7730 - "integrity": "sha512-AQOsKl9+1YO82otwSchf+P8SRo4RhMvPjOvjm9DXOnkff0SBwBPAzazEn06IUjhsm/zX4miMgicCQH1hPdktrw==", 7731 - "dev": true, 7732 - "license": "MIT" 7726 + "version": "2.2.0", 7727 + "resolved": "https://registry.npmjs.org/vite-plugin-remove-console/-/vite-plugin-remove-console-2.2.0.tgz", 7728 + "integrity": "sha512-qgjh5pz75MdE9Kzs8J0kBwaCfifHV0ezRbB9rpGsIOxam+ilcGV7WOk91vFJXquzRmiKrFh3Hxlh0JJWAmXTbQ==", 7729 + "dev": true 7733 7730 }, 7734 7731 "node_modules/webidl-conversions": { 7735 7732 "version": "4.0.2",
+2 -2
package.json
··· 47 47 "devDependencies": { 48 48 "@preact/preset-vite": "~2.7.0", 49 49 "@trivago/prettier-plugin-sort-imports": "~4.3.0", 50 - "postcss": "~8.4.31", 50 + "postcss": "~8.4.32", 51 51 "postcss-dark-theme-class": "~1.1.0", 52 52 "postcss-preset-env": "~9.3.0", 53 53 "twitter-text": "~3.1.0", ··· 55 55 "vite-plugin-generate-file": "~0.1.1", 56 56 "vite-plugin-html-config": "~1.0.11", 57 57 "vite-plugin-pwa": "~0.17.2", 58 - "vite-plugin-remove-console": "~2.1.1", 58 + "vite-plugin-remove-console": "~2.2.0", 59 59 "workbox-cacheable-response": "~7.0.0", 60 60 "workbox-expiration": "~7.0.0", 61 61 "workbox-routing": "~7.0.0",