Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/act
2 changes: 1 addition & 1 deletion examples/go/echo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
connectrpc.com/otelconnect v0.7.0 // indirect
github.com/alecthomas/concurrency v0.0.2 // indirect
github.com/alecthomas/participle/v2 v2.1.1 // indirect
github.com/alecthomas/types v0.12.1 // indirect
github.com/alecthomas/types v0.13.0 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/danieljoos/wincred v1.2.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions examples/go/echo/go.sum

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

114 changes: 57 additions & 57 deletions frontend/package-lock.json

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

12 changes: 6 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
"@bufbuild/protoc-gen-es": "1.7.2",
"@connectrpc/connect": "^1.1.2",
"@connectrpc/connect-web": "^1.1.2",
"@connectrpc/protoc-gen-connect-es": "1.3.0",
"@connectrpc/protoc-gen-connect-es": "1.4.0",
"@headlessui/react": "1.7.18",
"@heroicons/react": "2.1.1",
"@monaco-editor/react": "4.6.0",
"@svgdotjs/svg.js": "3.2.0",
"@svgdotjs/svg.panzoom.js": "2.1.2",
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-react": "^4.0.4",
"@viz-js/viz": "3.3.1",
"@viz-js/viz": "3.4.0",
"fnv1a": "^1.1.1",
"highlight.js": "^11.8.0",
"json-schema": "0.4.0",
"json-schema-faker": "0.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.22.1",
"react-router-dom": "6.22.2",
"reactflow": "11.10.4",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
Expand All @@ -56,12 +56,12 @@
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@types/p5": "1.7.6",
"@types/react": "18.2.58",
"@types/react": "18.2.61",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@typescript-eslint/typescript-estree": "6.21.0",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.18",
"buffer": "^6.0.3",
"chokidar": "3.6.0",
"eslint": "8.57.0",
Expand All @@ -75,7 +75,7 @@
"lint-staged": "15.2.2",
"npm-run-all2": "6.1.2",
"postcss": "8.4.35",
"postcss-nesting": "12.0.3",
"postcss-nesting": "12.0.4",
"prettier": "3.2.5",
"process": "^0.11.10",
"start-server-and-test": "2.0.3",
Expand Down

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

2 changes: 1 addition & 1 deletion frontend/src/protos/xyz/block/ftl/v1/ftl_connect.ts

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

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/alecthomas/kong v0.8.1
github.com/alecthomas/kong-toml v0.1.0
github.com/alecthomas/participle/v2 v2.1.1
github.com/alecthomas/types v0.12.1
github.com/alecthomas/types v0.13.0
github.com/amacneil/dbmate/v2 v2.12.0
github.com/beevik/etree v1.3.0
github.com/bmatcuk/doublestar/v4 v4.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<kotlin.version>1.9.22</kotlin.version>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<wire.version>4.9.7</wire.version>
<grpc.version>1.61.1</grpc.version>
<logback.version>1.5.0</logback.version>
<grpc.version>1.62.2</grpc.version>
<logback.version>1.5.2</logback.version>
<junit.version>5.10.2</junit.version>
<logstash.version>7.4</logstash.version>
</properties>
Expand Down