@trackunit/react-core-contexts-test 0.1.42 → 0.1.44

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 (3) hide show
  1. package/index2.cjs +0 -1
  2. package/index2.js +0 -1
  3. package/package.json +6 -6
package/index2.cjs CHANGED
@@ -117,7 +117,6 @@ const mockEnvironmentContext = {
117
117
  managerClassicUrl: "https://sso.trackunit.com",
118
118
  googleMapsApiKey: "",
119
119
  amplitudeApiKey: "",
120
- graphqlLegacyUrl: "",
121
120
  graphqlPublicUrl: "",
122
121
  graphqlManagerUrl: "",
123
122
  graphqlManagerImageUploadUrl: "",
package/index2.js CHANGED
@@ -115,7 +115,6 @@ const mockEnvironmentContext = {
115
115
  managerClassicUrl: "https://sso.trackunit.com",
116
116
  googleMapsApiKey: "",
117
117
  amplitudeApiKey: "",
118
- graphqlLegacyUrl: "",
119
118
  graphqlPublicUrl: "",
120
119
  graphqlManagerUrl: "",
121
120
  graphqlManagerImageUploadUrl: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-core-contexts-test",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "module": "./index.js",
@@ -9,12 +9,12 @@
9
9
  "types": "./src/index.d.ts",
10
10
  "dependencies": {
11
11
  "@apollo/client": "3.7.10",
12
- "react": "18.2.0",
13
- "@trackunit/react-core-contexts-api": "0.2.23",
14
- "@trackunit/react-core-hooks": "0.2.38",
12
+ "@trackunit/react-core-contexts-api": "0.2.24",
13
+ "@trackunit/react-core-hooks": "0.2.40",
15
14
  "@trackunit/tailwind-styled-components": "0.0.55",
16
- "react-router-dom": "6.4.5",
17
- "graphql": "15.8.0"
15
+ "graphql": "15.8.0",
16
+ "react": "18.2.0",
17
+ "react-router-dom": "6.4.5"
18
18
  },
19
19
  "peerDependencies": {}
20
20
  }