Skip to content

Commit

Permalink
Merge pull request #6540 from quentingarcia/yarn-fix
Browse files Browse the repository at this point in the history
Fix Yarn
  • Loading branch information
djhi committed Aug 30, 2021
2 parents 222c66f + 07ff092 commit 8010aeb
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions examples/data-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
"faker": "^4.1.0"
},
"devDependencies": {
"ra-core": "^3.17.2",
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"ra-core": "^3.17.2"
}
}
3 changes: 2 additions & 1 deletion packages/ra-data-fakerest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"fakerest": "^3.0.0"
},
"devDependencies": {
"ra-core": "^3.17.2",
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"ra-core": "^3.9.0"
"ra-core": "^3.17.2"
}
}
3 changes: 2 additions & 1 deletion packages/ra-data-simple-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"query-string": "^5.1.1"
},
"devDependencies": {
"ra-core": "^3.17.2",
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"ra-core": "^3.9.0"
"ra-core": "^3.17.2"
}
}
6 changes: 4 additions & 2 deletions packages/ra-input-rich-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"watch": "tsc --outDir esm --module es2015 --watch"
},
"peerDependencies": {
"ra-core": "^3.9.0",
"ra-ui-materialui": "^3.9.0",
"ra-core": "^3.17.2",
"ra-ui-materialui": "^3.17.2",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
Expand All @@ -52,6 +52,8 @@
"quill": "~1.3.6"
},
"devDependencies": {
"ra-core": "^3.17.2",
"ra-ui-materialui": "^3.17.2",
"@types/prop-types": "^15.6.0",
"rimraf": "^2.6.3"
}
Expand Down

0 comments on commit 8010aeb

Please sign in to comment.