material-react-table-narender 3.0.5 → 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.ts +1918 -0
- package/dist/index.esm.js +4363 -0
- package/dist/index.esm.js.map +1 -0
- package/dist/index.js +4557 -0
- package/dist/index.js.map +1 -0
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"version": "3.0.
|
2
|
+
"version": "3.0.7",
|
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.",
|
@@ -65,8 +65,8 @@
|
|
65
65
|
"@emotion/react": "^11.11.0",
|
66
66
|
"@emotion/styled": "^11.11.0",
|
67
67
|
"@faker-js/faker": "^9.3.0",
|
68
|
-
"@mui/icons-material": "^5.14.
|
69
|
-
"@mui/material": "^5.14.
|
68
|
+
"@mui/icons-material": "^5.14.11",
|
69
|
+
"@mui/material": "^5.14.11",
|
70
70
|
"@mui/x-date-pickers": "^5.0.14",
|
71
71
|
"@rollup/plugin-typescript": "^11.1.6",
|
72
72
|
"@size-limit/preset-small-lib": "^11.1.6",
|
@@ -106,8 +106,8 @@
|
|
106
106
|
"peerDependencies": {
|
107
107
|
"@emotion/react": ">=11.11",
|
108
108
|
"@emotion/styled": ">=11.11",
|
109
|
-
"@mui/icons-material": ">=5",
|
110
|
-
"@mui/material": ">=5",
|
109
|
+
"@mui/icons-material": ">=5.14.11",
|
110
|
+
"@mui/material": ">=5.14.11",
|
111
111
|
"@mui/x-date-pickers": ">=5.0.14",
|
112
112
|
"react": ">=18.0",
|
113
113
|
"react-dom": ">=18.0"
|