@getpara/graz-integration 2.0.0-alpha.69 → 2.0.0-alpha.71
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.
|
@@ -77,7 +77,7 @@ function getRenderer() {
|
|
|
77
77
|
try {
|
|
78
78
|
const { createRoot } = yield import("react-dom/client");
|
|
79
79
|
return { createRoot: (el) => createRoot(el) };
|
|
80
|
-
} catch (
|
|
80
|
+
} catch (e) {
|
|
81
81
|
const ReactDOM = yield import("react-dom");
|
|
82
82
|
return {
|
|
83
83
|
legacyRender: ReactDOM.render,
|
|
@@ -13,7 +13,7 @@ function getRenderer() {
|
|
|
13
13
|
try {
|
|
14
14
|
const { createRoot } = yield import("react-dom/client");
|
|
15
15
|
return { createRoot: (el) => createRoot(el) };
|
|
16
|
-
} catch (
|
|
16
|
+
} catch (e) {
|
|
17
17
|
const ReactDOM = yield import("react-dom");
|
|
18
18
|
return {
|
|
19
19
|
legacyRender: ReactDOM.render,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/graz-integration",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.71",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"main": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"build:types": "rm -rf dist/types && tsc --module esnext --declarationDir dist/types --emitDeclarationOnly --declaration"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@getpara/graz-connector": "2.0.0-alpha.
|
|
22
|
+
"@getpara/graz-connector": "2.0.0-alpha.71"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@getpara/react-sdk-lite": "2.0.0-alpha.
|
|
25
|
+
"@getpara/react-sdk-lite": "2.0.0-alpha.71",
|
|
26
26
|
"@tanstack/react-query": "^5.74.0",
|
|
27
27
|
"graz": "^0.4.1",
|
|
28
28
|
"react": "^18.2.0",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"react": ">=18.0.0",
|
|
37
37
|
"react-dom": ">=18.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "30e5bad6a141f1b56959432f11aaf1536b84dece"
|
|
40
40
|
}
|