material-react-table-narender 3.0.9 → 3.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.9",
2
+ "version": "3.0.10",
3
3
  "license": "MIT",
4
4
  "name": "material-react-table-narender",
5
5
  "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
@@ -68,7 +68,8 @@
68
68
  "@mui/icons-material": "^5.14.3",
69
69
  "@mui/material": "^5.14.2",
70
70
  "@mui/x-date-pickers": "^5.0.14",
71
- "@mui/system": "^5.14.16",
71
+ "@mui/lab": "^5.0.0-alpha.139",
72
+ "@mui/system": "^5.14.16",
72
73
  "@rollup/plugin-typescript": "^11.1.6",
73
74
  "@size-limit/preset-small-lib": "^11.1.6",
74
75
  "@storybook/addon-a11y": "^8.4.7",
@@ -110,7 +111,8 @@
110
111
  "@mui/icons-material": ">=5.14.3",
111
112
  "@mui/material": ">=5.14.2",
112
113
  "@mui/x-date-pickers": ">=5.0.14",
113
- "@mui/system": ">=5.14.16",
114
+ "@mui/lab": "^5.0.0-alpha.139",
115
+ "@mui/system": "^5.14.16",
114
116
  "react": ">=18.0",
115
117
  "react-dom": ">=18.0"
116
118
  },