diff --git a/package-lock.json b/package-lock.json index 44338b6..d6c74ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "typescript": "^5.3.3" }, "peerDependencies": { - "ra-core": "^4.1.0" + "ra-core": "^4.1.0 || ^5.0.1" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 717c8bb..c3b5a26 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "typescript": "^5.3.3" }, "peerDependencies": { - "ra-core": "^4.1.0" + "ra-core": "^4.1.0 || ^5.0.1" }, "dependencies": { "lodash.isequal": "^4.5.0",