@refinedev/devtools-internal 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ It eliminates repetitive tasks in CRUD operations and provides industry-standard
|
|
|
17
17
|
|
|
18
18
|
## About
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
[refine](https://refine.dev/) is **headless by design**, offering unlimited styling and customization options. Moreover, refine ships with ready-made integrations for [Ant Design](https://ant.design/), [Material UI](https://mui.com/material-ui/getting-started/overview/), [Mantine](https://mantine.dev/), and [Chakra UI](https://chakra-ui.com/) for convenience.
|
|
21
21
|
|
|
22
22
|
refine has connectors for 15+ backend services, including REST API, [GraphQL](https://graphql.org/), and popular services like [Airtable](https://www.airtable.com/), [Strapi](https://strapi.io/), [Supabase](https://supabase.com/), [Firebase](https://firebase.google.com/), and [Directus](https://directus.io/)
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.1.
|
|
2
|
+
"version": "1.1.2",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"author": "refine",
|
|
24
24
|
"module": "dist/esm/index.js",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@refinedev/devtools-shared": "
|
|
26
|
+
"@refinedev/devtools-shared": "1.1.0",
|
|
27
27
|
"@tanstack/react-query": "^4.10.1",
|
|
28
28
|
"error-stack-parser": "^2.1.4"
|
|
29
29
|
},
|