@trackunit/react-core-contexts-test 0.0.25-alpha-978fbf7c0.0 → 0.0.27
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/index2.js +1 -1
- package/package.json +4 -4
package/index2.js
CHANGED
|
@@ -2352,7 +2352,6 @@ const mockEnvironmentContext = {
|
|
|
2352
2352
|
googleMapsApiKey: "",
|
|
2353
2353
|
amplitudeApiKey: "",
|
|
2354
2354
|
launchDarklyApiKey: "",
|
|
2355
|
-
twilioUrl: "",
|
|
2356
2355
|
graphqlLegacyUrl: "",
|
|
2357
2356
|
graphqlManagerUrl: "",
|
|
2358
2357
|
graphqlManagerImageUploadUrl: "",
|
|
@@ -2531,6 +2530,7 @@ class MockContextProviderBuilder {
|
|
|
2531
2530
|
}) => this.getMockedCompositionRoot(children)
|
|
2532
2531
|
});
|
|
2533
2532
|
yield flushPromises();
|
|
2533
|
+
yield flushPromises();
|
|
2534
2534
|
}));
|
|
2535
2535
|
return mountedcomponent;
|
|
2536
2536
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-core-contexts-test",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.27",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@apollo/client": "3.6.9",
|
|
12
12
|
"react": "17.0.1",
|
|
13
|
-
"@trackunit/react-core-contexts-api": "0.0.52
|
|
14
|
-
"@trackunit/react-core-hooks": "0.0.
|
|
15
|
-
"@trackunit/tailwind-styled-components": "0.0.
|
|
13
|
+
"@trackunit/react-core-contexts-api": "0.0.52",
|
|
14
|
+
"@trackunit/react-core-hooks": "0.0.56",
|
|
15
|
+
"@trackunit/tailwind-styled-components": "0.0.40",
|
|
16
16
|
"react-router-dom": "^6.2.2",
|
|
17
17
|
"graphql": "^15.8.0"
|
|
18
18
|
},
|