Skip to content
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
10 changes: 5 additions & 5 deletions admission-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"dependencies": {
"@hono/node-server": "1.19.13",
"@wundergraph/cosmo-shared": "workspace:^",
"dotenv": "^16.4.5",
"hono": "4.12.12"
"dotenv": "catalog:",
"hono": "catalog:"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.16.0",
"typescript": "^5.3.2"
"@types/node": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
}
}
10 changes: 5 additions & 5 deletions cdn-server/cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"dist"
],
"dependencies": {
"hono": "4.12.12",
"hono": "catalog:",
"jose": "^5.2.4"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-config-unjs": "^0.2.1",
"typescript": "5.5.2",
"vitest": "^3.2.4"
"eslint": "catalog:",
"eslint-config-unjs": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}
14 changes: 7 additions & 7 deletions cdn-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@aws-sdk/client-s3": "^3.996.0",
"@hono/node-server": "1.19.13",
"@wundergraph/cosmo-cdn": "workspace:*",
"dotenv": "^16.4.5",
"hono": "4.12.12"
"dotenv": "catalog:",
"hono": "catalog:"
},
"devDependencies": {
"@types/node": "^20.9.0",
"eslint": "^8.57.1",
"eslint-config-unjs": "^0.2.1",
"tsx": "^4.16.0",
"typescript": "5.5.2"
"@types/node": "catalog:",
"eslint": "catalog:",
"eslint-config-unjs": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:"
}
}
40 changes: 20 additions & 20 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,35 @@
],
"license": "Apache-2.0",
"dependencies": {
"@bufbuild/protobuf": "1.9.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0",
"@graphql-tools/utils": "11.0.0",
"@bufbuild/protobuf": "catalog:",
"@connectrpc/connect": "catalog:",
"@connectrpc/connect-node": "catalog:",
"@graphql-tools/utils": "catalog:",
"@modelcontextprotocol/sdk": "1.26.0",
"@octokit/rest": "22.0.0",
"@wundergraph/composition": "workspace:*",
"@wundergraph/cosmo-connect": "workspace:*",
"@wundergraph/cosmo-shared": "workspace:*",
"@wundergraph/protographic": "workspace:*",
"ajv": "8.18.0",
"axios": "1.13.5",
"axios": "catalog:",
"boxen": "7.1.1",
"cli-progress": "3.12.0",
"cli-table3": "0.6.3",
"commander": "11.1.0",
"date-fns": "3.6.0",
"date-fns": "catalog:",
"decompress": "4.2.1",
"dotenv": "16.6.0",
"dotenv": "catalog:",
"env-ci": "11.1.0",
"env-paths": "3.0.0",
"execa": "9.5.2",
"fs-extra": "11.3.0",
"graphql": "16.9.0",
"graphql": "catalog:",
"https-proxy-agent": "7.0.5",
"inquirer": "9.2.7",
"js-yaml": "4.1.1",
"jwt-decode": "3.1.2",
"lodash-es": "4.18.1",
"lodash-es": "catalog:",
"log-symbols": "5.1.0",
"octokit": "4.1.3",
"open": "9.1.0",
Expand All @@ -83,7 +83,7 @@
"tar": "7.5.11",
"trieve-ts-sdk": "0.0.80",
"undici": "6.24.0",
"zod": "^3.25.0"
"zod": "catalog:"
},
"devDependencies": {
"@types/bun": "1.2.3",
Expand All @@ -94,18 +94,18 @@
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.3",
"@types/js-yaml": "4.0.5",
"@types/lodash-es": "4.17.12",
"@types/node": "20.12.12",
"@types/lodash-es": "catalog:",
"@types/node": "catalog:",
"@types/prompts": "2.4.9",
"@types/semver": "7.7.0",
"@vitest/coverage-v8": "3.2.4",
"del-cli": "5.0.0",
"eslint": "8.57.1",
"eslint-config-unjs": "0.2.1",
"eslint-plugin-require-extensions": "0.1.3",
"tsx": "4.19.4",
"typescript": "5.5.2",
"vitest": "3.2.4"
"@vitest/coverage-v8": "catalog:",
"del-cli": "catalog:",
"eslint": "catalog:",
"eslint-config-unjs": "catalog:",
"eslint-plugin-require-extensions": "catalog:",
"tsx": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"gitHead": "c37aed755e1b19ed91d30f9b5f7041e15c56901a"
}
1 change: 1 addition & 0 deletions composition-go/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
index.global.js
4 changes: 2 additions & 2 deletions composition-go/index.global.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions composition-go/shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"dependencies": {
"@wundergraph/composition": "workspace:*",
"@wundergraph/cosmo-shared": "workspace:*",
"graphql": "^16.9.0"
"graphql": "catalog:"
},
"devDependencies": {
"@types/node": "^20.8.10",
"@types/node": "catalog:",
"esbuild": "^0.25.0",
"esbuild-plugin-polyfill-node": "^0.3.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
"typescript": "catalog:"
}
}
16 changes: 8 additions & 8 deletions composition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"dependencies": {
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^11.0.0",
"@graphql-tools/utils": "catalog:",
"core-js": "^3.41.0",
"graphql": "^16.9.0",
"lodash": "4.18.1",
"graphql": "catalog:",
"lodash": "catalog:",
"pathe": "^1.1.1"
},
"devDependencies": {
"@types/lodash": "4.17.24",
"@vitest/coverage-v8": "3.2.4",
"del-cli": "^5.0.0",
"typescript": "5.5.2",
"vitest": "^3.2.4"
"@types/lodash": "catalog:",
"@vitest/coverage-v8": "catalog:",
"del-cli": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}
8 changes: 4 additions & 4 deletions connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
}
},
"dependencies": {
"@bufbuild/protobuf": "1.9.0",
"@connectrpc/connect-query": "^1.4.1"
"@bufbuild/protobuf": "catalog:",
"@connectrpc/connect-query": "catalog:"
},
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^5.2.2"
"del-cli": "catalog:",
"typescript": "catalog:"
},
"keywords": [
"wundergraph",
Expand Down
2 changes: 1 addition & 1 deletion controlplane/emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@react-email/components": "0.0.36",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"react": "18.3.1",
"react": "catalog:",
"react-email": "4.0.3"
}
}
42 changes: 21 additions & 21 deletions controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"dependencies": {
"@aws-sdk/client-s3": "^3.996.0",
"@bufbuild/buf": "^1.32.2",
"@connectrpc/connect": "1.5.0",
"@connectrpc/connect": "catalog:",
"@connectrpc/connect-fastify": "1.5.0",
"@connectrpc/connect-node": "1.5.0",
"@connectrpc/connect-node": "catalog:",
"@fastify/cors": "^9.0.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-inspector/core": "^6.2.1",
"@graphql-tools/utils": "^11.0.0",
"@graphql-tools/utils": "catalog:",
"@keycloak/keycloak-admin-client": "26.5.4",
"@octokit/webhooks-types": "^7.6.1",
"@sentry/node": "^10.19.0",
Expand All @@ -63,34 +63,34 @@
"@wundergraph/cosmo-connect": "workspace:*",
"@wundergraph/cosmo-shared": "workspace:*",
"@wundergraph/protographic": "workspace:*",
"axios": "1.13.5",
"axios": "catalog:",
"axios-retry": "^4.5.0",
"bullmq": "^5.10.0",
"cookie": "^0.7.2",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"date-fns": "catalog:",
"dotenv": "catalog:",
"drizzle-orm": "^0.35.3",
"ejs": "^3.1.10",
"eslint": "^8.57.1",
"eslint": "catalog:",
"execa": "^9.5.2",
"fastify": "^4.28.1",
"fastify-graceful-shutdown": "^4.0.1",
"fastify-plugin": "^4.5.1",
"fastify-raw-body": "^4.3.0",
"graphql": "^16.9.0",
"graphql": "catalog:",
"http-proxy-agent": "8.0.0",
"https-proxy-agent": "8.0.0",
"ioredis": "^5.4.1",
"isomorphic-dompurify": "^2.33.0",
"jose": "^5.2.4",
"lodash-es": "4.18.1",
"lodash-es": "catalog:",
"nodemailer": "^7.0.11",
"nuid": "^1.1.6",
"octokit": "^4.1.3",
"openai": "^4.104.0",
"p-limit": "^6.1.0",
"p-retry": "^6.2.0",
"pino": "^8.19.0",
"pino": "catalog:",
"postgres": "^3.4.5",
"prom-client": "^15.1.3",
"rxjs": "^7.8.1",
Expand All @@ -100,32 +100,32 @@
"tinypool": "^2.1.0",
"uid": "^2.0.2",
"uuid": "^10.0.0",
"zod": "^3.25.0",
"zod": "catalog:",
"zod-to-json-schema": "^3.22.4"
},
"devDependencies": {
"@bufbuild/protobuf": "^1.9.0",
"@bufbuild/protobuf": "catalog:",
"@bufbuild/protoc-gen-es": "^1.9.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@spotlightjs/spotlight": "^4.10.0",
"@types/cookie": "^0.6.0",
"@types/ejs": "^3.1.5",
"@types/eslint": "^9.6.1",
"@types/lodash-es": "4.17.12",
"@types/node": "^18.19.21",
"@types/lodash-es": "catalog:",
"@types/node": "catalog:",
"@types/nodemailer": "^7.0.3",
"@types/stream-json": "^1.7.7",
"@types/uuid": "^9.0.8",
"@vitest/coverage-v8": "3.2.4",
"del-cli": "^5.1.0",
"@vitest/coverage-v8": "catalog:",
"del-cli": "catalog:",
"drizzle-kit": "^0.26.2",
"eslint-config-unjs": "^0.2.1",
"eslint-config-unjs": "catalog:",
"eslint-plugin-local-rules": "^3.0.2",
"eslint-plugin-require-extensions": "^0.1.3",
"eslint-plugin-require-extensions": "catalog:",
"msw": "^2.2.11",
"pino-pretty": "^10.3.1",
"tsx": "^4.16.0",
"typescript": "5.5.2",
"vitest": "^3.2.4"
"tsx": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
}
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@
"@bufbuild/protoc-gen-es": "^1.10.0",
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@connectrpc/connect-query": "^1.4.1",
"@connectrpc/connect-query": "catalog:",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@connectrpc/protoc-gen-connect-query": "^1.4.1",
"@lerna-lite/cli": "4.11.4",
"@lerna-lite/publish": "4.11.4",
"@lerna-lite/version": "4.11.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.10",
"prettier": "^3.6.2",
"prettier": "catalog:",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vitest": "^3.2.4"
"typescript": "catalog:",
"vitest": "catalog:"
},
"pnpm": {
"overrides": {
Expand Down Expand Up @@ -103,8 +103,7 @@
"minimatch@10.x": "10.2.4",
"express-rate-limit": "8.2.2",
"serialize-javascript": "7.0.3",
"markdown-it": "14.1.1",
"lodash": "4.18.1"
"markdown-it": "14.1.1"
},
"patchedDependencies": {
"graphql@16.9.0": "patches/graphql@16.9.0.patch"
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"axios": "1.13.5",
"axios": "catalog:",
"change-case": "^5.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"dagre": "^0.8.5",
"graphql": "^16.9.0",
"graphql": "catalog:",
"graphql-ws": "^5.16.0",
"lodash": "4.18.1",
"lodash": "catalog:",
"monaco-editor": "^0.45.0",
"prettier": "^3.1.0",
"prettier": "catalog:",
"prism-react-renderer": "^2.3.0",
"prismjs": "^1.30.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "catalog:",
"react-dom": "catalog:",
"react-icons": "^4.12.0",
"react-move-hook": "^0.1.2",
"react-resizable-panels": "^1.0.5",
Expand All @@ -75,8 +75,8 @@
"@tailwindcss/typography": "^0.5.10",
"@types/crypto-js": "^4.2.2",
"@types/dagre": "^0.7.52",
"@types/lodash": "4.17.24",
"@types/node": "^20.10.0",
"@types/lodash": "catalog:",
"@types/node": "catalog:",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
Expand All @@ -87,7 +87,7 @@
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.5.2",
"typescript": "catalog:",
"vite": "^5.4.21",
"vite-plugin-dts": "4.5.4",
"vite-plugin-html": "^3.2.2",
Expand Down
Loading
Loading