Skip to content

Commit

Permalink
fix(deps): update patch prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 6, 2023
1 parent 387fc58 commit eaf0968
Show file tree
Hide file tree
Showing 13 changed files with 13,306 additions and 27,544 deletions.
2 changes: 1 addition & 1 deletion docs/event-catalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/docs-event-catalog",
"version": "0.0.1",
"dependencies": {
"@eventcatalog/core": "^1.0.1",
"@eventcatalog/core": "^1.0.5",
"@eventcatalog/plugin-doc-generator-asyncapi": "^0.3.5",
"@eventcatalog/types": "^0.4.2"
}
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@cloudflare/d1": "^1.4.1",
"@cloudflare/workers-types": "^4.20230904.0",
"@envelop/types": "^4.0.0",
"@nx/devkit": "16.7.0",
"@nx/devkit": "16.7.4",
"drizzle-orm": "^0.28.5",
"pnpapi": "^0.0.0",
"wrangler": "^3.9.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-graphql",
"version": "0.0.1",
"dependencies": {
"@envelop/core": "^4.0.0",
"@envelop/core": "^4.0.1",
"@envelop/disable-introspection": "^5.0.1",
"@envelop/extended-validation": "^3.0.1",
"@envelop/filter-operation-type": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/core/typescript/server/pino-logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-server-pino-logging",
"version": "0.0.1",
"dependencies": {
"pino": "^8.14.2",
"pino": "^8.15.1",
"pino-pretty": "^10.2.0"
}
}
2 changes: 1 addition & 1 deletion libs/core/typescript/shared/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@open-system/core-shared-logging",
"version": "0.0.1",
"dependencies": {
"chalk": "4.1.0"
"chalk": "4.1.2"
},
"devDependencies": {
"@types/jest": "29.5.3"
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@
"@commitlint/config-nx-scopes": "^17.6.4",
"@commitlint/cz-commitlint": "^17.7.1",
"@commitlint/prompt-cli": "^17.7.1",
"@envelop/graphql-modules": "^5.0.0",
"@envelop/live-query": "^6.0.0",
"@envelop/sentry": "^6.0.0",
"@envelop/graphql-modules": "^5.0.1",
"@envelop/live-query": "^6.0.1",
"@envelop/sentry": "^6.0.1",
"@graphql-codegen/core": "^4.0.0",
"@graphql-yoga/plugin-response-cache": "^2.1.0",
"@heroicons/react": "^2.0.18",
Expand All @@ -105,7 +105,7 @@
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/otel": "^0.3.0",
"@wundergraph/react-relay": "^0.4.0",
"@wundergraph/react-relay": "^0.4.13",
"@wundergraph/sdk": "^0.175.0",
"attr-accept": "^2.2.2",
"bcryptjs": "^2.4.3",
Expand All @@ -116,36 +116,36 @@
"dotenv": "^16.0.3",
"file-selector": "^0.6.0",
"graphql": "^16.8.0",
"graphql-modules": "^2.1.2",
"graphql-modules": "^2.2.0",
"graphql-scalars": "^1.22.2",
"graphql-sse": "^2.2.0",
"graphql-yoga": "^4.0.3",
"graphql-yoga": "^4.0.4",
"helios-opentelemetry-sdk": "^1.0.89",
"inquirer": "8",
"jotai": "^2.1.0",
"jotai": "^2.4.2",
"jotai-molecules": "^1.1.1",
"kysely": "^0.26.0",
"kysely-d1": "^0.3.0",
"lottie-web": "^5.12.0",
"next": "^13.4.4",
"next-auth": "^4.22.3",
"next-auth": "^4.23.1",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.3",
"react-hook-form": "^7.46.1",
"react-relay": "^15.0.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"redis": "^4.6.6",
"redis-om": "^0.4.0-beta.3",
"redis": "^4.6.8",
"redis-om": "^0.4.2",
"regenerator-runtime": "0.14.0",
"relay-runtime": "^15.0.0",
"release-it": "^16.1.5",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"schema-dts": "^1.1.2",
"superjson": "^1.13.1",
"tslib": "^2.5.2",
"zod": "^3.21.4",
"zod": "^3.22.2",
"zod-validation-error": "^1.3.1"
},
"devDependencies": {
Expand Down

0 comments on commit eaf0968

Please sign in to comment.