@truedat/cx 4.56.6 → 4.56.7

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 (1) hide show
  1. package/package.json +20 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/cx",
3
- "version": "4.56.6",
3
+ "version": "4.56.7",
4
4
  "description": "Truedat Web Connectors",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -22,26 +22,25 @@
22
22
  "eslint:fix": "eslint --fix src/**"
23
23
  },
24
24
  "devDependencies": {
25
- "@babel/cli": "^7.17.10",
26
- "@babel/core": "^7.18.0",
27
- "@babel/plugin-proposal-class-properties": "^7.17.12",
28
- "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
29
- "@babel/plugin-proposal-optional-chaining": "^7.17.12",
25
+ "@babel/cli": "^7.19.3",
26
+ "@babel/core": "^7.20.5",
27
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
28
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
29
+ "@babel/plugin-proposal-optional-chaining": "^7.18.9",
30
30
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
31
- "@babel/plugin-transform-modules-commonjs": "^7.18.0",
32
- "@babel/preset-env": "^7.18.0",
33
- "@babel/preset-react": "^7.17.12",
34
- "@testing-library/jest-dom": "^5.16.4",
31
+ "@babel/plugin-transform-modules-commonjs": "^7.19.6",
32
+ "@babel/preset-env": "^7.20.2",
33
+ "@babel/preset-react": "^7.18.6",
34
+ "@testing-library/jest-dom": "^5.16.5",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.56.6",
37
+ "@truedat/test": "4.56.7",
38
38
  "babel-jest": "^28.1.0",
39
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
40
40
  "babel-plugin-lodash": "^3.3.4",
41
41
  "babel-plugin-react-intl": "^5.1.18",
42
42
  "babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
43
43
  "enzyme": "^3.11.0",
44
- "enzyme-adapter-react-16": "^1.15.6",
45
44
  "enzyme-to-json": "^3.6.2",
46
45
  "identity-obj-proxy": "^3.0.0",
47
46
  "jest": "^28.1.0",
@@ -51,7 +50,7 @@
51
50
  "react-dom": "^16.14.0",
52
51
  "redux-saga-test-plan": "^4.0.4",
53
52
  "rimraf": "^3.0.2",
54
- "semantic-ui-react": "^2.0.3"
53
+ "semantic-ui-react": "^2.1.4"
55
54
  },
56
55
  "jest": {
57
56
  "maxWorkers": "50%",
@@ -91,10 +90,11 @@
91
90
  ]
92
91
  },
93
92
  "dependencies": {
94
- "@apollo/client": "^3.7.0",
95
- "@truedat/core": "4.56.6",
93
+ "@apollo/client": "^3.7.1",
94
+ "@truedat/core": "4.56.7",
96
95
  "lodash": "^4.17.21",
97
96
  "match-sorter": "^6.3.1",
97
+ "moment": "^2.29.4",
98
98
  "path-to-regexp": "^1.7.0",
99
99
  "prop-types": "^15.8.1",
100
100
  "react-intl": "^5.20.10",
@@ -102,14 +102,15 @@
102
102
  "react-redux": "^7.2.4",
103
103
  "react-router-dom": "^5.2.0",
104
104
  "redux": "^4.1.1",
105
- "redux-saga": "^1.1.3",
105
+ "redux-saga": "^1.2.1",
106
106
  "redux-saga-routines": "^3.2.3",
107
- "reselect": "^4.0.0"
107
+ "reselect": "^4.1.7",
108
+ "semantic-ui-react": "^2.1.4"
108
109
  },
109
110
  "peerDependencies": {
110
111
  "react": ">= 16.8.6 < 17",
111
112
  "react-dom": ">= 16.8.6 < 17",
112
- "semantic-ui-react": ">= 0.88.2 < 2.1"
113
+ "semantic-ui-react": ">= 2.0.3 < 2.2"
113
114
  },
114
- "gitHead": "4291488ebae029cd8910dbd45ada4ef2e66bfecc"
115
+ "gitHead": "e321b6e541c2205813236081e4c9c5eab34f0007"
115
116
  }