Skip to content

Commit

Permalink
Merge pull request #1142 from serlo/updates
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
kulla authored Nov 27, 2023
2 parents 3c44f2b + 632368d commit 0c7c473
Show file tree
Hide file tree
Showing 32 changed files with 151 additions and 197 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.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,30 +57,30 @@
"@inyono/changelog": "^0.5.2",
"@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",
"depcheck": "^1.4.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": "^8.0.0",
"msw": "^2.0.6",
"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
14 changes: 7 additions & 7 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"dependencies": {
"@apollo/server": "^4.9.5",
"@google-cloud/storage": "^7.6.0",
"@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",
"apollo-datasource-rest": "^3.7.0",
"basic-auth": "^2.0.1",
"bee-queue": "^1.7.0",
"bee-queue": "^1.7.1",
"bull-arena": "^4.1.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand All @@ -44,7 +44,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 All @@ -61,9 +61,9 @@
"@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",
"babel-plugin-import-graphql": "^2.8.1",
Expand Down
Loading

0 comments on commit 0c7c473

Please sign in to comment.