atproto explorer
0
fork

Configure Feed

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

update deps

Juliet ea126a70 aaaeb641

+16 -16
+2 -2
package.json
··· 9 9 "serve": "vite preview" 10 10 }, 11 11 "devDependencies": { 12 - "prettier": "^3.4.2", 12 + "prettier": "^3.5.0", 13 13 "prettier-plugin-tailwindcss": "^0.6.11", 14 14 "typescript": "^5.7.3", 15 15 "unocss": "^65.4.3", ··· 21 21 "@atcute/car": "^2.0.3", 22 22 "@atcute/cbor": "^2.1.3", 23 23 "@atcute/client": "^2.0.7", 24 - "@atcute/oauth-browser-client": "^1.0.12", 24 + "@atcute/oauth-browser-client": "^1.0.13", 25 25 "@atcute/tid": "^1.0.2", 26 26 "@solidjs/router": "^0.15.3", 27 27 "hls.js": "^1.5.20",
+13 -13
pnpm-lock.yaml
··· 18 18 specifier: ^2.0.7 19 19 version: 2.0.7 20 20 '@atcute/oauth-browser-client': 21 - specifier: ^1.0.12 22 - version: 1.0.12 21 + specifier: ^1.0.13 22 + version: 1.0.13 23 23 '@atcute/tid': 24 24 specifier: ^1.0.2 25 25 version: 1.0.2 ··· 40 40 version: 1.9.4 41 41 devDependencies: 42 42 prettier: 43 - specifier: ^3.4.2 44 - version: 3.4.2 43 + specifier: ^3.5.0 44 + version: 3.5.0 45 45 prettier-plugin-tailwindcss: 46 46 specifier: ^0.6.11 47 - version: 0.6.11(prettier@3.4.2) 47 + version: 0.6.11(prettier@3.5.0) 48 48 typescript: 49 49 specifier: ^5.7.3 50 50 version: 5.7.3 ··· 88 88 '@atcute/multibase@1.1.2': 89 89 resolution: {integrity: sha512-KFX+c7a/u2jSNcRw0rLaUHG/XEKf1A1c8XF5soHnsb1JMCShihf/anfZ1kJ4no/IlIp9HEHV3PQRQO2sWL6ASQ==} 90 90 91 - '@atcute/oauth-browser-client@1.0.12': 92 - resolution: {integrity: sha512-U0CsI6dZz52flhtdQbgh310raVSD/gA0tSqIGGfUBYiK0M2vLjUUiHtSNsfZ5baImN2P5GgDdQJis66Je7UeSA==} 91 + '@atcute/oauth-browser-client@1.0.13': 92 + resolution: {integrity: sha512-JxQKl9Vo1V8poxvR9uKS8bkBv8t53DIH4lCbaih6yn9u7fM62ZC/0x/9KoGWSNqpp3R3U0y/DOQQfdC9Y4GEGQ==} 93 93 94 94 '@atcute/tid@1.0.2': 95 95 resolution: {integrity: sha512-ahmjroNyeDPJhtuf3+HTJropaH04HmJ8fhntDu73Gpz/RkAF7+nkz6kcP2QTgfvMCgMPAJUdskAAP82GPDTY9w==} ··· 1077 1077 prettier-plugin-svelte: 1078 1078 optional: true 1079 1079 1080 - prettier@3.4.2: 1081 - resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==} 1080 + prettier@3.5.0: 1081 + resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==} 1082 1082 engines: {node: '>=14'} 1083 1083 hasBin: true 1084 1084 ··· 1300 1300 dependencies: 1301 1301 '@atcute/uint8array': 1.0.1 1302 1302 1303 - '@atcute/oauth-browser-client@1.0.12': 1303 + '@atcute/oauth-browser-client@1.0.13': 1304 1304 dependencies: 1305 1305 '@atcute/client': 2.0.7 1306 1306 ··· 2196 2196 picocolors: 1.1.1 2197 2197 source-map-js: 1.2.1 2198 2198 2199 - prettier-plugin-tailwindcss@0.6.11(prettier@3.4.2): 2199 + prettier-plugin-tailwindcss@0.6.11(prettier@3.5.0): 2200 2200 dependencies: 2201 - prettier: 3.4.2 2201 + prettier: 3.5.0 2202 2202 2203 - prettier@3.4.2: {} 2203 + prettier@3.5.0: {} 2204 2204 2205 2205 public-transport@file:pkg/pt.tgz: {} 2206 2206
+1 -1
tsconfig.json
··· 4 4 { "path": "./tsconfig.app.json" }, 5 5 { "path": "./tsconfig.node.json" } 6 6 ] 7 - } 7 + }