@firecms/core 3.0.0-canary.131 → 3.0.0-canary.133

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@firecms/core",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.131",
4
+ "version": "3.0.0-canary.133",
5
5
  "description": "Awesome Firebase/Firestore-based headless open-source CMS",
6
6
  "funding": {
7
7
  "url": "https://github.com/sponsors/firecmsco"
@@ -46,11 +46,11 @@
46
46
  "./package.json": "./package.json"
47
47
  },
48
48
  "dependencies": {
49
- "@firecms/editor": "^3.0.0-canary.131",
50
- "@firecms/formex": "^3.0.0-canary.131",
51
- "@firecms/ui": "^3.0.0-canary.131",
52
- "@hello-pangea/dnd": "^16.6.0",
53
- "@radix-ui/react-portal": "^1.1.1",
49
+ "@firecms/editor": "^3.0.0-canary.133",
50
+ "@firecms/formex": "^3.0.0-canary.133",
51
+ "@firecms/ui": "^3.0.0-canary.133",
52
+ "@hello-pangea/dnd": "^17.0.0",
53
+ "@radix-ui/react-portal": "^1.1.2",
54
54
  "clsx": "^2.1.1",
55
55
  "date-fns": "^3.6.0",
56
56
  "fuse.js": "^7.0.0",
@@ -58,7 +58,7 @@
58
58
  "markdown-it": "^14.1.0",
59
59
  "notistack": "^3.0.1",
60
60
  "object-hash": "^3.0.0",
61
- "react-dropzone": "^14.2.3",
61
+ "react-dropzone": "^14.2.9",
62
62
  "react-fast-compare": "^3.2.2",
63
63
  "react-image-file-resizer": "^0.4.8",
64
64
  "react-transition-group": "^4.4.5",
@@ -75,32 +75,32 @@
75
75
  },
76
76
  "devDependencies": {
77
77
  "@jest/globals": "^29.7.0",
78
- "@testing-library/react": "^15.0.7",
78
+ "@testing-library/react": "^16.0.1",
79
79
  "@testing-library/user-event": "^14.5.2",
80
- "@types/jest": "^29.5.12",
81
- "@types/node": "^20.14.12",
80
+ "@types/jest": "^29.5.13",
81
+ "@types/node": "^20.16.11",
82
82
  "@types/object-hash": "^3.0.6",
83
- "@types/react": "^18.3.3",
83
+ "@types/react": "^18.3.11",
84
84
  "@types/react-dom": "^18.3.0",
85
85
  "@types/react-measure": "^2.0.12",
86
- "@vitejs/plugin-react": "^4.3.1",
86
+ "@vitejs/plugin-react": "^4.3.2",
87
87
  "cross-env": "^7.0.3",
88
- "firebase": "^10.12.4",
88
+ "firebase": "^10.14.0",
89
89
  "jest": "^29.7.0",
90
90
  "npm-run-all": "^4.1.5",
91
- "react-router": "^6.25.1",
92
- "react-router-dom": "^6.25.1",
93
- "ts-jest": "^29.2.3",
91
+ "react-router": "^6.26.2",
92
+ "react-router-dom": "^6.26.2",
93
+ "ts-jest": "^29.2.5",
94
94
  "ts-node": "^10.9.2",
95
- "tsd": "^0.31.1",
96
- "typescript": "^5.5.4",
97
- "vite": "^5.3.4"
95
+ "tsd": "^0.31.2",
96
+ "typescript": "^5.6.3",
97
+ "vite": "^5.4.8"
98
98
  },
99
99
  "files": [
100
100
  "dist",
101
101
  "src"
102
102
  ],
103
- "gitHead": "4ed84e51a0d5d3409f8ea7371c41af4377128110",
103
+ "gitHead": "b8b711f9dd66ea8c5326bfe003df80b6f111e5f9",
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
@@ -7,7 +7,6 @@ import { DefaultDrawer } from "../core";
7
7
  * If you want to customise the drawer, you can create your own component and pass it as a child.
8
8
  * For custom drawers, you can use the {@link useApp} to open and close the drawer.
9
9
  *
10
-
11
10
  */
12
11
  export function Drawer({
13
12
  children,