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
+2 -1
View File
@@ -57,7 +57,8 @@
"version": "1.19.0",
"dependencies": {
"@backstage/errors": "workspace:^",
"@manypkg/get-packages": "^1.1.3"
"@manypkg/get-packages": "^1.1.3",
"@useoptic/optic": "^0.50.10"
},
"devDependencies": {
"@backstage/cli": "workspace:*",