@refinedev/devtools-internal 1.0.0 → 1.1.0
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
|
@@ -15,7 +15,7 @@ It eliminates repetitive tasks in CRUD operations and provides industry-standard
|
|
|
15
15
|
<sub>Created by <a href="https://refine.dev">refine</a></sub>
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
|
-
##
|
|
18
|
+
## About
|
|
19
19
|
|
|
20
20
|
The [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
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.1.0",
|
|
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": "^1.
|
|
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
|
},
|