@truedat/profile 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 +19 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/profile",
3
- "version": "4.56.6",
3
+ "version": "4.56.7",
4
4
  "description": "Truedat Web Custom",
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",
@@ -50,7 +49,7 @@
50
49
  "react-dom": "^16.14.0",
51
50
  "redux-saga-test-plan": "^4.0.4",
52
51
  "rimraf": "^3.0.2",
53
- "semantic-ui-react": "^2.0.3"
52
+ "semantic-ui-react": "^2.1.4"
54
53
  },
55
54
  "jest": {
56
55
  "maxWorkers": "50%",
@@ -87,27 +86,26 @@
87
86
  ]
88
87
  },
89
88
  "dependencies": {
90
- "@truedat/auth": "4.56.6",
91
- "@truedat/core": "4.56.6",
92
- "@truedat/df": "4.56.6",
89
+ "@truedat/auth": "4.56.7",
90
+ "@truedat/core": "4.56.7",
91
+ "@truedat/df": "4.56.7",
93
92
  "lodash": "^4.17.21",
94
93
  "path-to-regexp": "^1.7.0",
95
94
  "prop-types": "^15.8.1",
96
95
  "react-hook-form": "^7.30.0",
97
96
  "react-intl": "^5.20.10",
98
- "react-moment": "^1.1.2",
99
97
  "react-redux": "^7.2.4",
100
98
  "react-router-dom": "^5.2.0",
101
99
  "redux": "^4.1.1",
102
- "redux-saga": "^1.1.3",
100
+ "redux-saga": "^1.2.1",
103
101
  "redux-saga-routines": "^3.2.3",
104
- "reselect": "^4.0.0",
102
+ "semantic-ui-react": "^2.1.4",
105
103
  "svg-pan-zoom": "^3.6.1"
106
104
  },
107
105
  "peerDependencies": {
108
106
  "react": ">= 16.8.6 < 17",
109
107
  "react-dom": ">= 16.8.6 < 17",
110
- "semantic-ui-react": ">= 0.88.2 < 2.1"
108
+ "semantic-ui-react": ">= 2.0.3 < 2.2"
111
109
  },
112
- "gitHead": "4291488ebae029cd8910dbd45ada4ef2e66bfecc"
110
+ "gitHead": "e321b6e541c2205813236081e4c9c5eab34f0007"
113
111
  }