Skip to content

Commit 1da4ee9

Browse files
authored
Merge pull request #3 from marmelab/fix-strapi-url
fix: typo on Strapi url and missing dependency
2 parents 6449c82 + 5498b02 commit 1da4ee9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/ra-strapi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ra-strapi
22

3-
This package provides a Data Provider and an Auth Provider to integrate [Strapi](https:/strapi.io/) with [react-admin](https://marmelab.com/react-admin).
3+
This package provides a Data Provider and an Auth Provider to integrate [Strapi](https://strapi.io/) with [react-admin](https://marmelab.com/react-admin).
44

55
This package supports:
66

packages/ra-strapi/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra-strapi",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"repository": "git@github.com:marmelab/ra-strapi.git",
55
"author": "Guillaume BILLEY",
66
"license": "MIT",
@@ -17,7 +17,8 @@
1717
"types": "esm/index.d.ts",
1818
"sideEffects": false,
1919
"dependencies": {
20-
"lodash": "^4.17.21"
20+
"lodash": "^4.17.21",
21+
"qs": "^6.14.0"
2122
},
2223
"peerDependencies": {
2324
"react-admin": "^5.0.0"

0 commit comments

Comments
 (0)