Skip to content

Commit

Permalink
feat(core,apollo,yoga): upgrade deepkit
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-sa committed Jan 18, 2024
1 parent 03ddbbc commit 83dc08c
Show file tree
Hide file tree
Showing 6 changed files with 1,392 additions and 1,446 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/config-nx-scopes": "^17.6.4",
"@deepkit-modules/nx-webpack-plugin": "^0.2.12",
"@deepkit/postgres": "1.0.1-alpha.98",
"@deepkit/postgres": "1.0.1-alpha.113",
"@deepkit/type-compiler": "1.0.1-alpha.112",
"@nx/devkit": "^16.8.0",
"@nx/esbuild": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
Expand Down Expand Up @@ -51,26 +52,25 @@
},
"dependencies": {
"@apollo/server": "4.9.3",
"@deepkit/app": "1.0.1-alpha.108",
"@deepkit/broker": "1.0.1-alpha.108",
"@deepkit/bson": "1.0.1-alpha.108",
"@deepkit/core": "1.0.1-alpha.108",
"@deepkit/core-rxjs": "1.0.1-alpha.108",
"@deepkit/event": "1.0.1-alpha.108",
"@deepkit/filesystem": "1.0.1-alpha.108",
"@deepkit/framework": "1.0.1-alpha.108",
"@deepkit/http": "1.0.1-alpha.108",
"@deepkit/injector": "1.0.1-alpha.108",
"@deepkit/logger": "1.0.1-alpha.108",
"@deepkit/orm": "~1.0.1-alpha.108",
"@deepkit/rpc": "~1.0.1-alpha.108",
"@deepkit/rpc-tcp": "1.0.1-alpha.108",
"@deepkit/sql": "1.0.1-alpha.108",
"@deepkit/stopwatch": "1.0.1-alpha.108",
"@deepkit/template": "1.0.1-alpha.108",
"@deepkit/type": "1.0.1-alpha.108",
"@deepkit/type-compiler": "1.0.1-alpha.108",
"@deepkit/workflow": "1.0.1-alpha.108",
"@deepkit/app": "1.0.1-alpha.113",
"@deepkit/broker": "1.0.1-alpha.113",
"@deepkit/bson": "1.0.1-alpha.113",
"@deepkit/core": "1.0.1-alpha.113",
"@deepkit/core-rxjs": "1.0.1-alpha.113",
"@deepkit/event": "1.0.1-alpha.113",
"@deepkit/filesystem": "1.0.1-alpha.113",
"@deepkit/framework": "1.0.1-alpha.113",
"@deepkit/http": "1.0.1-alpha.113",
"@deepkit/injector": "1.0.1-alpha.113",
"@deepkit/logger": "1.0.1-alpha.113",
"@deepkit/orm": "~1.0.1-alpha.113",
"@deepkit/rpc": "~1.0.1-alpha.113",
"@deepkit/rpc-tcp": "1.0.1-alpha.113",
"@deepkit/sql": "1.0.1-alpha.113",
"@deepkit/stopwatch": "1.0.1-alpha.113",
"@deepkit/template": "1.0.1-alpha.113",
"@deepkit/type": "1.0.1-alpha.113",
"@deepkit/workflow": "1.0.1-alpha.113",
"@graphql-tools/utils": "^10.0.8",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"peerDependencies": {
"@deepkit-graphql/core": "*",
"@deepkit/app": "^1.0.1-alpha.108",
"@deepkit/http": "^1.0.1-alpha.108",
"@deepkit/framework": "^1.0.1-alpha.108",
"@deepkit/app": "^1.0.1-alpha.113",
"@deepkit/http": "^1.0.1-alpha.113",
"@deepkit/framework": "^1.0.1-alpha.113",
"graphql": "^16.8.0"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"peerDependencies": {
"graphql": "^16.8.0",
"@graphql-tools/utils": "^10.0.8",
"@deepkit/core": "^1.0.1-alpha.108",
"@deepkit/http": "^1.0.1-alpha.108",
"@deepkit/type": "^1.0.1-alpha.108",
"@deepkit/broker": "^1.0.1-alpha.108",
"@deepkit/core": "^1.0.1-alpha.113",
"@deepkit/http": "^1.0.1-alpha.113",
"@deepkit/type": "^1.0.1-alpha.113",
"@deepkit/broker": "^1.0.1-alpha.113",
"rxjs": "^7.8.1",
"@deepkit/injector": "^1.0.1-alpha.108"
"@deepkit/injector": "^1.0.1-alpha.113"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 0 additions & 2 deletions packages/core/src/lib/types-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,6 @@ export class TypesBuilder {
);

const deserializeArgs = deserializeFunction(
{ loosely: false },
serializer,
undefined,
argsType,
Expand All @@ -657,7 +656,6 @@ export class TypesBuilder {
);

const serializeResult = serializeFunction(
undefined,
serializer,
undefined,
returnType,
Expand Down
6 changes: 3 additions & 3 deletions packages/yoga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"peerDependencies": {
"@deepkit-graphql/core": "*",
"@deepkit/app": "^1.0.1-alpha.108",
"@deepkit/http": "^1.0.1-alpha.108",
"@deepkit/framework": "^1.0.1-alpha.108",
"@deepkit/app": "^1.0.1-alpha.113",
"@deepkit/http": "^1.0.1-alpha.113",
"@deepkit/framework": "^1.0.1-alpha.113",
"graphql": "^16.8.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 83dc08c

Please sign in to comment.