material-react-table 1.3.12 → 1.3.13

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 +2 -2
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.12",
2
+ "version": "1.3.13",
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.",
@@ -107,7 +107,7 @@
107
107
  "react-dom": ">=17.0"
108
108
  },
109
109
  "dependencies": {
110
- "@tanstack/match-sorter-utils": "8.5.14",
110
+ "@tanstack/match-sorter-utils": "8.7.0",
111
111
  "@tanstack/react-table": "8.7.0",
112
112
  "react-virtual": "^2.10.4"
113
113
  },