Skip to content

Commit

Permalink
Merge branch 'main' into docker-test
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Nov 27, 2023
2 parents c118358 + 0c7c473 commit 29dba42
Show file tree
Hide file tree
Showing 69 changed files with 286 additions and 386 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/nx-npm-16.5.2-fc7069b5fb-717da8be39.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 3 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"version": "0.58.1"
"version": "0.58.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,32 +72,32 @@
"@luckycatfactory/esbuild-graphql-loader": "^3.8.1",
"@pact-foundation/pact": "^11.0.2",
"@pact-foundation/pact-node": "^10.17.7",
"@sentry/node": "^7.80.0",
"@types/jest": "^29.5.8",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@sentry/node": "^7.82.0",
"@types/jest": "^29.5.10",
"@types/node": "^18.18.13",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"default-import": "^1.1.5",
"depcheck": "^1.4.7",
"esbuild": "^0.19.7",
"eslint": "^8.53.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"graphql-tag": "^2.12.6",
"jest": "^29.7.0",
"jest-transform-graphql": "^2.1.0",
"lerna": "^7.4.2",
"msw": "^2.0.6",
"lerna": "^8.0.0",
"msw": "^2.0.9",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-sh": "^0.13.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-unused-exports": "^10.0.1",
"tsdx": "^0.14.1",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"packageManager": "yarn@3.6.1",
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@nmshd/connector-sdk": "^2.2.3",
"@ory/client": "^1.2.17",
"@sentry/node": "^7.80.0",
"@nmshd/connector-sdk": "^2.2.4",
"@ory/client": "^1.4.3",
"@sentry/node": "^7.82.0",
"@serlo/authorization": "^0.58.0",
"@types/basic-auth": "^1.1.6",
"@types/bull-arena": "^3.0.10",
"@types/graphql-modules": "^0.58.0",
"@types/jsonwebtoken": "^9.0.5",
"@types/pg": "^8.10.9",
"@types/ramda": "^0.29.8",
"@types/ramda": "^0.29.9",
"@types/redlock": "^4.0.7",
"@types/semver": "^7.5.5",
"@types/semver": "^7.5.6",
"@types/uuid": "^9.0.7",
"@zerollup/ts-transform-paths": "^1.7.18",
"apollo-datasource-rest": "^3.7.0",
Expand All @@ -62,7 +62,7 @@
"monocle-ts": "^2.3.13",
"msgpack5": "^6.0.2",
"newtype-ts": "^0.3.5",
"openai": "^4.17.4",
"openai": "^4.20.0",
"pg": "^8.11.3",
"ramda": "^0.29.1",
"redlock": "^5.0.0-beta2",
Expand Down
Loading

0 comments on commit 29dba42

Please sign in to comment.