Skip to content

Commit

Permalink
Merge pull request #1939 from bluesky-social/bav-v2-hydration
Browse files Browse the repository at this point in the history
Appview v2 hydration
  • Loading branch information
devinivy authored Dec 21, 2023
2 parents a9ff131 + 9574a86 commit 22b3c2f
Show file tree
Hide file tree
Showing 94 changed files with 7,764 additions and 4,087 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@swc/jest": "^0.2.24",
"@types/jest": "^28.1.4",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-eslint": "^10.1.0",
"dotenv": "^16.0.3",
"esbuild": "^0.14.48",
Expand All @@ -47,7 +47,7 @@
"prettier": "^2.7.1",
"prettier-config-standard": "^5.0.0",
"ts-node": "^10.8.2",
"typescript": "^4.8.4"
"typescript": "^5.3.3"
},
"workspaces": {
"packages": [
Expand Down
9 changes: 7 additions & 2 deletions packages/bsky/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
version: v1
plugins:
- plugin: es
opt: target=ts
opt:
- target=ts
- import_extension=.ts

out: src/data-plane/gen
- plugin: connect-es
opt: target=ts
opt:
- target=ts
- import_extension=.ts
out: src/data-plane/gen
Loading

0 comments on commit 22b3c2f

Please sign in to comment.