chem-generic-ui 2.0.0 → 2.1.0-rc10

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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "chem-generic-ui",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-rc10",
4
4
  "main": "./dist/bundle.js",
5
5
  "license": "AGPL-3.0",
6
6
  "private": false,
7
7
  "engines": {
8
- "node": ">=18.0.0 <23.0.0"
8
+ "node": ">=20.0.0 <25.0.0"
9
9
  },
10
10
  "keywords": [
11
11
  "react",
@@ -27,10 +27,13 @@
27
27
  "@fortawesome/react-fontawesome": "^0.2.1",
28
28
  "ag-grid-community": "^32.3.3",
29
29
  "ag-grid-react": "^32.3.3",
30
+ "ajv": "^8.17.1",
30
31
  "copy-to-clipboard": "^3.3.3",
31
- "generic-ui-core": "1.5.2",
32
+ "diff": "^8.0.2",
33
+ "generic-ui-core": "^1.7.0",
32
34
  "html-to-image": "^1.11.11",
33
35
  "humps": "^2.0.1",
36
+ "jsondiffpatch": "^0.7.3",
34
37
  "lodash": "^4.17.21",
35
38
  "moment": "^2.29.4",
36
39
  "moment-precise-range-plugin": "^1.3.0",
@@ -52,53 +55,53 @@
52
55
  "react-dom": ">=17.0.0 <19.0.0"
53
56
  },
54
57
  "devDependencies": {
55
- "@babel/cli": "^7.17.6",
56
- "@babel/core": "^7.22.10",
57
- "@babel/eslint-parser": "^7.15.0",
58
+ "@babel/cli": "^7.27.0",
59
+ "@babel/core": "^7.26.10",
60
+ "@babel/eslint-parser": "^7.27.0",
58
61
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
59
62
  "@babel/plugin-transform-class-properties": "^7.24.7",
60
63
  "@babel/plugin-transform-modules-commonjs": "^7.22.5",
61
64
  "@babel/plugin-transform-react-jsx": "^7.22.3",
62
- "@babel/plugin-transform-runtime": "^7.17.0",
63
- "@babel/preset-env": "^7.22.10",
65
+ "@babel/plugin-transform-runtime": "^7.26.10",
66
+ "@babel/preset-env": "^7.26.9",
64
67
  "@babel/preset-react": "^7.22.5",
65
68
  "@testing-library/dom": "^9.3.1",
66
69
  "@testing-library/jest-dom": "^6.0.0",
67
70
  "@testing-library/react": "12.1.5",
68
71
  "@testing-library/user-event": "^14.4.3",
69
72
  "babel-jest": "^29.6.2",
70
- "babel-loader": "^8.2.4",
71
- "css-loader": "^6.7.1",
72
- "eslint": "7.32.0",
73
- "eslint-config-airbnb": "^18.2.1",
74
- "eslint-config-prettier": "^8.8.0",
73
+ "babel-loader": "^10.0.0",
74
+ "css-loader": "^7.1.2",
75
+ "eslint": "9.23.0",
76
+ "eslint-config-airbnb": "^19.0.4",
77
+ "eslint-config-prettier": "^10.1.1",
75
78
  "eslint-plugin-import": "^2.27.5",
76
- "eslint-plugin-jest": "^27.2.3",
79
+ "eslint-plugin-jest": "^28.11.0",
77
80
  "eslint-plugin-jest-dom": "^5.0.2",
78
81
  "eslint-plugin-jsx-a11y": "^6.5.1",
79
- "eslint-plugin-prettier": "^4.2.1",
80
- "eslint-plugin-react": "^7.4.0",
81
- "eslint-plugin-react-hooks": "^4.3.0",
82
+ "eslint-plugin-prettier": "^5.2.5",
83
+ "eslint-plugin-react": "^7.37.4",
84
+ "eslint-plugin-react-hooks": "^5.2.0",
82
85
  "identity-obj-proxy": "^3.0.0",
83
86
  "jest": "^29.6.2",
84
87
  "jest-environment-jsdom": "^29.6.2",
85
88
  "jest-extended": "^4.0.1",
86
- "postcss": "^8.4.31",
87
- "postcss-cli": "^9.1.0",
88
- "postcss-loader": "^6.2.1",
89
- "postcss-nested": "^5.0.6",
90
- "postcss-preset-env": "^7.4.3",
91
- "prettier": "^2.8.8",
89
+ "postcss": "^8.5.3",
90
+ "postcss-cli": "^11.0.1",
91
+ "postcss-loader": "^8.1.1",
92
+ "postcss-nested": "^7.0.2",
93
+ "postcss-preset-env": "^10.1.5",
94
+ "prettier": "^3.5.3",
92
95
  "react": "^17.0.2",
93
96
  "react-dom": "^17.0.2",
94
- "sass": "^1.80.4",
95
- "sass-loader": "^16.0.2",
97
+ "sass": "^1.86.0",
98
+ "sass-loader": "^16.0.5",
96
99
  "source-map-explorer": "^2.5.2",
97
- "style-loader": "^3.3.1",
98
- "terser-webpack-plugin": "^5.3.3",
99
- "webpack": "^5.94.0",
100
+ "style-loader": "^4.0.0",
101
+ "terser-webpack-plugin": "^5.3.14",
102
+ "webpack": "^5.98.0",
100
103
  "webpack-bundle-analyzer": "^4.9.0",
101
- "webpack-cli": "^4.9.2"
104
+ "webpack-cli": "^6.0.1"
102
105
  },
103
106
  "browserslist": [
104
107
  "defaults"