diff --git a/apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json index 831178bd1..0810f961d 100644 --- a/apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/advanced/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/advanced/sandbox/package.json b/apps/mantine-react-table-docs/examples/advanced/sandbox/package.json index 21045c114..9c3ff8a23 100644 --- a/apps/mantine-react-table-docs/examples/advanced/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/advanced/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package-lock.json index cd8195fa8..594a4ce14 100644 --- a/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package.json b/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package.json index 1abbad768..057d4800b 100644 --- a/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/aggregation-and-grouping/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package-lock.json index 79d559d69..355a9af75 100644 --- a/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package.json b/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package.json index c2f66323f..0b1f5c50e 100644 --- a/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/aggregation-multi/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package-lock.json index 07b2d35d0..449f17761 100644 --- a/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package.json b/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package.json index 352c00db5..f10ea7abe 100644 --- a/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/alternate-column-filtering/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package-lock.json index 1024d2ef5..c055c93ad 100644 --- a/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package.json b/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package.json index 6ee31a566..2befd77d7 100644 --- a/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/alternate-detail-panel/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package-lock.json index 3cf8e43bc..3a8484f1a 100644 --- a/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package.json b/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package.json index a1ef0974e..39eaca650 100644 --- a/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/alternate-pagination/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/basic/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/basic/sandbox/package-lock.json index 7b172e07f..6df86df6c 100644 --- a/apps/mantine-react-table-docs/examples/basic/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/basic/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/basic/sandbox/package.json b/apps/mantine-react-table-docs/examples/basic/sandbox/package.json index e63f3eed0..d0da67bd5 100644 --- a/apps/mantine-react-table-docs/examples/basic/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/basic/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package-lock.json index 1822005eb..f853ae42d 100644 --- a/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package.json b/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package.json index 29e973b75..fe04ee2f2 100644 --- a/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/column-actions-space/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package-lock.json index e736e62c0..6d391527e 100644 --- a/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package.json b/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package.json index e9cc18bb4..1f9603b2a 100644 --- a/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/column-alignment/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package-lock.json index d821209ba..1b1fbab8b 100644 --- a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1193,9 +1193,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1678,9 +1678,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package.json b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package.json index ec15ace3b..c7cca89dc 100644 --- a/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/custom-column-actions/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package-lock.json index 7a65f0e51..6899b392d 100644 --- a/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package.json b/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package.json index cced9c488..3a5b1ab1e 100644 --- a/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/custom-headless/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package-lock.json index 43ad97e84..888222202 100644 --- a/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package.json b/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package.json index f1a88cad3..e84127c3f 100644 --- a/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/custom-top-toolbar/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package-lock.json index 7189bae47..25059f7df 100644 --- a/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package.json index 7a296ff12..cf7039f23 100644 --- a/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-display-columns/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package-lock.json index fd02aec17..0b685adff 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package.json index 70ae9a430..142f82371 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-components/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package-lock.json index 95600f72c..dfba37f1e 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package.json index 734452bc5..be69cdb61 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-modes/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package-lock.json index 4604bcdfa..75719f405 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package.json index 9b6f1e9ca..149db1653 100644 --- a/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-filter-variants/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package-lock.json index c12d0f2bc..6a1ddc239 100644 --- a/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package.json index 6797b54b7..db8c6c318 100644 --- a/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-global-filter-component/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package-lock.json index 4755e9aa2..8a690fa26 100644 --- a/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package.json index 4e228b732..71e5262c6 100644 --- a/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-row-selection/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package-lock.json index ef7ff4fee..b5c6d7560 100644 --- a/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package.json b/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package.json index 37269250d..8258c3ce5 100644 --- a/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/customize-table-styles/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package-lock.json index 662b3be8d..8c7bed541 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package.json b/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package.json index bea21995d..947aacfe6 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/disable-column-actions/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package-lock.json index 9610b29eb..69068c17e 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package.json b/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package.json index 4194b72ad..317e1b603 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/disable-column-filters/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package-lock.json index 7cf886382..84b63c016 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package.json b/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package.json index 1c7edbbb6..665e1f91a 100644 --- a/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/disable-column-hiding/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package-lock.json index 405b9c41d..2747fd100 100644 --- a/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package.json b/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package.json index 16e23ff6a..4aae430bf 100644 --- a/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/disable-density-toggle/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package-lock.json index 96bdcfdaa..55084da7c 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package-lock.json @@ -13,15 +13,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1174,20 +1174,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1275,9 +1275,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1755,9 +1755,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package.json b/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package.json index 3ec75086c..c5d55e7b3 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-cell/sandbox/package.json @@ -14,15 +14,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package-lock.json index 565dee591..ed19b285f 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package-lock.json @@ -13,15 +13,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1174,20 +1174,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1275,9 +1275,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1755,9 +1755,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package.json b/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package.json index 85fbf145d..bc05bc2ed 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-modal/sandbox/package.json @@ -14,15 +14,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package-lock.json index f0b6c1443..cd8f8b2d5 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package-lock.json @@ -13,15 +13,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1174,20 +1174,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1275,9 +1275,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1755,9 +1755,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package.json b/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package.json index f2adbfa72..1f38d2879 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-row/sandbox/package.json @@ -14,15 +14,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package-lock.json index 7f926576d..8d7c1c899 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package-lock.json @@ -13,15 +13,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1174,20 +1174,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1275,9 +1275,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1755,9 +1755,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package.json b/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package.json index b9568fc11..194c64a54 100644 --- a/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/editing-crud-table/sandbox/package.json @@ -14,15 +14,15 @@ "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", "@mantine/modals": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package-lock.json index c5c2df4b2..d96a5c9e3 100644 --- a/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package.json index e6fb5f8c9..3800073a0 100644 --- a/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-click-to-copy/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package-lock.json index 92a6750b0..1846986a6 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package.json index 320cbc751..142cc9a15 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-column-ordering/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package-lock.json index 6cf319fcf..895c91578 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package.json index eb57626f1..4bbabf80b 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-column-pinning/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package-lock.json index 6bf7ac722..3d73553f3 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package.json index 1610b4f3e..0072a9231 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-column-resizing-no-grow/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package-lock.json index 66eaba5aa..6286d34fa 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package.json index 1ec4692d1..06cb6d975 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-column-resizing/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package-lock.json index c7ded9635..835d7fd4d 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package-lock.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1240,9 +1240,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1720,9 +1720,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package.json index ea51fa885..8b9e0de8b 100644 --- a/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-column-virtualization/sandbox/package.json @@ -14,14 +14,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package-lock.json index ba42cefdd..e0dedb857 100644 --- a/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package.json index dfd2685b5..2f296162a 100644 --- a/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-detail-panel/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package-lock.json index ab2c76199..ceed05742 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package.json index a697a6460..8b4263a48 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-cell/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package-lock.json index 1fff753cd..6f648965b 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package.json index cedb454e6..906af8a8d 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-modal/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package-lock.json index 9478967db..33bf9033f 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package.json index f069a4cb0..2a022f188 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-row/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package-lock.json index c74d1c9cb..2e45d26f6 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package.json index 11a6e2f59..5b7bd3918 100644 --- a/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-editing-table/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package-lock.json index 01106d504..fc877c075 100644 --- a/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package.json index 15f851108..37877ddbd 100644 --- a/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-expanding-tree/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package-lock.json index 8fc288093..b848d8c26 100644 --- a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1709,9 +1709,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package.json index ac79387b7..ef9445f3d 100644 --- a/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-filter-facet-values/sandbox/package.json @@ -14,14 +14,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package-lock.json index 6cc684017..51b0e21b3 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package.json index b11891522..eefa12963 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-dragging/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package-lock.json index 9cfbd6ec7..8f1882dcb 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package.json index 19c3f0dc9..f0e031077 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-numbers-original/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package-lock.json index 675230082..5a9e68501 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package.json index d6111120a..f6611231f 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-numbers-static/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package-lock.json index 42dd2475a..60864dc22 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package.json index 2401d0ca1..6ef1352ef 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-ordering/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package-lock.json index 29aac99c5..a5c285eb7 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package.json index 2b36ab880..b91a60340 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-selection-switch/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package-lock.json index 69e26c56f..9d69c0844 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package.json index bed72bd5a..9522d862e 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-selection/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package-lock.json index 67a6c1f67..4ef0cad95 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package-lock.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1240,9 +1240,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1720,9 +1720,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package.json index 4de417b37..137a6fb8f 100644 --- a/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-row-virtualization/sandbox/package.json @@ -14,14 +14,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package-lock.json index 8f490255b..f5500964d 100644 --- a/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package.json b/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package.json index b30b8403b..cd793116d 100644 --- a/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/enable-sticky-header/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package-lock.json index bfd0df0c8..6d9cc031f 100644 --- a/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package.json b/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package.json index ebfb4480b..133dea8cd 100644 --- a/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/expanding-tree-expanded/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package-lock.json index 22be3e24d..ddc4e31d6 100644 --- a/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package.json b/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package.json index 4162fa0d4..0db0f87fd 100644 --- a/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/expanding-tree-root-expanded/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package-lock.json index f0a366749..9712ffacf 100644 --- a/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package-lock.json @@ -12,15 +12,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", "export-to-csv": "^0.2.1", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1119,20 +1119,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1225,9 +1225,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1710,9 +1710,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package.json b/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package.json index caaaeed4b..4f78b211c 100644 --- a/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/export-to-csv/sandbox/package.json @@ -13,15 +13,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", "export-to-csv": "^0.2.1", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package-lock.json index 1080c35de..c29e3dd89 100644 --- a/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package-lock.json @@ -12,17 +12,17 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", "export-to-csv": "^0.2.1", "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.31", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1121,20 +1121,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1233,9 +1233,9 @@ "optional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1837,9 +1837,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package.json b/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package.json index 3e63354e0..ef3738e7e 100644 --- a/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/export-to-pdf/sandbox/package.json @@ -13,17 +13,17 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", "export-to-csv": "^0.2.1", "jspdf": "^2.5.1", "jspdf-autotable": "^3.5.31", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package-lock.json index 617af0b91..e778da1cb 100644 --- a/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package.json b/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package.json index 565436ad6..b9719cae9 100644 --- a/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/external-toolbar/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package-lock.json index 764385337..b588d1c83 100644 --- a/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package-lock.json @@ -15,14 +15,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1166,20 +1166,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1272,9 +1272,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1752,9 +1752,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package.json b/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package.json index c90934528..c0ccac9c8 100644 --- a/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/font-awesome-icons/sandbox/package.json @@ -16,14 +16,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package-lock.json index 1abd74f89..9333e7ca8 100644 --- a/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package-lock.json @@ -12,15 +12,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1119,20 +1119,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1159,20 +1159,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1260,9 +1260,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1740,9 +1740,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package.json b/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package.json index 930de1cb5..aa5d07d02 100644 --- a/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/infinite-scrolling/sandbox/package.json @@ -13,15 +13,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/loading/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/loading/sandbox/package-lock.json index 1ff5c8a32..55c66c447 100644 --- a/apps/mantine-react-table-docs/examples/loading/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/loading/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/loading/sandbox/package.json b/apps/mantine-react-table-docs/examples/loading/sandbox/package.json index 37bc3a91b..e24e45bf1 100644 --- a/apps/mantine-react-table-docs/examples/loading/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/loading/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package-lock.json index cd1ac35e3..09140f77b 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package.json index 05f6fbc60..a5d0e5598 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ar/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package-lock.json index 216b586bf..f9d4126d4 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package.json index 13dd560dd..367c9e266 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-bg/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package-lock.json index d605c91d4..b4fbbabc2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package.json index a1b35762a..7e18bf234 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-cs/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package-lock.json index c55100d73..0afc6c93a 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package.json index ee49c2d3d..4798bdde6 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-da/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package-lock.json index 4368984f8..d1c4d9d06 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package.json index 9b69be559..a5105c016 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-de/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package-lock.json index da16fd438..e4fd5798d 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package.json index 1cc13a611..b4d75dbf5 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-en/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package-lock.json index d9c4d6162..a84feb630 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package.json index 812c53c4f..0bf1c1318 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-es/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package-lock.json index cc840f8d8..39d58dbfa 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package.json index e9a03d5d7..1bf7c7e19 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-et/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package-lock.json index eca7f54a5..bb8bb1bd5 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package.json index 351930c07..255b10bbc 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fa/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package-lock.json index 64a730e12..4410269d2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package.json index d83e2fd74..16d5cf005 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fi/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package-lock.json index 64a730e12..4410269d2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package.json index d83e2fd74..16d5cf005 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-fr/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package-lock.json index 2350b8dd1..c82f8d8df 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package.json index d68618461..447eca545 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-hu/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package-lock.json index a4d7907da..e1e0b7b5a 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package.json index 67ac683ea..c77298553 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-id/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package-lock.json index ccebc3d44..f8e14f038 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package.json index bb5a800e7..ed702f88f 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-it/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package-lock.json index f86114130..d1936bab6 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package.json index 21a7064cd..51f5022bb 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ja/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package-lock.json index 775275118..cee30a970 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package.json index 3929de32d..7c49ce524 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ko/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package-lock.json index 8a180c46f..4dfe93398 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package.json index e8496ab9c..24ff2257a 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-nl/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package-lock.json index 2aa3c966e..8b34dbcf5 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package.json index a83cf2ca3..2b15817a5 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-no/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package-lock.json index 18bf8aa30..c6344b92d 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package.json index c4fcd484f..af02801c6 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pl/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package-lock.json index 9309a5964..0d09365ad 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package.json index f148776c5..66d9ff023 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pt-BR/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package-lock.json index 090969022..d4068e6c7 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package.json index 27dcf0b49..15b7eae88 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-pt/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package-lock.json index e9d8f9a1f..dcfa557c7 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package.json index a78c26e2d..c1608024e 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ro/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package-lock.json index 14f9aac32..0bc760804 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package.json index 4ee7afda9..cf9e901c2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-ru/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package-lock.json index fe8b79ada..6fe611da5 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package.json index 935496a7d..79e58b793 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sk/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package-lock.json index 2d7adcd8a..3cfc8e151 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package.json index a11a33aa4..acb9d9653 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Cyrl-RS/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package-lock.json index 051bbe490..7aead8564 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package.json index 0bf96948f..7d6b62a1c 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sr-Latn-RS/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package-lock.json index 03b4365df..71fdfccac 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package.json index 13b7565fb..48517aa47 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-sv/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package-lock.json index e0a58d37d..e872fed6b 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package.json index 53e484182..f17be0ab2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-tr/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package-lock.json index ed351939d..a1d29ce52 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package.json index e5283c000..d1f4b4574 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-uk/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package-lock.json index f2647b9ad..4651d82a2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package.json index ff2b86a27..127749157 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-vi/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package-lock.json index f226cd0a8..5415ed21b 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package.json index 900910500..86ce0d676 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hans/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package-lock.json index ab00381d1..2c07a24f2 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package.json b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package.json index 0ab6a8ed8..4b39b6019 100644 --- a/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/localization-i18n-zh-hant/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package-lock.json index 60b962682..705d5668f 100644 --- a/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package.json b/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package.json index db1d89fad..3f629c753 100644 --- a/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/mantine-theme/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package-lock.json index 0d08347fd..9fee20cce 100644 --- a/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package.json b/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package.json index 7781a0d40..7659a23ef 100644 --- a/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/manual-selection/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package-lock.json index ebd92bf51..cfb1c38f4 100644 --- a/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package.json b/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package.json index 98a3f2b11..f65983f39 100644 --- a/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/memoize-cells/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package-lock.json index a54d1ac32..92af9e404 100644 --- a/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package.json b/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package.json index 2289ca989..e08138d50 100644 --- a/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/memoize-rows/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package-lock.json index 011378641..a617d367f 100644 --- a/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package.json b/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package.json index ecdac49ec..07a2913b0 100644 --- a/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/memoize-table-body/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/minimal/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/minimal/sandbox/package-lock.json index dd3370090..1c40544e2 100644 --- a/apps/mantine-react-table-docs/examples/minimal/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/minimal/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/minimal/sandbox/package.json b/apps/mantine-react-table-docs/examples/minimal/sandbox/package.json index a12ffd70f..55558b877 100644 --- a/apps/mantine-react-table-docs/examples/minimal/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/minimal/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package-lock.json index 26cf3a1d7..6bd16a419 100644 --- a/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package.json b/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package.json index 0143cfec0..216831b24 100644 --- a/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/multi-sorting/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package-lock.json index 32530c5a9..8af738942 100644 --- a/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package.json b/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package.json index 188c008a1..f3c54cd9c 100644 --- a/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/persistent-state/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/progress/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/progress/sandbox/package-lock.json index 7db227b18..c0882a61d 100644 --- a/apps/mantine-react-table-docs/examples/progress/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/progress/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/progress/sandbox/package.json b/apps/mantine-react-table-docs/examples/progress/sandbox/package.json index f8ee65eb1..74a93d8ee 100644 --- a/apps/mantine-react-table-docs/examples/progress/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/progress/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/react-query/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/react-query/sandbox/package-lock.json index d6c9cb796..a90b24efb 100644 --- a/apps/mantine-react-table-docs/examples/react-query/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/react-query/sandbox/package-lock.json @@ -12,15 +12,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1119,20 +1119,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1159,20 +1159,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.32.6.tgz", - "integrity": "sha512-YVB+mVWENQwPyv+40qO7flMgKZ0uI41Ph7qXC2Zf1ft5AIGfnXnMZyifB2ghhZ27u+5wm5mlzO4Y6lwwadzxCA==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.33.0.tgz", + "integrity": "sha512-qYu73ptvnzRh6se2nyBIDHGBQvPY1XXl3yR769B7B6mIDD7s+EZhdlWHQ67JI6UOTFRaI7wupnTnwJ3gE0Mr/g==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "4.32.6", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.32.6.tgz", - "integrity": "sha512-AITu/IKJJJXsHHeXNBy5bclu12t08usMCY0vFC2dh9SP/w6JAk5U9GwfjOIPj3p+ATADZvxQPe8UiCtMLNeQbg==", + "version": "4.33.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.33.0.tgz", + "integrity": "sha512-97nGbmDK0/m0B86BdiXzx3EW9RcDYKpnyL2+WwyuLHEgpfThYAnXFaMMmnTDuAO4bQJXEhflumIEUfKmP7ESGA==", "dependencies": { - "@tanstack/query-core": "4.32.6", + "@tanstack/query-core": "4.33.0", "use-sync-external-store": "^1.2.0" }, "funding": { @@ -1260,9 +1260,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1740,9 +1740,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/react-query/sandbox/package.json b/apps/mantine-react-table-docs/examples/react-query/sandbox/package.json index b7ca5a7f8..ae4edc593 100644 --- a/apps/mantine-react-table-docs/examples/react-query/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/react-query/sandbox/package.json @@ -13,15 +13,15 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", - "@tanstack/react-query": "^4.32.6", + "@tabler/icons-react": "2.32.0", + "@tanstack/react-query": "^4.33.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/remote/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/remote/sandbox/package-lock.json index 179589a74..38f86eef7 100644 --- a/apps/mantine-react-table-docs/examples/remote/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/remote/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/remote/sandbox/package.json b/apps/mantine-react-table-docs/examples/remote/sandbox/package.json index c0c7d02e0..ebd70d26a 100644 --- a/apps/mantine-react-table-docs/examples/remote/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/remote/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package-lock.json index 102abb735..fb542f78b 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package-lock.json @@ -12,12 +12,12 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1550,9 +1550,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -2064,9 +2064,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json index 276177c83..b7767d674 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/row-actions-buttons/sandbox/package.json @@ -14,12 +14,12 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package-lock.json index ff91074aa..eeaaebc05 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package-lock.json @@ -12,12 +12,12 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1550,9 +1550,9 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -2064,9 +2064,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json index 9dceb0f09..8d817119d 100644 --- a/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/row-actions-menu-items/sandbox/package.json @@ -14,12 +14,12 @@ "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.3", "@mui/material": "^5.14.5", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package-lock.json index 3911c868b..a019c6577 100644 --- a/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package-lock.json @@ -12,14 +12,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1118,20 +1118,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1224,9 +1224,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1704,9 +1704,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package.json b/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package.json index cdd0feeee..b7cf72ae8 100644 --- a/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/single-row-selection/sandbox/package.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", diff --git a/apps/mantine-react-table-docs/examples/virtualized/sandbox/package-lock.json b/apps/mantine-react-table-docs/examples/virtualized/sandbox/package-lock.json index 939079c03..7f8f2bfbd 100644 --- a/apps/mantine-react-table-docs/examples/virtualized/sandbox/package-lock.json +++ b/apps/mantine-react-table-docs/examples/virtualized/sandbox/package-lock.json @@ -13,14 +13,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6", @@ -1134,20 +1134,20 @@ } }, "node_modules/@tabler/icons": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.30.0.tgz", - "integrity": "sha512-tvtmkI4ALjKThVVORh++sB9JnkFY7eGInKxNy+Df7WVQiF7T85tlvGADzlgX4Ic+CK5MIUzZ0jhOlQ/RRlgXpg==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons/-/icons-2.32.0.tgz", + "integrity": "sha512-w1oNvrnqFipoBEy2/0X4/IHo2aLsijuz4QRi/HizxqiaoMfmWG5X2DpEYTw9WnGvFmixpu/rtQsQAr7Wr0Mc2w==", "funding": { "type": "github", "url": "https://github.com/sponsors/codecalm" } }, "node_modules/@tabler/icons-react": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.30.0.tgz", - "integrity": "sha512-aYggXusHW133L4KujJkVf4GIIrjg7tIRHgNf/n37mnoHqMjwNP+PjmVdrBM1Z8Ywx9PKFRlrwM0eUMDcG+I4HA==", + "version": "2.32.0", + "resolved": "https://registry.npmjs.org/@tabler/icons-react/-/icons-react-2.32.0.tgz", + "integrity": "sha512-B6op3r/up+QRiB3CQOo8wqF5FNv+hG8dEWmBnO1v5KRjubGKLFRpBldQ6rjqfsdg/QW+jvcZQ5OMEEcA0tOPIA==", "dependencies": { - "@tabler/icons": "2.30.0", + "@tabler/icons": "2.32.0", "prop-types": "^15.7.2" }, "funding": { @@ -1240,9 +1240,9 @@ "devOptional": true }, "node_modules/@types/react": { - "version": "18.2.20", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.20.tgz", - "integrity": "sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==", + "version": "18.2.21", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", + "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", "devOptional": true, "dependencies": { "@types/prop-types": "*", @@ -1720,9 +1720,9 @@ } }, "node_modules/mantine-react-table": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.1.2.tgz", - "integrity": "sha512-IZGdqBEesrUW9wNODsFhRbZcIrQsvxNTU7Q5Tv4KLn+mV0YpKqYHC1jKu3jusUQbdXD1ZJf4cj2ZNnGOHbMOnA==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mantine-react-table/-/mantine-react-table-1.2.0.tgz", + "integrity": "sha512-dt1rJ61tk92htpGUcRPYfSx1zm6EHyziGi7dfKrx/dUwSg77W9gSFEGrYtfHRlhkdopdkipFxbT5cnjTCzrx+A==", "dependencies": { "@tanstack/match-sorter-utils": "8.8.4", "@tanstack/react-table": "8.9.3", diff --git a/apps/mantine-react-table-docs/examples/virtualized/sandbox/package.json b/apps/mantine-react-table-docs/examples/virtualized/sandbox/package.json index 8432d8a94..a3c283668 100644 --- a/apps/mantine-react-table-docs/examples/virtualized/sandbox/package.json +++ b/apps/mantine-react-table-docs/examples/virtualized/sandbox/package.json @@ -14,14 +14,14 @@ "@mantine/core": "^6.0.19", "@mantine/dates": "^6.0.19", "@mantine/hooks": "^6.0.19", - "@tabler/icons-react": "2.30.0", + "@tabler/icons-react": "2.32.0", "dayjs": "^1.11.9", - "mantine-react-table": "^1.1.2", + "mantine-react-table": "^1.2.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.2.20", + "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.4", "typescript": "^5.1.6",