chem-generic-ui 2.0.0 → 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/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-rc1",
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 <23.0.0"
9
9
  },
10
10
  "keywords": [
11
11
  "react",
@@ -28,7 +28,7 @@
28
28
  "ag-grid-community": "^32.3.3",
29
29
  "ag-grid-react": "^32.3.3",
30
30
  "copy-to-clipboard": "^3.3.3",
31
- "generic-ui-core": "1.5.2",
31
+ "generic-ui-core": "^1.6.0-rc3",
32
32
  "html-to-image": "^1.11.11",
33
33
  "humps": "^2.0.1",
34
34
  "lodash": "^4.17.21",
@@ -52,53 +52,53 @@
52
52
  "react-dom": ">=17.0.0 <19.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/cli": "^7.17.6",
56
- "@babel/core": "^7.22.10",
57
- "@babel/eslint-parser": "^7.15.0",
55
+ "@babel/cli": "^7.27.0",
56
+ "@babel/core": "^7.26.10",
57
+ "@babel/eslint-parser": "^7.27.0",
58
58
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
59
59
  "@babel/plugin-transform-class-properties": "^7.24.7",
60
60
  "@babel/plugin-transform-modules-commonjs": "^7.22.5",
61
61
  "@babel/plugin-transform-react-jsx": "^7.22.3",
62
- "@babel/plugin-transform-runtime": "^7.17.0",
63
- "@babel/preset-env": "^7.22.10",
62
+ "@babel/plugin-transform-runtime": "^7.26.10",
63
+ "@babel/preset-env": "^7.26.9",
64
64
  "@babel/preset-react": "^7.22.5",
65
65
  "@testing-library/dom": "^9.3.1",
66
66
  "@testing-library/jest-dom": "^6.0.0",
67
67
  "@testing-library/react": "12.1.5",
68
68
  "@testing-library/user-event": "^14.4.3",
69
69
  "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",
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",
75
75
  "eslint-plugin-import": "^2.27.5",
76
- "eslint-plugin-jest": "^27.2.3",
76
+ "eslint-plugin-jest": "^28.11.0",
77
77
  "eslint-plugin-jest-dom": "^5.0.2",
78
78
  "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",
79
+ "eslint-plugin-prettier": "^5.2.5",
80
+ "eslint-plugin-react": "^7.37.4",
81
+ "eslint-plugin-react-hooks": "^5.2.0",
82
82
  "identity-obj-proxy": "^3.0.0",
83
83
  "jest": "^29.6.2",
84
84
  "jest-environment-jsdom": "^29.6.2",
85
85
  "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",
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",
92
92
  "react": "^17.0.2",
93
93
  "react-dom": "^17.0.2",
94
- "sass": "^1.80.4",
95
- "sass-loader": "^16.0.2",
94
+ "sass": "^1.86.0",
95
+ "sass-loader": "^16.0.5",
96
96
  "source-map-explorer": "^2.5.2",
97
- "style-loader": "^3.3.1",
98
- "terser-webpack-plugin": "^5.3.3",
99
- "webpack": "^5.94.0",
97
+ "style-loader": "^4.0.0",
98
+ "terser-webpack-plugin": "^5.3.14",
99
+ "webpack": "^5.98.0",
100
100
  "webpack-bundle-analyzer": "^4.9.0",
101
- "webpack-cli": "^4.9.2"
101
+ "webpack-cli": "^6.0.1"
102
102
  },
103
103
  "browserslist": [
104
104
  "defaults"