[READ-ONLY] Mirror of https://github.com/flo-bit/svelsky. editable svelte website with bluesky pds as backend flo-bit.dev/svelsky/
0

Configure Feed

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

commit

+16 -12
+1
package.json
··· 38 38 "vite": "^6.0.0" 39 39 }, 40 40 "dependencies": { 41 + "@atcute/client": "^3.1.0", 41 42 "@atcute/oauth-browser-client": "^1.0.13", 42 43 "@atproto/api": "^0.15.6", 43 44 "@atproto/common-web": "^0.4.2",
+15 -12
pnpm-lock.yaml
··· 8 8 9 9 .: 10 10 dependencies: 11 + '@atcute/client': 12 + specifier: ^3.1.0 13 + version: 3.1.0 11 14 '@atcute/oauth-browser-client': 12 15 specifier: ^1.0.13 13 16 version: 1.0.18 ··· 92 95 version: 9.26.0(jiti@2.4.2) 93 96 eslint-config-prettier: 94 97 specifier: ^10.0.1 95 - version: 10.1.2(eslint@9.26.0(jiti@2.4.2)) 98 + version: 10.1.3(eslint@9.26.0(jiti@2.4.2)) 96 99 eslint-plugin-svelte: 97 100 specifier: ^2.46.1 98 101 version: 2.46.1(eslint@9.26.0(jiti@2.4.2))(svelte@5.28.2) ··· 400 403 resolution: {integrity: sha512-JBxkERygn7Bv/GbN5Rv8Ul6LVknS+5Bp6RgDC/O8gEBU/yeH5Ui5C/OlWrTb6qct7LjjfT6Re2NxB0ln0yYybA==, tarball: https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.3.1.tgz} 401 404 engines: {node: '>=18.18'} 402 405 403 - '@humanwhocodes/retry@0.4.2': 404 - resolution: {integrity: sha512-xeO57FpIu4p1Ri3Jq/EXq4ClRm86dVF2z/+kvFnyqVYRavTZmaFaUBbWCOuuTh0o/g7DSsk6kc2vrS4Vl5oPOQ==, tarball: https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.2.tgz} 406 + '@humanwhocodes/retry@0.4.3': 407 + resolution: {integrity: sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==, tarball: https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz} 405 408 engines: {node: '>=18.18'} 406 409 407 410 '@internationalized/date@3.8.0': ··· 1119 1122 peerDependencies: 1120 1123 eslint: '>=6.0.0' 1121 1124 1122 - eslint-config-prettier@10.1.2: 1123 - resolution: {integrity: sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA==, tarball: https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.2.tgz} 1125 + eslint-config-prettier@10.1.3: 1126 + resolution: {integrity: sha512-vDo4d9yQE+cS2tdIT4J02H/16veRvkHgiLDRpej+WL67oCfbOb97itZXn8wMPJ/GsiEBVjrjs//AVNw2Cp1EcA==, tarball: https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-10.1.3.tgz} 1124 1127 hasBin: true 1125 1128 peerDependencies: 1126 1129 eslint: '>=7.0.0' ··· 1487 1490 linkify-it@5.0.0: 1488 1491 resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==, tarball: https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz} 1489 1492 1490 - linkifyjs@4.2.0: 1491 - resolution: {integrity: sha512-pCj3PrQyATaoTYKHrgWRF3SJwsm61udVh+vuls/Rl6SptiDhgE7ziUIudAedRY9QEfynmM7/RmLEfPUyw1HPCw==, tarball: https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.2.0.tgz} 1493 + linkifyjs@4.3.1: 1494 + resolution: {integrity: sha512-DRSlB9DKVW04c4SUdGvKK5FR6be45lTU9M76JnngqPeeGDqPwYc0zdUErtsNVMtxPXgUWV4HbXbnC4sNyBxkYg==, tarball: https://registry.npmjs.org/linkifyjs/-/linkifyjs-4.3.1.tgz} 1492 1495 1493 1496 loadjs@4.3.0: 1494 1497 resolution: {integrity: sha512-vNX4ZZLJBeDEOBvdr2v/F+0aN5oMuPu7JTqrMwp+DtgK+AryOlpy6Xtm2/HpNr+azEa828oQjOtWsB6iDtSfSQ==, tarball: https://registry.npmjs.org/loadjs/-/loadjs-4.3.0.tgz} ··· 2405 2408 2406 2409 '@humanwhocodes/retry@0.3.1': {} 2407 2410 2408 - '@humanwhocodes/retry@0.4.2': {} 2411 + '@humanwhocodes/retry@0.4.3': {} 2409 2412 2410 2413 '@internationalized/date@3.8.0': 2411 2414 dependencies: ··· 2732 2735 dependencies: 2733 2736 '@tiptap/core': 2.12.0(@tiptap/pm@2.12.0) 2734 2737 '@tiptap/pm': 2.12.0 2735 - linkifyjs: 4.2.0 2738 + linkifyjs: 4.3.1 2736 2739 2737 2740 '@tiptap/extension-list-item@2.12.0(@tiptap/core@2.12.0(@tiptap/pm@2.12.0))': 2738 2741 dependencies: ··· 3120 3123 eslint: 9.26.0(jiti@2.4.2) 3121 3124 semver: 7.7.1 3122 3125 3123 - eslint-config-prettier@10.1.2(eslint@9.26.0(jiti@2.4.2)): 3126 + eslint-config-prettier@10.1.3(eslint@9.26.0(jiti@2.4.2)): 3124 3127 dependencies: 3125 3128 eslint: 9.26.0(jiti@2.4.2) 3126 3129 ··· 3169 3172 '@eslint/plugin-kit': 0.2.8 3170 3173 '@humanfs/node': 0.16.6 3171 3174 '@humanwhocodes/module-importer': 1.0.1 3172 - '@humanwhocodes/retry': 0.4.2 3175 + '@humanwhocodes/retry': 0.4.3 3173 3176 '@modelcontextprotocol/sdk': 1.11.0 3174 3177 '@types/estree': 1.0.7 3175 3178 '@types/json-schema': 7.0.15 ··· 3508 3511 dependencies: 3509 3512 uc.micro: 2.1.0 3510 3513 3511 - linkifyjs@4.2.0: {} 3514 + linkifyjs@4.3.1: {} 3512 3515 3513 3516 loadjs@4.3.0: {} 3514 3517