chem-generic-ui 2.1.0-rc9 → 2.1.0
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/CHANGELOG.md +65 -4
- package/README.md +2 -0
- package/dist/bundle.js +3 -3
- package/package.json +25 -19
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chem-generic-ui",
|
|
3
|
-
"version": "2.1.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"main": "./dist/bundle.js",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"private": false,
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": ">=
|
|
8
|
+
"node": ">=21.0.0 <25.0.0"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"react",
|
|
@@ -29,10 +29,12 @@
|
|
|
29
29
|
"ag-grid-react": "^32.3.3",
|
|
30
30
|
"ajv": "^8.17.1",
|
|
31
31
|
"copy-to-clipboard": "^3.3.3",
|
|
32
|
-
"
|
|
32
|
+
"diff": "^8.0.2",
|
|
33
|
+
"generic-ui-core": "^2.1.0",
|
|
33
34
|
"html-to-image": "^1.11.11",
|
|
34
35
|
"humps": "^2.0.1",
|
|
35
|
-
"
|
|
36
|
+
"jsondiffpatch": "^0.7.3",
|
|
37
|
+
"lodash": "^4.17.23",
|
|
36
38
|
"moment": "^2.29.4",
|
|
37
39
|
"moment-precise-range-plugin": "^1.3.0",
|
|
38
40
|
"numeral": "^2.0.6",
|
|
@@ -63,32 +65,36 @@
|
|
|
63
65
|
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
64
66
|
"@babel/preset-env": "^7.26.9",
|
|
65
67
|
"@babel/preset-react": "^7.22.5",
|
|
66
|
-
"@
|
|
67
|
-
"@
|
|
68
|
-
"@testing-library/
|
|
69
|
-
"@testing-library/
|
|
70
|
-
"
|
|
68
|
+
"@eslint/eslintrc": "^3.2.0",
|
|
69
|
+
"@eslint/js": "^9.17.0",
|
|
70
|
+
"@testing-library/dom": "^10.4.0",
|
|
71
|
+
"@testing-library/jest-dom": "^6.6.4",
|
|
72
|
+
"@testing-library/react": "^12.1.5",
|
|
73
|
+
"@testing-library/user-event": "^14.6.1",
|
|
74
|
+
"babel-jest": "^29.7.0",
|
|
71
75
|
"babel-loader": "^10.0.0",
|
|
72
76
|
"css-loader": "^7.1.2",
|
|
73
|
-
"eslint": "9.
|
|
77
|
+
"eslint": "^9.18.0",
|
|
74
78
|
"eslint-config-airbnb": "^19.0.4",
|
|
75
79
|
"eslint-config-prettier": "^10.1.1",
|
|
76
|
-
"eslint-
|
|
80
|
+
"eslint-import-resolver-alias": "^1.1.2",
|
|
81
|
+
"eslint-plugin-import": "^2.31.0",
|
|
77
82
|
"eslint-plugin-jest": "^28.11.0",
|
|
78
|
-
"eslint-plugin-jest-dom": "^5.0
|
|
79
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
83
|
+
"eslint-plugin-jest-dom": "^5.5.0",
|
|
84
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
80
85
|
"eslint-plugin-prettier": "^5.2.5",
|
|
81
86
|
"eslint-plugin-react": "^7.37.4",
|
|
82
87
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
88
|
+
"globals": "^15.14.0",
|
|
83
89
|
"identity-obj-proxy": "^3.0.0",
|
|
84
|
-
"jest": "^29.
|
|
85
|
-
"jest-environment-jsdom": "^29.
|
|
86
|
-
"jest-extended": "^4.0.
|
|
87
|
-
"postcss": "^8.5.
|
|
90
|
+
"jest": "^29.7.0",
|
|
91
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
92
|
+
"jest-extended": "^4.0.2",
|
|
93
|
+
"postcss": "^8.5.6",
|
|
88
94
|
"postcss-cli": "^11.0.1",
|
|
89
|
-
"postcss-loader": "^8.
|
|
95
|
+
"postcss-loader": "^8.2.0",
|
|
90
96
|
"postcss-nested": "^7.0.2",
|
|
91
|
-
"postcss-preset-env": "^10.
|
|
97
|
+
"postcss-preset-env": "^10.4.0",
|
|
92
98
|
"prettier": "^3.5.3",
|
|
93
99
|
"react": "^17.0.2",
|
|
94
100
|
"react-dom": "^17.0.2",
|