material-react-table-narender 3.0.3 → 3.0.5
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 +17 -17
- package/dist/index.d.ts +0 -1918
- package/dist/index.esm.js +0 -4363
- package/dist/index.esm.js.map +0 -1
- package/dist/index.js +0 -4557
- package/dist/index.js.map +0 -1
    
        package/package.json
    CHANGED
    
    | @@ -1,8 +1,8 @@ | |
| 1 1 | 
             
            {
         | 
| 2 | 
            -
              "version": "3.0. | 
| 2 | 
            +
              "version": "3.0.5",
         | 
| 3 3 | 
             
              "license": "MIT",
         | 
| 4 4 | 
             
              "name": "material-react-table-narender",
         | 
| 5 | 
            -
              "description": "A fully featured Material UI  | 
| 5 | 
            +
              "description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
         | 
| 6 6 | 
             
              "author": "KevinVandy",
         | 
| 7 7 | 
             
              "keywords": [
         | 
| 8 8 | 
             
                "react-table",
         | 
| @@ -62,12 +62,12 @@ | |
| 62 62 | 
             
                "build-storybook": "storybook build"
         | 
| 63 63 | 
             
              },
         | 
| 64 64 | 
             
              "devDependencies": {
         | 
| 65 | 
            -
                "@emotion/react": "^11. | 
| 66 | 
            -
                "@emotion/styled": "^11. | 
| 65 | 
            +
                "@emotion/react": "^11.11.0",
         | 
| 66 | 
            +
                "@emotion/styled": "^11.11.0",
         | 
| 67 67 | 
             
                "@faker-js/faker": "^9.3.0",
         | 
| 68 | 
            -
                "@mui/icons-material": "^ | 
| 69 | 
            -
                "@mui/material": "^ | 
| 70 | 
            -
                "@mui/x-date-pickers": "^ | 
| 68 | 
            +
                "@mui/icons-material": "^5.14.0",
         | 
| 69 | 
            +
                "@mui/material": "^5.14.0",
         | 
| 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",
         | 
| 73 73 | 
             
                "@storybook/addon-a11y": "^8.4.7",
         | 
| @@ -79,8 +79,8 @@ | |
| 79 79 | 
             
                "@storybook/react": "^8.4.7",
         | 
| 80 80 | 
             
                "@storybook/react-vite": "^8.4.7",
         | 
| 81 81 | 
             
                "@types/node": "^22.10.2",
         | 
| 82 | 
            -
                "@types/react": "^ | 
| 83 | 
            -
                "@types/react-dom": "^ | 
| 82 | 
            +
                "@types/react": "^18.2.14",
         | 
| 83 | 
            +
                "@types/react-dom": "^18.2.7",
         | 
| 84 84 | 
             
                "@typescript-eslint/eslint-plugin": "8.5.0",
         | 
| 85 85 | 
             
                "@typescript-eslint/parser": "8.5.0",
         | 
| 86 86 | 
             
                "@vitejs/plugin-react": "^4.3.4",
         | 
| @@ -88,9 +88,9 @@ | |
| 88 88 | 
             
                "eslint-plugin-mui-path-imports": "^0.0.15",
         | 
| 89 89 | 
             
                "eslint-plugin-perfectionist": "^4.3.0",
         | 
| 90 90 | 
             
                "eslint-plugin-storybook": "^0.11.1",
         | 
| 91 | 
            -
                "react": "^ | 
| 92 | 
            -
                "react-dom": "^ | 
| 93 | 
            -
                "react-is": "^ | 
| 91 | 
            +
                "react": "^18.2.0",
         | 
| 92 | 
            +
                "react-dom": "^18.2.0",
         | 
| 93 | 
            +
                "react-is": "^18.2.0",
         | 
| 94 94 | 
             
                "rollup": "^2.79.1",
         | 
| 95 95 | 
             
                "rollup-plugin-copy": "^3.5.0",
         | 
| 96 96 | 
             
                "rollup-plugin-delete": "^2.1.0",
         | 
| @@ -104,11 +104,11 @@ | |
| 104 104 | 
             
                "vite": "^6.0.3"
         | 
| 105 105 | 
             
              },
         | 
| 106 106 | 
             
              "peerDependencies": {
         | 
| 107 | 
            -
                "@emotion/react": ">=11. | 
| 108 | 
            -
                "@emotion/styled": ">=11. | 
| 109 | 
            -
                "@mui/icons-material": ">= | 
| 110 | 
            -
                "@mui/material": ">= | 
| 111 | 
            -
                "@mui/x-date-pickers": ">= | 
| 107 | 
            +
                "@emotion/react": ">=11.11",
         | 
| 108 | 
            +
                "@emotion/styled": ">=11.11",
         | 
| 109 | 
            +
                "@mui/icons-material": ">=5",
         | 
| 110 | 
            +
                "@mui/material": ">=5",
         | 
| 111 | 
            +
                "@mui/x-date-pickers": ">=5.0.14",
         | 
| 112 112 | 
             
                "react": ">=18.0",
         | 
| 113 113 | 
             
                "react-dom": ">=18.0"
         | 
| 114 114 | 
             
              },
         |