@sistent/mui-datatables 6.0.1 → 6.1.1

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": "@sistent/mui-datatables",
3
- "version": "6.0.1",
3
+ "version": "6.1.1",
4
4
  "description": "Datatables for React using Material-UI",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -37,69 +37,69 @@
37
37
  },
38
38
  "homepage": "https://github.com/layer5io/mui-datatables#readme",
39
39
  "devDependencies": {
40
- "@babel/core": "^7.10.2",
41
- "@babel/plugin-external-helpers": "^7.10.1",
42
- "@babel/plugin-proposal-class-properties": "^7.10.1",
40
+ "@babel/core": "^7.29.0",
41
+ "@babel/plugin-external-helpers": "^7.27.1",
42
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
43
43
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
44
- "@babel/plugin-proposal-object-rest-spread": "^7.10.1",
44
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
45
45
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
46
- "@babel/plugin-transform-async-to-generator": "^7.12.1",
47
- "@babel/plugin-transform-runtime": "^7.12.1",
48
- "@babel/preset-env": "^7.12.1",
49
- "@babel/preset-react": "^7.12.1",
50
- "@babel/register": "^7.10.1",
46
+ "@babel/plugin-transform-async-to-generator": "^7.28.6",
47
+ "@babel/plugin-transform-runtime": "^7.29.0",
48
+ "@babel/preset-env": "^7.29.2",
49
+ "@babel/preset-react": "^7.28.5",
50
+ "@babel/register": "^7.28.6",
51
51
  "@cfaester/enzyme-adapter-react-18": "^0.8.0",
52
52
  "@emotion/react": "^11.14.0",
53
53
  "@emotion/styled": "^11.14.1",
54
- "@lopatnov/rollup-plugin-uglify": "^2.1.1",
55
- "@mui/icons-material": "^7.3.7",
56
- "@mui/material": "^7.3.7",
57
- "@rollup/plugin-babel": "5.0.2",
58
- "@rollup/plugin-commonjs": "^12.0.0",
59
- "@rollup/plugin-node-resolve": "^8.0.0",
60
- "@rollup/plugin-replace": "^2.3.2",
54
+ "@lopatnov/rollup-plugin-uglify": "^4.1.3",
55
+ "@mui/icons-material": "^7.3.9",
56
+ "@mui/material": "^7.3.9",
57
+ "@rollup/plugin-babel": "7.0.0",
58
+ "@rollup/plugin-commonjs": "^29.0.2",
59
+ "@rollup/plugin-node-resolve": "^16.0.3",
60
+ "@rollup/plugin-replace": "^6.0.3",
61
61
  "babel-eslint": "^10.1.0",
62
- "babel-loader": "^8.1.0",
63
- "babel-plugin-istanbul": "^6.0.0",
62
+ "babel-loader": "^10.1.1",
63
+ "babel-plugin-istanbul": "^7.0.1",
64
64
  "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
65
- "chai": "^4.2.0",
66
- "core-js": "^3.6.5",
67
- "coveralls": "^3.1.0",
68
- "cross-env": "^7.0.2",
69
- "css-loader": "^3.6.0",
65
+ "chai": "^5.3.3",
66
+ "core-js": "^3.49.0",
67
+ "coveralls": "^3.1.1",
68
+ "cross-env": "^10.1.0",
69
+ "css-loader": "^7.1.4",
70
70
  "enzyme": "^3.11.0",
71
- "eslint": "^7.1.0",
71
+ "eslint": "^10.1.0",
72
72
  "eslint-loader": "^4.0.2",
73
73
  "eslint-plugin-filenames": "^1.3.2",
74
- "eslint-plugin-import": "^2.20.2",
75
- "eslint-plugin-jsx-a11y": "^6.2.3",
76
- "eslint-plugin-react": "^7.21.5",
77
- "eslint-plugin-react-hooks": "^4.2.0",
78
- "html-webpack-plugin": "^4.5.2",
74
+ "eslint-plugin-import": "^2.32.0",
75
+ "eslint-plugin-jsx-a11y": "^6.10.2",
76
+ "eslint-plugin-react": "^7.37.5",
77
+ "eslint-plugin-react-hooks": "^7.0.1",
78
+ "html-webpack-plugin": "^5.6.6",
79
79
  "ignore-styles": "^5.0.1",
80
- "jsdom": "^16.2.2",
80
+ "jsdom": "^29.0.1",
81
81
  "jsdom-global": "^3.0.2",
82
- "mocha": "^7.2.0",
83
- "next": "^15.0.0",
84
- "nyc": "^15.0.1",
85
- "prettier": "^1.18.2",
86
- "prismjs": "^1.20.0",
87
- "raw-loader": "^4.0.1",
88
- "react": "^18.2.0",
89
- "react-dnd-test-backend": "^11.1.3",
90
- "react-dnd-test-utils": "^11.1.3",
91
- "react-dom": "^18.2.0",
92
- "react-router-dom": "^5.0.1",
93
- "react-waypoint": "^10.1.0",
82
+ "mocha": "^11.7.5",
83
+ "next": "^16.2.1",
84
+ "nyc": "^18.0.0",
85
+ "prettier": "^3.8.1",
86
+ "prismjs": "^1.30.0",
87
+ "raw-loader": "^4.0.2",
88
+ "react": "^18.3.1",
89
+ "react-dnd-test-backend": "^16.0.1",
90
+ "react-dnd-test-utils": "^16.0.1",
91
+ "react-dom": "^18.3.1",
92
+ "react-router-dom": "^7.13.2",
93
+ "react-waypoint": "^10.3.0",
94
94
  "regenerator-runtime": "^0.14.1",
95
- "rollup": "^2.3.4",
95
+ "rollup": "^4.60.0",
96
96
  "rollup-pluginutils": "^2.8.2",
97
97
  "simulant": "^0.2.2",
98
- "sinon": "^7.4.2",
99
- "style-loader": "^1.2.1",
100
- "webpack": "^4.43.0",
101
- "webpack-cli": "^3.3.11",
102
- "webpack-dev-server": "^3.11.0"
98
+ "sinon": "^21.0.3",
99
+ "style-loader": "^4.0.0",
100
+ "webpack": "^5.105.4",
101
+ "webpack-cli": "^7.0.2",
102
+ "webpack-dev-server": "^5.2.3"
103
103
  },
104
104
  "peerDependencies": {
105
105
  "@emotion/react": "^11.14.0",
@@ -109,23 +109,20 @@
109
109
  "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
110
110
  },
111
111
  "dependencies": {
112
- "@babel/runtime-corejs3": "^7.12.1",
113
- "@emotion/cache": "^11.7.1",
114
- "clsx": "^1.1.1",
112
+ "@babel/runtime-corejs3": "^7.29.2",
113
+ "@emotion/cache": "^11.14.0",
114
+ "clsx": "^2.1.1",
115
115
  "lodash.assignwith": "^4.2.0",
116
116
  "lodash.clonedeep": "^4.5.0",
117
117
  "lodash.debounce": "^4.0.8",
118
118
  "lodash.find": "^4.6.0",
119
- "lodash.get": "^4.4.2",
120
- "lodash.isequal": "^4.5.0",
121
119
  "lodash.isundefined": "^3.0.1",
122
120
  "lodash.memoize": "^4.1.2",
123
121
  "lodash.merge": "^4.6.2",
124
- "prop-types": "^15.7.2",
125
- "react-dnd": "^11.1.3",
126
- "react-dnd-html5-backend": "^11.1.3",
127
- "react-sortable-tree-patch-react-17": "^2.9.0",
128
- "react-to-print": "^2.8.0",
122
+ "prop-types": "^15.8.1",
123
+ "react-dnd": "^16.0.1",
124
+ "react-dnd-html5-backend": "^16.0.1",
125
+ "react-to-print": "^2.15.1",
129
126
  "tss-react": "^4.9.20"
130
127
  },
131
128
  "overrides": {