chore: Fix peer deps warnings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2025-01-28 09:16:22 +01:00
parent 5e44aa812a
commit 264e1d635b
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-scaffolder-react': patch
---
Added missing `ajv` and `immer` peer dependencies to plugin-scaffolder-react
Added missing `ajv` and `immer` dependencies to `@backstage/plugin-scaffolder-react`
-2
View File
@@ -114,8 +114,6 @@
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0",
"ajv": "^8.0.1",
"immer": "^8.0.0",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"react-router-dom": "^6.3.0"