updated optic to a peer dependency

Signed-off-by: Aramis Sennyey <aramiss@spotify.com>
This commit is contained in:
Aramis Sennyey
2023-10-23 13:43:54 -04:00
parent b7e7d012d4
commit 2191bb3d1e
5 changed files with 76 additions and 59 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
---
'@backstage/repo-tools': patch
'@backstage/repo-tools': minor
---
Adds a new command `schema openapi test` that performs runtime validation of your OpenAPI specs using your test data. Under the hood, we're using Optic to perform this check, really cool work by them!
To use this new command, you will have to run `yarn add @useoptic/optic` in the root of your repo.