Skip to content

Commit

Permalink
Merge pull request #1181 from serlo/updates
Browse files Browse the repository at this point in the history
chore: Update dependencies
  • Loading branch information
kulla authored Dec 4, 2023
2 parents e5fa3b1 + 7f6cd14 commit bfea11e
Show file tree
Hide file tree
Showing 58 changed files with 395 additions and 223 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 removed .yarn/cache/msw-npm-2.0.9-14acb16bf2-77bdb10a01.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.
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 @@ -73,26 +73,26 @@
"@luckycatfactory/esbuild-graphql-loader": "^3.8.1",
"@pact-foundation/pact": "^11.0.2",
"@pact-foundation/pact-node": "^10.17.7",
"@sentry/node": "^7.82.0",
"@sentry/node": "^7.84.0",
"@types/jest": "^29.5.10",
"@types/node": "^18.18.13",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@types/node": "^18.19.2",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"default-import": "^1.1.5",
"depcheck": "^1.4.7",
"esbuild": "^0.19.7",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"esbuild": "^0.19.8",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.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.9",
"msw": "^2.0.10",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.0",
"prettier-plugin-packagejson": "^2.4.6",
"prettier-plugin-packagejson": "^2.4.7",
"prettier-plugin-sh": "^0.13.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"start:swr-queue-worker": "tsdx watch --transpileOnly --format cjs --target node --entry src/swr-queue-worker.ts --tsconfig tsconfig.prod.json --onSuccess \"node dist\""
},
"dependencies": {
"bee-queue": "^1.7.0"
"bee-queue": "^1.7.1"
},
"devDependencies": {
"@apollo/server": "^4.9.5",
"@google-cloud/storage": "^7.6.0",
"@google-cloud/storage": "^7.7.0",
"@graphql-codegen/add": "^5.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-resolvers": "^4.0.1",
"@nmshd/connector-sdk": "^2.2.4",
"@ory/client": "^1.4.3",
"@sentry/node": "^7.82.0",
"@sentry/node": "^7.84.0",
"@serlo/authorization": "^0.59.2",
"@types/basic-auth": "^1.1.6",
"@types/bull-arena": "^3.0.10",
Expand All @@ -53,7 +53,7 @@
"graphql": "^16.8.1",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-type-json": "^0.3.2",
"io-ts": "^2.2.20",
"io-ts": "^2.2.21",
"io-ts-reporters": "^2.0.1",
"io-ts-types": "^0.5.19",
"ioredis": "^5.3.2",
Expand All @@ -62,7 +62,7 @@
"monocle-ts": "^2.3.13",
"msgpack5": "^6.0.2",
"newtype-ts": "^0.3.5",
"openai": "^4.20.0",
"openai": "^4.20.1",
"pg": "^8.11.3",
"ramda": "^0.29.1",
"redlock": "^5.0.0-beta2",
Expand Down
Loading

0 comments on commit bfea11e

Please sign in to comment.