Skip to content

Commit

Permalink
add missing typescript project reference for utils in validator-ajv6 …
Browse files Browse the repository at this point in the history
…and validator-ajv8 (#3982)
  • Loading branch information
zxbodya committed Nov 28, 2023
1 parent a8d37b7 commit bc16e29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ it according to semantic versioning. For example, if your PR adds a breaking cha
should change the heading of the (upcoming) version to include a major version bump.
-->
# 5.14.4

## Dev
- add missing typescript project reference for `utils` in `validator-ajv6` and `validator-ajv8` packages tsconfigs

# 5.14.3

## @rjsf/core
Expand Down
3 changes: 3 additions & 0 deletions packages/validator-ajv6/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
},
{
"path": "./test"
},
{
"path": "../utils"
}
]
}
3 changes: 3 additions & 0 deletions packages/validator-ajv8/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
},
{
"path": "./test"
},
{
"path": "../utils"
}
]
}

0 comments on commit bc16e29

Please sign in to comment.