chem-generic-ui 2.0.0 → 2.1.0-rc2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "chem-generic-ui",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-rc2",
4
4
  "main": "./dist/bundle.js",
5
5
  "license": "AGPL-3.0",
6
6
  "private": false,
@@ -27,8 +27,9 @@
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
+ "generic-ui-core": "^1.6.0",
32
33
  "html-to-image": "^1.11.11",
33
34
  "humps": "^2.0.1",
34
35
  "lodash": "^4.17.21",
@@ -52,53 +53,53 @@
52
53
  "react-dom": ">=17.0.0 <19.0.0"
53
54
  },
54
55
  "devDependencies": {
55
- "@babel/cli": "^7.17.6",
56
- "@babel/core": "^7.22.10",
57
- "@babel/eslint-parser": "^7.15.0",
56
+ "@babel/cli": "^7.27.0",
57
+ "@babel/core": "^7.26.10",
58
+ "@babel/eslint-parser": "^7.27.0",
58
59
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
59
60
  "@babel/plugin-transform-class-properties": "^7.24.7",
60
61
  "@babel/plugin-transform-modules-commonjs": "^7.22.5",
61
62
  "@babel/plugin-transform-react-jsx": "^7.22.3",
62
- "@babel/plugin-transform-runtime": "^7.17.0",
63
- "@babel/preset-env": "^7.22.10",
63
+ "@babel/plugin-transform-runtime": "^7.26.10",
64
+ "@babel/preset-env": "^7.26.9",
64
65
  "@babel/preset-react": "^7.22.5",
65
66
  "@testing-library/dom": "^9.3.1",
66
67
  "@testing-library/jest-dom": "^6.0.0",
67
68
  "@testing-library/react": "12.1.5",
68
69
  "@testing-library/user-event": "^14.4.3",
69
70
  "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",
71
+ "babel-loader": "^10.0.0",
72
+ "css-loader": "^7.1.2",
73
+ "eslint": "9.23.0",
74
+ "eslint-config-airbnb": "^19.0.4",
75
+ "eslint-config-prettier": "^10.1.1",
75
76
  "eslint-plugin-import": "^2.27.5",
76
- "eslint-plugin-jest": "^27.2.3",
77
+ "eslint-plugin-jest": "^28.11.0",
77
78
  "eslint-plugin-jest-dom": "^5.0.2",
78
79
  "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",
80
+ "eslint-plugin-prettier": "^5.2.5",
81
+ "eslint-plugin-react": "^7.37.4",
82
+ "eslint-plugin-react-hooks": "^5.2.0",
82
83
  "identity-obj-proxy": "^3.0.0",
83
84
  "jest": "^29.6.2",
84
85
  "jest-environment-jsdom": "^29.6.2",
85
86
  "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",
87
+ "postcss": "^8.5.3",
88
+ "postcss-cli": "^11.0.1",
89
+ "postcss-loader": "^8.1.1",
90
+ "postcss-nested": "^7.0.2",
91
+ "postcss-preset-env": "^10.1.5",
92
+ "prettier": "^3.5.3",
92
93
  "react": "^17.0.2",
93
94
  "react-dom": "^17.0.2",
94
- "sass": "^1.80.4",
95
- "sass-loader": "^16.0.2",
95
+ "sass": "^1.86.0",
96
+ "sass-loader": "^16.0.5",
96
97
  "source-map-explorer": "^2.5.2",
97
- "style-loader": "^3.3.1",
98
- "terser-webpack-plugin": "^5.3.3",
99
- "webpack": "^5.94.0",
98
+ "style-loader": "^4.0.0",
99
+ "terser-webpack-plugin": "^5.3.14",
100
+ "webpack": "^5.98.0",
100
101
  "webpack-bundle-analyzer": "^4.9.0",
101
- "webpack-cli": "^4.9.2"
102
+ "webpack-cli": "^6.0.1"
102
103
  },
103
104
  "browserslist": [
104
105
  "defaults"