Skip to content

Commit 98d2323

Browse files
fix(deps): update dependency json-schema-to-ts to v3 (#967)
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>
1 parent 9114fd5 commit 98d2323

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/fets-967-dependencies.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"fets": patch
3+
---
4+
dependencies updates:
5+
- 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`)

packages/fets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@whatwg-node/fetch": "^0.9.4",
4040
"@whatwg-node/server": "^0.9.15",
4141
"hotscript": "^1.0.11",
42-
"json-schema-to-ts": "^2.9.1",
42+
"json-schema-to-ts": "^3.0.0",
4343
"qs": "^6.11.2",
4444
"ts-toolbelt": "^9.6.0",
4545
"tslib": "^2.3.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8532,10 +8532,10 @@ json-parse-even-better-errors@^2.3.0:
85328532
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
85338533
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
85348534

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

0 commit comments

Comments
 (0)