Skip to content

Commit 0dc1a5a

Browse files
committed
feat: display realtime event messages
1 parent 1c8811f commit 0dc1a5a

14 files changed

+1050
-119
lines changed

buf.gen.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Learn more: https://buf.build/docs/configuration/v2/buf-gen-yaml
2+
version: v2
3+
inputs:
4+
- directory: src/protobuf/proto
5+
plugins:
6+
- local: protoc-gen-es
7+
opt: target=ts
8+
out: src/protobuf/gen

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@auth0/nextjs-auth0": "3.7.0",
38+
"@bufbuild/protobuf": "^2.2.5",
3839
"@emotion/cache": "11.14.0",
3940
"@emotion/react": "11.14.0",
4041
"@emotion/server": "11.11.0",
@@ -51,8 +52,8 @@
5152
"@rjsf/utils": "5.24.8",
5253
"@rjsf/validator-ajv8": "5.24.8",
5354
"@sentry/nextjs": "8.55.0",
54-
"@squonk/account-server-client": "4.2.0-rc.3",
55-
"@squonk/data-manager-client": "3.3.1",
55+
"@squonk/account-server-client": "4.2.0-rc.7",
56+
"@squonk/data-manager-client": "4.0.0-sc-3210.1768240399",
5657
"@squonk/mui-theme": "5.0.0",
5758
"@squonk/sdf-parser": "1.3.0",
5859
"@tanstack/match-sorter-utils": "8.19.4",
@@ -89,7 +90,6 @@
8990
"notistack": "3.0.2",
9091
"plotly.js-basic-dist": "2.35.3",
9192
"prismjs": "1.30.0",
92-
"protobufjs": "7.4.0",
9393
"react": "19.1.0",
9494
"react-dom": "19.1.0",
9595
"react-dropzone": "14.3.8",
@@ -101,6 +101,8 @@
101101
"yup": "1.6.1"
102102
},
103103
"devDependencies": {
104+
"@bufbuild/buf": "^1.52.1",
105+
"@bufbuild/protoc-gen-es": "^2.2.5",
104106
"@next/bundle-analyzer": "15.2.4",
105107
"@playwright/test": "1.51.1",
106108
"@squonk/eslint-config": "2.2.0",

0 commit comments

Comments
 (0)