Skip to content

Commit

Permalink
fix: package and lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rintoj committed Jun 3, 2024
1 parent 2364b5b commit 1d03979
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,23 @@
"dependencies": {
"clifer": "^1.2.1",
"fs-extra": "^11.2.0",
"name-util": "^1.3.0",
"tsds-tools": "^1.2.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.0",
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.5.0",
"ts-jest": "^29.0.0"
"prettier": "^3.3.0",
"rimraf": "^5.0.7",
"semantic-release": "^24.0.0",
"ts-jest": "^29.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
}
}
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/gql/gql-util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function createFieldDecorator(node: ts.PropertyDeclaration, context: Cont
)
}

if (!!node?.questionToken) {
if (!node?.exclamationToken) {
argumentsArray.push(
factory.createObjectLiteralExpression(
[
Expand Down

0 comments on commit 1d03979

Please sign in to comment.