@truedat/lm 4.44.4 → 4.45.1

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 +21 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/lm",
3
- "version": "4.44.4",
3
+ "version": "4.45.1",
4
4
  "description": "Truedat Link Manager",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -16,25 +16,26 @@
16
16
  "scripts": {
17
17
  "clean": "rimraf yarn-error.log",
18
18
  "debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
19
- "test": "jest --coverage",
20
- "test:watch": "jest --watch",
19
+ "test": "TZ=UTC jest --coverage",
20
+ "test:watch": "TZ=UTC jest --watch",
21
21
  "eslint": "eslint src/**",
22
22
  "eslint:fix": "eslint --fix src/**"
23
23
  },
24
24
  "devDependencies": {
25
- "@babel/cli": "^7.14.8",
26
- "@babel/core": "^7.15.0",
27
- "@babel/plugin-proposal-class-properties": "^7.14.5",
28
- "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
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",
29
30
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
30
- "@babel/plugin-transform-modules-commonjs": "^7.15.0",
31
- "@babel/preset-env": "^7.15.0",
32
- "@babel/preset-react": "^7.14.5",
33
- "@testing-library/jest-dom": "^5.14.1",
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",
34
35
  "@testing-library/react": "^12.0.0",
35
36
  "@testing-library/user-event": "^13.2.1",
36
- "@truedat/test": "4.44.4",
37
- "babel-jest": "^27.0.6",
37
+ "@truedat/test": "4.45.1",
38
+ "babel-jest": "^28.1.0",
38
39
  "babel-plugin-dynamic-import-node": "^2.3.3",
39
40
  "babel-plugin-lodash": "^3.3.4",
40
41
  "babel-plugin-react-intl": "^5.1.18",
@@ -43,7 +44,8 @@
43
44
  "enzyme-adapter-react-16": "^1.15.6",
44
45
  "enzyme-to-json": "^3.6.2",
45
46
  "identity-obj-proxy": "^3.0.0",
46
- "jest": "^27.0.6",
47
+ "jest": "^28.1.0",
48
+ "jest-environment-jsdom": "^28.1.0",
47
49
  "react": "^16.14.0",
48
50
  "react-dom": "^16.14.0",
49
51
  "redux-saga-test-plan": "^4.0.4",
@@ -51,6 +53,8 @@
51
53
  "semantic-ui-react": "^2.0.3"
52
54
  },
53
55
  "jest": {
56
+ "maxWorkers": "50%",
57
+ "testTimeout": 10000,
54
58
  "moduleDirectories": [
55
59
  "<rootDir>/src",
56
60
  "../../node_modules"
@@ -83,9 +87,9 @@
83
87
  ]
84
88
  },
85
89
  "dependencies": {
86
- "@truedat/core": "4.44.4",
90
+ "@truedat/core": "4.45.1",
87
91
  "path-to-regexp": "^1.7.0",
88
- "prop-types": "^15.7.2",
92
+ "prop-types": "^15.8.1",
89
93
  "react-graph-vis": "1.0.5",
90
94
  "react-hook-form": "^7.30.0",
91
95
  "react-intl": "^5.20.10",
@@ -101,5 +105,5 @@
101
105
  "react-dom": ">= 16.8.6 < 17",
102
106
  "semantic-ui-react": ">= 0.88.2 < 2.1"
103
107
  },
104
- "gitHead": "36fb183e1d22181e6a15b3bac2c01b39214eacdb"
108
+ "gitHead": "c13f37ee357bf4a5e8c8c99eb6bd0c798f468c49"
105
109
  }