@refinedev/devtools 1.1.20 → 1.1.22

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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,15 +9,6 @@
9
9
  It eliminates repetitive tasks in CRUD operations and provides industry-standard solutions for critical project components like **authentication**, **access control**, **routing**, **networking**, **state management**, and **i18n**.
10
10
  </div>
11
11
 
12
- ## About
13
-
14
- [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.
15
-
16
- 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/)
17
-
18
- [Refer to documentation for more info about refine](https://refine.dev/docs/)
19
- [Step up to refine tutorials](https://refine.dev/docs/tutorial/introduction/index/)
20
-
21
12
  ---
22
13
  ![refine devtools](https://github.com/refinedev/refine/assets/1110414/15ed6907-d0c8-4213-9024-2f6b0a09968f)
23
14
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.20",
2
+ "version": "1.1.22",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -34,8 +34,8 @@
34
34
  "react-dom": "^17.0.0 || ^18.0.0",
35
35
  "@types/react": "^17.0.0 || ^18.0.0",
36
36
  "@types/react-dom": "^17.0.0 || ^18.0.0",
37
- "@refinedev/devtools-server": "1.1.17",
38
- "@refinedev/cli": "2.16.12",
37
+ "@refinedev/devtools-server": "1.1.19",
38
+ "@refinedev/cli": "2.16.14",
39
39
  "@refinedev/core": "^4.42.0"
40
40
  },
41
41
  "devDependencies": {