chem-generic-ui 2.0.0-rc9 → 2.1.0-rc1
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 +87 -1
- package/README.md +15 -19
- package/dist/bundle.js +1 -2
- package/package.json +35 -31
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chem-generic-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-rc1",
|
|
4
4
|
"main": "./dist/bundle.js",
|
|
5
5
|
"license": "AGPL-3.0",
|
|
6
6
|
"private": false,
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=20.0.0 <23.0.0"
|
|
9
|
+
},
|
|
7
10
|
"keywords": [
|
|
8
11
|
"react",
|
|
9
12
|
"user interface",
|
|
@@ -22,9 +25,10 @@
|
|
|
22
25
|
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
|
23
26
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
24
27
|
"@fortawesome/react-fontawesome": "^0.2.1",
|
|
25
|
-
"ag-grid-community": "^32.
|
|
26
|
-
"ag-grid-react": "^32.
|
|
27
|
-
"
|
|
28
|
+
"ag-grid-community": "^32.3.3",
|
|
29
|
+
"ag-grid-react": "^32.3.3",
|
|
30
|
+
"copy-to-clipboard": "^3.3.3",
|
|
31
|
+
"generic-ui-core": "^1.6.0-rc3",
|
|
28
32
|
"html-to-image": "^1.11.11",
|
|
29
33
|
"humps": "^2.0.1",
|
|
30
34
|
"lodash": "^4.17.21",
|
|
@@ -38,7 +42,7 @@
|
|
|
38
42
|
"react-dnd-html5-backend": "^14.0.3",
|
|
39
43
|
"react-draggable": "^4.4.5",
|
|
40
44
|
"react-dropzone": "^3.6.0",
|
|
41
|
-
"react-select": "5.
|
|
45
|
+
"react-select": "^5.8.1",
|
|
42
46
|
"react-svg-file-zoom-pan": "0.1.5",
|
|
43
47
|
"reactflow": "^11.7.2",
|
|
44
48
|
"uuid": "^9.0.0"
|
|
@@ -48,53 +52,53 @@
|
|
|
48
52
|
"react-dom": ">=17.0.0 <19.0.0"
|
|
49
53
|
},
|
|
50
54
|
"devDependencies": {
|
|
51
|
-
"@babel/cli": "^7.
|
|
52
|
-
"@babel/core": "^7.
|
|
53
|
-
"@babel/eslint-parser": "^7.
|
|
55
|
+
"@babel/cli": "^7.27.0",
|
|
56
|
+
"@babel/core": "^7.26.10",
|
|
57
|
+
"@babel/eslint-parser": "^7.27.0",
|
|
54
58
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
55
59
|
"@babel/plugin-transform-class-properties": "^7.24.7",
|
|
56
60
|
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
|
|
57
61
|
"@babel/plugin-transform-react-jsx": "^7.22.3",
|
|
58
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
59
|
-
"@babel/preset-env": "^7.
|
|
62
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
63
|
+
"@babel/preset-env": "^7.26.9",
|
|
60
64
|
"@babel/preset-react": "^7.22.5",
|
|
61
65
|
"@testing-library/dom": "^9.3.1",
|
|
62
66
|
"@testing-library/jest-dom": "^6.0.0",
|
|
63
67
|
"@testing-library/react": "12.1.5",
|
|
64
68
|
"@testing-library/user-event": "^14.4.3",
|
|
65
69
|
"babel-jest": "^29.6.2",
|
|
66
|
-
"babel-loader": "^
|
|
67
|
-
"css-loader": "^
|
|
68
|
-
"eslint": "
|
|
69
|
-
"eslint-config-airbnb": "^
|
|
70
|
-
"eslint-config-prettier": "^
|
|
70
|
+
"babel-loader": "^10.0.0",
|
|
71
|
+
"css-loader": "^7.1.2",
|
|
72
|
+
"eslint": "9.23.0",
|
|
73
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
74
|
+
"eslint-config-prettier": "^10.1.1",
|
|
71
75
|
"eslint-plugin-import": "^2.27.5",
|
|
72
|
-
"eslint-plugin-jest": "^
|
|
76
|
+
"eslint-plugin-jest": "^28.11.0",
|
|
73
77
|
"eslint-plugin-jest-dom": "^5.0.2",
|
|
74
78
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
75
|
-
"eslint-plugin-prettier": "^
|
|
76
|
-
"eslint-plugin-react": "^7.4
|
|
77
|
-
"eslint-plugin-react-hooks": "^
|
|
79
|
+
"eslint-plugin-prettier": "^5.2.5",
|
|
80
|
+
"eslint-plugin-react": "^7.37.4",
|
|
81
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
78
82
|
"identity-obj-proxy": "^3.0.0",
|
|
79
83
|
"jest": "^29.6.2",
|
|
80
84
|
"jest-environment-jsdom": "^29.6.2",
|
|
81
85
|
"jest-extended": "^4.0.1",
|
|
82
|
-
"postcss": "^8.
|
|
83
|
-
"postcss-cli": "^
|
|
84
|
-
"postcss-loader": "^
|
|
85
|
-
"postcss-nested": "^
|
|
86
|
-
"postcss-preset-env": "^
|
|
87
|
-
"prettier": "^
|
|
86
|
+
"postcss": "^8.5.3",
|
|
87
|
+
"postcss-cli": "^11.0.1",
|
|
88
|
+
"postcss-loader": "^8.1.1",
|
|
89
|
+
"postcss-nested": "^7.0.2",
|
|
90
|
+
"postcss-preset-env": "^10.1.5",
|
|
91
|
+
"prettier": "^3.5.3",
|
|
88
92
|
"react": "^17.0.2",
|
|
89
93
|
"react-dom": "^17.0.2",
|
|
90
|
-
"sass": "^1.
|
|
91
|
-
"sass-loader": "^16.0.
|
|
94
|
+
"sass": "^1.86.0",
|
|
95
|
+
"sass-loader": "^16.0.5",
|
|
92
96
|
"source-map-explorer": "^2.5.2",
|
|
93
|
-
"style-loader": "^
|
|
94
|
-
"terser-webpack-plugin": "^5.3.
|
|
95
|
-
"webpack": "^5.
|
|
97
|
+
"style-loader": "^4.0.0",
|
|
98
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
99
|
+
"webpack": "^5.98.0",
|
|
96
100
|
"webpack-bundle-analyzer": "^4.9.0",
|
|
97
|
-
"webpack-cli": "^
|
|
101
|
+
"webpack-cli": "^6.0.1"
|
|
98
102
|
},
|
|
99
103
|
"browserslist": [
|
|
100
104
|
"defaults"
|