tangled
alpha
login
or
join now
danabra.mov
/
statusphere-react
forked from
samuel.fm/statusphere-react
0
fork
atom
the statusphere demo reworked into a vite/react app in a monorepo
0
fork
atom
overview
issues
pulls
pipelines
add ws
samuel.fm
1 year ago
0b2e6b6b
2b1a9745
+5
-1
2 changed files
expand all
collapse all
unified
split
packages
appview
package.json
pnpm-lock.yaml
+2
-1
packages/appview/package.json
···
34
34
"iron-session": "^8.0.4",
35
35
"kysely": "^0.27.5",
36
36
"multiformats": "^13.3.2",
37
37
-
"pino": "^9.6.0"
37
37
+
"pino": "^9.6.0",
38
38
+
"ws": "^8.18.1"
38
39
},
39
40
"devDependencies": {
40
41
"@atproto/lex-cli": "^0.6.1",
+3
pnpm-lock.yaml
···
89
89
pino:
90
90
specifier: ^9.6.0
91
91
version: 9.6.0
92
92
+
ws:
93
93
+
specifier: ^8.18.1
94
94
+
version: 8.18.1
92
95
devDependencies:
93
96
'@atproto/lex-cli':
94
97
specifier: ^0.6.1