Skip to content

Commit

Permalink
fix(deps): update dependency json-schema-to-ts to v3 (#967)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 20, 2023
1 parent 9114fd5 commit 98d2323
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fets-967-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fets": patch
---
dependencies updates:
- Updated dependency [`json-schema-to-ts@^3.0.0` ↗︎](https://www.npmjs.com/package/json-schema-to-ts/v/3.0.0) (from `^2.9.1`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/fets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@whatwg-node/fetch": "^0.9.4",
"@whatwg-node/server": "^0.9.15",
"hotscript": "^1.0.11",
"json-schema-to-ts": "^2.9.1",
"json-schema-to-ts": "^3.0.0",
"qs": "^6.11.2",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.3.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8532,10 +8532,10 @@ json-parse-even-better-errors@^2.3.0:
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==

json-schema-to-ts@^2.9.1:
version "2.12.0"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-2.12.0.tgz#fd8bc79cebadc7bee5be1e32b289f4f7e1c2e4ae"
integrity sha512-uTde38yBm5lzJSRPWRaasxZo72pb+JGE4iUksNdNfAkFaLhV4N9akeBxPPUpZy5onINt9Zo0oTLrAoEXyZESiQ==
json-schema-to-ts@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/json-schema-to-ts/-/json-schema-to-ts-3.0.0.tgz#f97eaa14a412bbf7c3cde523703d93907386a439"
integrity sha512-2adDesYifYEXYxNySx3gG0RR69rDWIjqAFzK/JPXdOvjHLZ/UP6d2rkpy6a+AxyhtRp2SvFPZ4+EW36jBinUbA==
dependencies:
"@babel/runtime" "^7.18.3"
"@types/json-schema" "^7.0.9"
Expand Down

0 comments on commit 98d2323

Please sign in to comment.