Skip to content

Commit

Permalink
update schema transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed Aug 9, 2023
1 parent 5cd417a commit 8e988c3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "John Conley",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.2.2",
"@nrfcloud/ts-json-schema-transformer": "^1.2.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
"esbuild": "^0.17.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.2.0",
"dependencies": {
"@nornir/core": "workspace",
"@nrfcloud/ts-json-schema-transformer": "^1.2.2",
"@nrfcloud/ts-json-schema-transformer": "^1.2.3",
"@types/aws-lambda": "^8.10.115",
"ajv": "^8.12.0",
"openapi-types": "^12.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@nrfcloud/ts-json-schema-transformer": "^1.2.2",
"@nrfcloud/ts-json-schema-transformer": "^1.2.3",
"@types/aws-lambda": "^8.10.115",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.11",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit 8e988c3

Please sign in to comment.