Skip to content

Commit

Permalink
Merge pull request #167 from DenisBessa/mantine-6.0
Browse files Browse the repository at this point in the history
fix: global filter now allow to search inside react elements
  • Loading branch information
Kuechlin authored May 25, 2023
2 parents 30fb810 + d455129 commit c9cad10
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 377 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,45 +32,45 @@
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.2",
"@mantine/dates": "^6.0.2",
"@mantine/hooks": "^6.0.2",
"@tanstack/react-table": "8.7.9",
"@mantine/core": "^6.0.6",
"@mantine/dates": "^6.0.6",
"@mantine/hooks": "^6.0.6",
"@tanstack/react-table": "8.8.5",
"@tanstack/react-virtual": "3.0.0-beta.26",
"dayjs": "^1.11.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tabler-icons-react": "^1.56.0"
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/cli": "17.5.1",
"@commitlint/config-conventional": "17.4.4",
"@dnd-kit/core": "6.0.8",
"@dnd-kit/modifiers": "6.0.1",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@faker-js/faker": "7.6.0",
"@mantine/prism": "^6.0.2",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@mantine/prism": "6.0.6",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"@vitejs/plugin-react": "3.1.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.7.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint": "8.37.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-typescript": "3.5.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "8.0.3",
"lint-staged": "13.1.2",
"prettier": "2.8.4",
"react-router-dom": "6.8.2",
"rollup": "3.18.0",
"lint-staged": "13.2.0",
"prettier": "2.8.7",
"react-router-dom": "6.10.0",
"rollup": "3.20.2",
"rollup-plugin-visualizer": "5.9.0",
"typescript": "4.9.5",
"vite": "4.1.4"
"vite": "4.2.1"
},
"peerDependencies": {
"dayjs": "^1.11.7",
Expand Down
Loading

0 comments on commit c9cad10

Please sign in to comment.