material-react-table 1.3.1 → 1.3.2
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/README.md +0 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,14 +21,10 @@
|
|
|
21
21
|
|
|
22
22
|
## About
|
|
23
23
|
|
|
24
|
-
> Version 1.0 released 2022-09-13 🎉
|
|
25
|
-
|
|
26
24
|
__Built with [Material UI <sup>V5</sup>](https://mui.com) and [TanStack Table <sup>V8</sup>](https://tanstack.com/table/v8)__
|
|
27
25
|
|
|
28
26
|
_Quickly Create React Data Tables with Material Design_
|
|
29
27
|
|
|
30
|
-
_Full [Localization (i18n)](https://www.material-react-table.com/docs/guides/localization) Support!_
|
|
31
|
-
|
|
32
28
|
Join the [Discord](https://discord.gg/5wqyRx6fnm) server to join in on the development discussion or ask questions
|
|
33
29
|
|
|
34
30
|
View the [Docs Website](https://www.material-react-table.com/)
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.3.
|
|
2
|
+
"version": "1.3.2",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"name": "material-react-table",
|
|
5
5
|
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@tanstack/match-sorter-utils": "8.5.14",
|
|
106
|
-
"@tanstack/react-table": "8.5.
|
|
106
|
+
"@tanstack/react-table": "8.5.22",
|
|
107
107
|
"react-virtual": "^2.10.4"
|
|
108
108
|
}
|
|
109
109
|
}
|