Skip to content

Commit eb2f0d3

Browse files
josxJPStrydom
andauthored
Added React Admin v5 as a valid peer dependency (#200)
* Added React Admin v5 as a valid peer dependency * Added Feathers Client v5 as a valid peer dependency * Force node version and keep legacy peer deps true Signed-off-by: José Luis Di Biase <[email protected]> * Add @ucokfm as a contributor * Add @olosegres as a contributor * Add @berviantoleo as a contributor * Add @JPStrydom as a contributor * Updating contributors Signed-off-by: José Luis Di Biase <[email protected]> --------- Signed-off-by: José Luis Di Biase <[email protected]> Co-authored-by: JP Strydom <[email protected]>
1 parent 0c5534b commit eb2f0d3

File tree

5 files changed

+78
-44
lines changed

5 files changed

+78
-44
lines changed

.all-contributorsrc

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"files": [
77
"README.md"
88
],
9-
"imageSize": 80,
9+
"imageSize": 40,
1010
"commit": true,
1111
"commitConvention": "none",
1212
"contributors": [
@@ -249,6 +249,42 @@
249249
"code",
250250
"doc"
251251
]
252+
},
253+
{
254+
"login": "ucokfm",
255+
"name": "Ucok Freddy",
256+
"avatar_url": "https://avatars.githubusercontent.com/u/1414833?v=4",
257+
"profile": "https://github.com/ucokfm",
258+
"contributions": [
259+
"code"
260+
]
261+
},
262+
{
263+
"login": "olosegres",
264+
"name": "Sergei Solo",
265+
"avatar_url": "https://avatars.githubusercontent.com/u/3730589?v=4",
266+
"profile": "https://github.com/olosegres/jsona",
267+
"contributions": [
268+
"code"
269+
]
270+
},
271+
{
272+
"login": "berviantoleo",
273+
"name": "Bervianto Leo Pratama",
274+
"avatar_url": "https://avatars.githubusercontent.com/u/15927349?v=4",
275+
"profile": "https://berviantoleo.my.id/",
276+
"contributions": [
277+
"code"
278+
]
279+
},
280+
{
281+
"login": "JPStrydom",
282+
"name": "JP Strydom",
283+
"avatar_url": "https://avatars.githubusercontent.com/u/25905330?v=4",
284+
"profile": "https://github.com/JPStrydom",
285+
"contributions": [
286+
"code"
287+
]
252288
}
253289
],
254290
"contributorsPerLine": 7

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
legacy-peer-deps=true
2+
engine-strict=true

0 commit comments

Comments
 (0)