tangled
alpha
login
or
join now
teal.fm
/
teal
110
fork
atom
Your music, beautifully tracked. All yours. (coming soon)
teal.fm
teal-fm
atproto
110
fork
atom
overview
issues
pulls
pipelines
taking a chance to update deps
natalie
1 year ago
860f3320
82d1064e
+7
-7
3 changed files
expand all
collapse all
unified
split
apps
aqua
package.json
packages
jetstring
package.json
lexicons
package.json
+4
-4
apps/aqua/package.json
···
22
22
"@atproto/oauth-client-node": "^0.2.1",
23
23
"@atproto/sync": "^0.1.5",
24
24
"@atproto/syntax": "^0.3.0",
25
25
-
"@atproto/xrpc-server": "^0.6.4",
25
25
+
"@atproto/xrpc-server": "^0.7.4",
26
26
"@braintree/sanitize-url": "^7.1.0",
27
27
"drizzle-orm": "^0.38.3",
28
28
"@hono/node-server": "^1.13.7",
···
39
39
},
40
40
"devDependencies": {
41
41
"@teal/tsconfig": "workspace:*",
42
42
-
"@atproto/lex-cli": "^0.4.1",
42
42
+
"@atproto/lex-cli": "^0.5.4",
43
43
"@types/node": "^20.17.6",
44
44
-
"drizzle-kit": "^0.27.2",
45
45
-
"pino-pretty": "^11.3.0",
44
44
+
"drizzle-kit": "^0.30.1",
45
45
+
"pino-pretty": "^13.0.0",
46
46
"rimraf": "^6.0.1",
47
47
"tsup": "^8.3.5",
48
48
"tsx": "^4.19.2",
+1
-1
packages/jetstring/package.json
···
9
9
"@teal/db": "workspace:*",
10
10
"@teal/lexicons": "workspace:*",
11
11
"@teal/tsconfig": "workspace:*",
12
12
-
"pino-pretty": "^11.3.0"
12
12
+
"pino-pretty": "^13.3.0"
13
13
},
14
14
"devDependencies": {
15
15
"tsup": "^8.3.5",
+2
-2
packages/lexicons/package.json
···
3
3
"type": "module",
4
4
"main": "./index.ts",
5
5
"dependencies": {
6
6
-
"@atproto/lex-cli": "^0.4.1",
6
6
+
"@atproto/lex-cli": "^0.5.4",
7
7
"@atproto/lexicon": "^0.4.2",
8
8
-
"@atproto/xrpc-server": "^0.6.4",
8
8
+
"@atproto/xrpc-server": "^0.7.4",
9
9
"@teal/tsconfig": "workspace:*"
10
10
},
11
11
"scripts": {