@firecms/data_import_export 3.0.0-canary.37 → 3.0.0-canary.39

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -26,7 +26,7 @@ No need to add any subscription key or anything like that.
26
26
  import React from "react";
27
27
  import { FirebaseCMSApp } from "@firecms/core";
28
28
  import "typeface-rubik";
29
- import "@fontsource/ibm-plex-mono";
29
+ import "@fontsource/jetbrains-mono";
30
30
 
31
31
  import { useDataImportPlugin } from "@firecms/data_import_export";
32
32
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@firecms/data_import_export",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.37",
4
+ "version": "3.0.0-canary.39",
5
5
  "access": "public",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.es.js",
8
8
  "types": "./dist/index.d.ts",
9
9
  "source": "src/index.ts",
10
10
  "dependencies": {
11
- "@firecms/core": "^3.0.0-canary.37",
12
- "@firecms/schema_inference": "^3.0.0-canary.37",
11
+ "@firecms/core": "^3.0.0-canary.39",
12
+ "@firecms/schema_inference": "^3.0.0-canary.39",
13
13
  "xlsx": "^0.18.5"
14
14
  },
15
15
  "peerDependencies": {
@@ -99,5 +99,5 @@
99
99
  "publishConfig": {
100
100
  "access": "public"
101
101
  },
102
- "gitHead": "241b56d35ecc9c8155a2ea0d387974a41a231bb7"
102
+ "gitHead": "8ed816e32d8f66d2bf0dffcbfceb569b48a3cc0d"
103
103
  }