Skip to content

Commit

Permalink
fix: frontend protos generation
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman committed Jun 15, 2024
1 parent 9e262ff commit 47b0a08
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 1 deletion.
86 changes: 85 additions & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"source": "index.html",
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@bufbuild/protoc-gen-es": "^1.10.0",
"@codemirror/autocomplete": "^6.16.2",
"@codemirror/commands": "^6.5.0",
"@codemirror/language": "^6.10.1",
Expand All @@ -30,6 +31,7 @@
"@codemirror/view": "^6.26.3",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@headlessui/react": "2.0.4",
"@heroicons/react": "2.1.3",
"@tailwindcss/forms": "^0.5.6",
Expand Down

0 comments on commit 47b0a08

Please sign in to comment.