@cubejs-client/react 0.32.17 → 0.32.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.
- package/index.d.ts +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @title @cubejs-client/react
|
|
3
3
|
* @permalink /@cubejs-client-react
|
|
4
|
-
* @menuCategory
|
|
5
|
-
* @subcategory
|
|
4
|
+
* @menuCategory Reference
|
|
5
|
+
* @subcategory Frontend
|
|
6
6
|
* @menuOrder 3
|
|
7
7
|
* @description `@cubejs-client/react` provides React Components for easy Cube.js integration in a React app.
|
|
8
8
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cubejs-client/react",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.22",
|
|
4
4
|
"author": "Cube Dev, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {},
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime": "^7.1.2",
|
|
27
|
-
"@cubejs-client/core": "^0.32.
|
|
27
|
+
"@cubejs-client/core": "^0.32.22",
|
|
28
28
|
"core-js": "^3.6.5",
|
|
29
29
|
"ramda": "^0.27.2"
|
|
30
30
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.10.2"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "5c20a75d129919500a5cff0fcdfc5edf0ec310eb"
|
|
46
46
|
}
|