@truedat/core 4.56.5 → 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 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/core",
3
- "version": "4.56.5",
3
+ "version": "4.56.7",
4
4
  "description": "Truedat Web Core",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -23,19 +23,19 @@
23
23
  "eslint:fix": "eslint --fix src/**"
24
24
  },
25
25
  "devDependencies": {
26
- "@babel/cli": "^7.17.10",
27
- "@babel/core": "^7.18.0",
28
- "@babel/plugin-proposal-class-properties": "^7.17.12",
29
- "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
30
- "@babel/plugin-proposal-optional-chaining": "^7.17.12",
26
+ "@babel/cli": "^7.19.3",
27
+ "@babel/core": "^7.20.5",
28
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
29
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
30
+ "@babel/plugin-proposal-optional-chaining": "^7.18.9",
31
31
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
32
- "@babel/plugin-transform-modules-commonjs": "^7.18.0",
33
- "@babel/preset-env": "^7.18.0",
34
- "@babel/preset-react": "^7.17.12",
35
- "@testing-library/jest-dom": "^5.16.4",
32
+ "@babel/plugin-transform-modules-commonjs": "^7.19.6",
33
+ "@babel/preset-env": "^7.20.2",
34
+ "@babel/preset-react": "^7.18.6",
35
+ "@testing-library/jest-dom": "^5.16.5",
36
36
  "@testing-library/react": "^12.0.0",
37
37
  "@testing-library/user-event": "^13.2.1",
38
- "@truedat/test": "4.56.5",
38
+ "@truedat/test": "4.56.7",
39
39
  "babel-jest": "^28.1.0",
40
40
  "babel-plugin-dynamic-import-node": "^2.3.3",
41
41
  "babel-plugin-lodash": "^3.3.4",
@@ -51,7 +51,7 @@
51
51
  "react-dom": "^16.14.0",
52
52
  "redux-saga-test-plan": "^4.0.4",
53
53
  "rimraf": "^3.0.2",
54
- "semantic-ui-react": "^2.0.3"
54
+ "semantic-ui-react": "^2.1.4"
55
55
  },
56
56
  "jest": {
57
57
  "maxWorkers": "50%",
@@ -88,11 +88,12 @@
88
88
  }
89
89
  },
90
90
  "dependencies": {
91
- "@apollo/client": "^3.7.0",
91
+ "@apollo/client": "^3.7.1",
92
92
  "axios": "^0.27.2",
93
- "immutable": "^4.0.0-rc.12",
93
+ "immutable": "^4.1.0",
94
94
  "is-hotkey": "^0.1.6",
95
95
  "is-url": "^1.2.4",
96
+ "moment": "^2.29.4",
96
97
  "prop-types": "^15.8.1",
97
98
  "react-csv": "^2.2.2",
98
99
  "react-dropzone": "^4.2.13",
@@ -101,8 +102,9 @@
101
102
  "react-redux": "^7.2.4",
102
103
  "react-router-dom": "^5.2.0",
103
104
  "redux": "^4.1.1",
104
- "redux-saga": "^1.1.3",
105
+ "redux-saga": "^1.2.1",
105
106
  "redux-saga-routines": "^3.2.3",
107
+ "semantic-ui-react": "^2.1.4",
106
108
  "slate": "^0.47.3",
107
109
  "slate-react": "^0.22.3",
108
110
  "swr": "^1.3.0",
@@ -111,7 +113,7 @@
111
113
  "peerDependencies": {
112
114
  "react": ">= 16.8.6 < 17",
113
115
  "react-dom": ">= 16.8.6 < 17",
114
- "semantic-ui-react": ">= 0.88.2 < 2.1"
116
+ "semantic-ui-react": ">= 2.0.3 < 2.2"
115
117
  },
116
- "gitHead": "004b5727c2454992c5c8a3e93de617b7dbb86009"
118
+ "gitHead": "e321b6e541c2205813236081e4c9c5eab34f0007"
117
119
  }