@firecms/data_import_export 3.0.0-canary.156 → 3.0.0-canary.157

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 -3
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -82,6 +82,3 @@ Some tips in order to get the best results:
82
82
  plugin will understand that the author is related to the book and will
83
83
  generate content accordingly. You can use this for making **summaries, reviews,
84
84
  translations, SEO content**, etc.
85
-
86
- ## Current limitations
87
- - Markdown fields work but do not get the enhanced content highlighted.
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@firecms/data_import_export",
3
3
  "type": "module",
4
- "version": "3.0.0-canary.156",
4
+ "version": "3.0.0-canary.157",
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.156",
12
- "@firecms/data_export": "^3.0.0-canary.156",
13
- "@firecms/data_import": "^3.0.0-canary.156"
11
+ "@firecms/core": "^3.0.0-canary.157",
12
+ "@firecms/data_export": "^3.0.0-canary.157",
13
+ "@firecms/data_import": "^3.0.0-canary.157"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "firebase": "^10.12.2",
17
17
  "react": "^18.3.1",
18
18
  "react-dom": "^18.3.1",
19
- "react-router": "^6.25.1",
20
- "react-router-dom": "^6.25.1"
19
+ "react-router": "^6.28.0",
20
+ "react-router-dom": "^6.28.0"
21
21
  },
22
22
  "exports": {
23
23
  ".": {
@@ -50,7 +50,7 @@
50
50
  "@jest/globals": "^29.7.0",
51
51
  "@testing-library/jest-dom": "^6.6.3",
52
52
  "@types/jest": "^29.5.14",
53
- "@types/react": "^18.3.12",
53
+ "@types/react": "^18.3.11",
54
54
  "@types/react-dom": "^18.3.1",
55
55
  "@vitejs/plugin-react": "^4.3.4",
56
56
  "babel-jest": "^29.7.0",
@@ -83,5 +83,5 @@
83
83
  "publishConfig": {
84
84
  "access": "public"
85
85
  },
86
- "gitHead": "78b61328121fb331b164ca96030419b9607971a1"
86
+ "gitHead": "5ffd61dd148d006a07ce6045495a1cf6616e6801"
87
87
  }