Skip to content
Merged
Show file tree
Hide file tree
Changes from 7 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
4 changes: 2 additions & 2 deletions controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"ioredis": "^5.4.1",
"jose": "^5.2.4",
"lodash": "^4.17.21",
"nodemailer": "^6.9.11",
"nodemailer": "^7.0.7",
"nuid": "^1.1.6",
"octokit": "^4.1.3",
"openai": "^4.104.0",
Expand All @@ -104,7 +104,7 @@
"@types/eslint": "^9.6.1",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.21",
"@types/nodemailer": "^6.4.14",
"@types/nodemailer": "^7.0.3",
"@types/prettier": "^3.0.0",
"@types/stream-json": "^1.7.7",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion demo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/go-redis/redis_rate/v10 v10.0.1 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions demo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ github.com/go-redis/redis_rate/v10 v10.0.1 h1:calPxi7tVlxojKunJwQ72kwfozdy25RjA0
github.com/go-redis/redis_rate/v10 v10.0.1/go.mod h1:EMiuO9+cjRkR7UvdvwMO7vbgqJkltQHtwbdIQvaBKIU=
github.com/go-sourcemap/sourcemap v2.1.3+incompatible h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=
github.com/go-sourcemap/sourcemap v2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg=
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
github.com/gobwas/httphead v0.1.0/go.mod h1:O/RXo79gxV8G+RqlR/otEwx4Q36zl9rqC5u12GKvMCM=
github.com/gobwas/pool v0.2.1 h1:xfeeEhW7pwmX8nuLVlqbzVc7udMDrwetjEv+TZIz1og=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"react": "18.3.1",
"graphql": "16.9.0",
"cross-spawn": "7.0.6",
"next": "15.2.4",
"next": "15.4.7",
"zod": "3.24.2",
"chalk": "<5.6.1",
"debug": "<4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"vite": "^5.4.19",
"vite": "^5.4.21",
"vite-plugin-dts": "4.3.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile": "^2.2.0"
Expand Down
1,552 changes: 1,283 additions & 269 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions router/internal/graphiql/graphiql.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"lz-string": "^1.5.0",
"monaco-editor": "^0.45.0",
"monaco-graphql": "^1.4.0",
"next": "15.2.4",
"next": "15.4.7",
"next-themes": "^0.2.1",
"posthog-js": "^1.240.6",
"pretty-bytes": "^6.1.1",
Expand Down
Loading