@jsonui/react 0.8.3 → 0.8.4

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -18,9 +18,9 @@ If you would like to build a remote controlled app or a form generator app, I ho
18
18
  I assume you have already added react and react-dom.
19
19
 
20
20
  ```bash
21
- npm install @jsonui/react batchflow jsonata lodash react-redux redux
21
+ npm install @jsonui/react batchflow jsonata@1.8.7 lodash react-redux redux
22
22
 
23
- yarn add @jsonui/react batchflow jsonata lodash react-redux redux
23
+ yarn add @jsonui/react batchflow jsonata@1.8.7 lodash react-redux redux
24
24
  ```
25
25
 
26
26
  ## Basic Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jsonui/react",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "type": "module",
5
5
  "author": "Istvan Fodor <fodori@jsonui.org>",
6
6
  "contributors": [],
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "@emotion/react": "^11.14.0",
48
- "@jsonui/core": "^0.8.3",
48
+ "@jsonui/core": "^0.8.4",
49
49
  "batchflow": "^0.4.0",
50
- "jsonata": "^2.1.0"
50
+ "jsonata": "1.8.7"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@babel/core": "^7.17.5",
@@ -115,5 +115,5 @@
115
115
  "last 1 safari version"
116
116
  ]
117
117
  },
118
- "gitHead": "bef386489c5dffe83fc740b9f8e8370e09929641"
118
+ "gitHead": "787abc3a107317e95b85d1420c7464c7a7dc05b3"
119
119
  }