diff --git a/apps/material-react-table-docs/package.json b/apps/material-react-table-docs/package.json
index a8b021150..124c505ae 100644
--- a/apps/material-react-table-docs/package.json
+++ b/apps/material-react-table-docs/package.json
@@ -13,48 +13,48 @@
"sitemap": "pnpm docs:sitemap"
},
"dependencies": {
- "@docsearch/js": "3.6.1",
- "@emotion/react": "^11.13.3",
- "@emotion/styled": "^11.13.0",
- "@faker-js/faker": "^9.0.0",
- "@fortawesome/fontawesome-svg-core": "^6.6.0",
- "@fortawesome/free-solid-svg-icons": "^6.6.0",
+ "@docsearch/js": "3.8.0",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@faker-js/faker": "^9.3.0",
+ "@fortawesome/fontawesome-svg-core": "^6.7.1",
+ "@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
- "@mdx-js/loader": "^3.0.1",
- "@mdx-js/react": "^3.0.1",
- "@mui/icons-material": "^6.1.0",
- "@mui/material": "^6.1.0",
- "@mui/x-charts": "^7.16.0",
- "@mui/x-date-pickers": "^7.16.0",
- "@next/mdx": "^14.2.11",
- "@tanstack/react-query": "^5.56.2",
+ "@mdx-js/loader": "^3.1.0",
+ "@mdx-js/react": "^3.1.0",
+ "@mui/icons-material": "^6.2.0",
+ "@mui/material": "^6.2.0",
+ "@mui/x-charts": "^7.23.2",
+ "@mui/x-date-pickers": "^7.23.2",
+ "@next/mdx": "^15.1.0",
+ "@tanstack/react-query": "^5.62.7",
"@tanstack/react-table-devtools": "^8.20.5",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.13",
"export-to-csv": "^1.4.0",
"highlight-words": "2.0.0",
- "jspdf": "^2.5.1",
- "jspdf-autotable": "^3.8.3",
- "match-sorter": "^6.3.4",
+ "jspdf": "^2.5.2",
+ "jspdf-autotable": "^3.8.4",
+ "match-sorter": "^8.0.0",
"material-react-table": "workspace:*",
"next": "14.2.11",
"next-sitemap": "^4.2.3",
- "prism-react-renderer": "^2.4.0",
- "react": "18.3.1",
- "react-dom": "18.3.1",
- "zod": "^3.23.8"
+ "prism-react-renderer": "^2.4.1",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
+ "zod": "^3.24.1"
},
"devDependencies": {
- "@tanstack/eslint-plugin-query": "^5.56.1",
- "@types/node": "^22.5.4",
- "@types/react": "^18.3.5",
- "@types/react-dom": "^18.3.0",
- "@typescript-eslint/eslint-plugin": "^8.5.0",
- "@typescript-eslint/parser": "^8.5.0",
- "eslint": "9.10.0",
- "eslint-config-next": "14.2.11",
- "next-plausible": "^3.12.2",
+ "@tanstack/eslint-plugin-query": "^5.62.1",
+ "@types/node": "^22.10.2",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.2",
+ "@typescript-eslint/eslint-plugin": "^8.18.0",
+ "@typescript-eslint/parser": "^8.18.0",
+ "eslint": "9.16.0",
+ "eslint-config-next": "15.1.0",
+ "next-plausible": "^3.12.4",
"raw-loader": "^4.0.2",
- "typescript": "5.6.2"
+ "typescript": "5.7.2"
}
}
\ No newline at end of file
diff --git a/apps/material-react-table-docs/pages/docs/guides/editing.mdx b/apps/material-react-table-docs/pages/docs/guides/editing.mdx
index c09873f7b..e0027cd98 100644
--- a/apps/material-react-table-docs/pages/docs/guides/editing.mdx
+++ b/apps/material-react-table-docs/pages/docs/guides/editing.mdx
@@ -197,7 +197,7 @@ const table = useMaterialReactTable({
table.setEditingCell(cell); //set editing cell
//optionally, focus the text field
queueMicrotask(() => {
- const textField = table.refs.editInputRefs.current[column.id];
+ const textField = table.refs.editInputRefs.current?.[column.id];
if (textField) {
textField.focus();
textField.select?.();
diff --git a/apps/material-react-table-docs/public/sitemap-0.xml b/apps/material-react-table-docs/public/sitemap-0.xml
index e2202cf65..6c1cc70cc 100644
--- a/apps/material-react-table-docs/public/sitemap-0.xml
+++ b/apps/material-react-table-docs/public/sitemap-0.xml
@@ -1,104 +1,104 @@
-https://www.material-react-table.com2024-12-13T13:34:25.697Z
-https://www.material-react-table.com/about2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/blog2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/blog/the-best-react-data-grid-table-libraries-with-material-design-in-20232024-12-13T13:34:25.698Z
-https://www.material-react-table.com/changelog2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/cell-instance-apis2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/column-instance-apis2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/column-options2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/mrt-components2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/mrt-hooks2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/row-instance-apis2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/state-options2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/table-instance-apis2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/api/table-options2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/advanced2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/aggregation-and-grouping2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/basic2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/chart-detail-panel2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/column-grouping2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/column-ordering2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/column-pinning2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/column-virtualization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/custom-filter-ui2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/custom-headless2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/customized-grouping2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/detail-panel2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/dynamic-columns2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/editing-crud2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/editing-crud-inline-cell2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/editing-crud-inline-row2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/editing-crud-inline-table2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/editing-crud-tree2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/expanding-tree2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/expanding-tree-flat-parse2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/export-csv2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/export-pdf2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/faceted-values2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/filter-switching2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/filter-variants2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/infinite-scrolling2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/lazy-detail-panel2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/lazy-sub-rows2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/minimal2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/popover-filters2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/react-query2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/remote2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/row-dragging2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/row-ordering2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/row-virtualization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/static-row-pinning2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/sticky-header2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/sticky-row-pinning2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/sticky-row-selection2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/examples/virtualized2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/getting-started2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/getting-started/install2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/getting-started/migrating-to-v32024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/getting-started/usage2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/accessibility2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/aggregation2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/async-loading2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/best-practices2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/cell-actions2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/click-to-copy2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-actions2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-filtering2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-grouping2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-hiding2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-ordering-dnd2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-pinning2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-resizing2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/column-size2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/customize-components2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/customize-icons2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/data-columns2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/density-toggle2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/detail-panel2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/display-columns2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/editing2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/expanding-sub-rows2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/full-screen-toggle2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/global-filtering2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/localization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/memoization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/pagination2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/row-actions2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/row-numbers2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/row-ordering-dnd2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/row-pinning2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/row-selection2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/sorting2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/state-management2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/sticky-header2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/table-event-listeners2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/toolbar-customization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/docs/guides/virtualization2024-12-13T13:34:25.698Z
-https://www.material-react-table.com/roadmap2024-12-13T13:34:25.698Z
+https://www.material-react-table.com2024-12-13T14:23:35.743Z
+https://www.material-react-table.com/about2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/blog2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/blog/the-best-react-data-grid-table-libraries-with-material-design-in-20232024-12-13T14:23:35.744Z
+https://www.material-react-table.com/changelog2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/cell-instance-apis2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/column-instance-apis2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/column-options2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/mrt-components2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/mrt-hooks2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/row-instance-apis2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/state-options2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/table-instance-apis2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/api/table-options2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/advanced2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/aggregation-and-grouping2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/basic2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/chart-detail-panel2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/column-grouping2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/column-ordering2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/column-pinning2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/column-virtualization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/custom-filter-ui2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/custom-headless2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/customized-grouping2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/detail-panel2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/dynamic-columns2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/editing-crud2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/editing-crud-inline-cell2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/editing-crud-inline-row2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/editing-crud-inline-table2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/editing-crud-tree2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/expanding-tree2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/expanding-tree-flat-parse2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/export-csv2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/export-pdf2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/faceted-values2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/filter-switching2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/filter-variants2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/infinite-scrolling2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/lazy-detail-panel2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/lazy-sub-rows2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/minimal2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/popover-filters2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/react-query2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/remote2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/row-dragging2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/row-ordering2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/row-virtualization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/static-row-pinning2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/sticky-header2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/sticky-row-pinning2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/sticky-row-selection2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/examples/virtualized2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/getting-started2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/getting-started/install2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/getting-started/migrating-to-v32024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/getting-started/usage2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/accessibility2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/aggregation2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/async-loading2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/best-practices2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/cell-actions2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/click-to-copy2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-actions2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-filtering2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-grouping2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-hiding2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-ordering-dnd2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-pinning2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-resizing2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/column-size2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/customize-components2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/customize-icons2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/data-columns2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/density-toggle2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/detail-panel2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/display-columns2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/editing2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/expanding-sub-rows2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/full-screen-toggle2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/global-filtering2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/localization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/memoization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/pagination2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/row-actions2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/row-numbers2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/row-ordering-dnd2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/row-pinning2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/row-selection2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/sorting2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/state-management2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/sticky-header2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/table-event-listeners2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/toolbar-customization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/docs/guides/virtualization2024-12-13T14:23:35.744Z
+https://www.material-react-table.com/roadmap2024-12-13T14:23:35.744Z
\ No newline at end of file
diff --git a/apps/test-cra/package.json b/apps/test-cra/package.json
index 6792dd56a..14bf26d6a 100644
--- a/apps/test-cra/package.json
+++ b/apps/test-cra/package.json
@@ -3,17 +3,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
- "@emotion/react": "^11.13.5",
- "@emotion/styled": "^11.13.5",
- "@mui/icons-material": "^6.1.9",
- "@mui/material": "^6.1.9",
- "@mui/x-date-pickers": "^7.23.0",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@mui/icons-material": "^6.2.0",
+ "@mui/material": "^6.2.0",
+ "@mui/x-date-pickers": "^7.23.2",
"@testing-library/jest-dom": "^6.6.3",
- "@testing-library/react": "^16.0.1",
+ "@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"material-react-table": "workspace:*",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
"react-scripts": "5.0.1"
},
"scripts": {
diff --git a/apps/test-remix/package.json b/apps/test-remix/package.json
index c4d2e2a88..e761f264c 100755
--- a/apps/test-remix/package.json
+++ b/apps/test-remix/package.json
@@ -10,25 +10,25 @@
"typecheck": "tsc"
},
"dependencies": {
- "@emotion/react": "^11.13.5",
- "@emotion/styled": "^11.13.5",
- "@mui/icons-material": "^6.1.9",
- "@mui/material": "^6.1.9",
- "@mui/x-date-pickers": "^7.23.0",
- "@remix-run/css-bundle": "^2.15.0",
- "@remix-run/node": "^2.15.0",
- "@remix-run/react": "^2.15.0",
- "@remix-run/serve": "^2.15.0",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@mui/icons-material": "^6.2.0",
+ "@mui/material": "^6.2.0",
+ "@mui/x-date-pickers": "^7.23.2",
+ "@remix-run/css-bundle": "^2.15.1",
+ "@remix-run/node": "^2.15.1",
+ "@remix-run/react": "^2.15.1",
+ "@remix-run/serve": "^2.15.1",
"isbot": "^5.1.17",
"material-react-table": "workspace:*",
- "react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
},
"devDependencies": {
- "@remix-run/dev": "^2.15.0",
- "@remix-run/eslint-config": "^2.15.0",
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
+ "@remix-run/dev": "^2.15.1",
+ "@remix-run/eslint-config": "^2.15.1",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"typescript": "^5.7.2"
},
diff --git a/apps/test-vite/package.json b/apps/test-vite/package.json
index 6b223a326..8b3447258 100644
--- a/apps/test-vite/package.json
+++ b/apps/test-vite/package.json
@@ -10,25 +10,25 @@
"preview": "vite preview"
},
"dependencies": {
- "@emotion/react": "^11.13.5",
- "@emotion/styled": "^11.13.5",
- "@mui/icons-material": "^6.1.9",
- "@mui/material": "^6.1.9",
- "@mui/x-date-pickers": "^7.23.0",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@mui/icons-material": "^6.2.0",
+ "@mui/material": "^6.2.0",
+ "@mui/x-date-pickers": "^7.23.2",
"material-react-table": "workspace:*",
- "react": "^18.3.1",
- "react-dom": "^18.3.1"
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0"
},
"devDependencies": {
- "@types/react": "^18.3.12",
- "@types/react-dom": "^18.3.1",
- "@typescript-eslint/eslint-plugin": "^8.16.0",
- "@typescript-eslint/parser": "^8.16.0",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.2",
+ "@typescript-eslint/eslint-plugin": "^8.18.0",
+ "@typescript-eslint/parser": "^8.18.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.16.0",
- "eslint-plugin-react-hooks": "^5.0.0",
- "eslint-plugin-react-refresh": "^0.4.14",
+ "eslint-plugin-react-hooks": "^5.1.0",
+ "eslint-plugin-react-refresh": "^0.4.16",
"typescript": "^5.7.2",
- "vite": "^6.0.1"
+ "vite": "^6.0.3"
}
}
diff --git a/package.json b/package.json
index dbe353942..553c2035e 100644
--- a/package.json
+++ b/package.json
@@ -25,8 +25,8 @@
"storybook:dev": "turbo run storybook"
},
"devDependencies": {
- "prettier": "^3.4.1",
- "turbo": "2.1.2"
+ "prettier": "^3.4.2",
+ "turbo": "2.3.3"
},
"engines": {
"node": ">=16.0.0"
diff --git a/packages/material-react-table/package.json b/packages/material-react-table/package.json
index 7e3c98c92..cd453a5fa 100644
--- a/packages/material-react-table/package.json
+++ b/packages/material-react-table/package.json
@@ -62,47 +62,46 @@
"build-storybook": "storybook build"
},
"devDependencies": {
- "@emotion/react": "^11.13.3",
- "@emotion/styled": "^11.13.0",
- "@faker-js/faker": "^9.0.0",
- "@mui/icons-material": "^6.1.0",
- "@mui/material": "^6.1.0",
- "@mui/x-date-pickers": "^7.16.0",
+ "@emotion/react": "^11.14.0",
+ "@emotion/styled": "^11.14.0",
+ "@faker-js/faker": "^9.3.0",
+ "@mui/icons-material": "^6.2.0",
+ "@mui/material": "^6.2.0",
+ "@mui/x-date-pickers": "^7.23.2",
"@rollup/plugin-typescript": "^11.1.6",
- "@size-limit/preset-small-lib": "^11.1.5",
- "@storybook/addon-a11y": "^8.3.0",
- "@storybook/addon-essentials": "^8.3.0",
- "@storybook/addon-links": "^8.3.0",
- "@storybook/addon-storysource": "^8.3.0",
- "@storybook/blocks": "^8.3.0",
- "@storybook/preview-api": "^8.3.0",
- "@storybook/react": "^8.3.0",
- "@storybook/react-vite": "^8.3.0",
- "@types/node": "^22.5.4",
- "@types/react": "^18.3.5",
- "@types/react-dom": "^18.3.0",
- "@typescript-eslint/eslint-plugin": "^8.5.0",
- "@typescript-eslint/parser": "^8.5.0",
- "@vitejs/plugin-react": "^4.3.1",
- "eslint": "^9.10.0",
+ "@size-limit/preset-small-lib": "^11.1.6",
+ "@storybook/addon-a11y": "^8.4.7",
+ "@storybook/addon-essentials": "^8.4.7",
+ "@storybook/addon-links": "^8.4.7",
+ "@storybook/addon-storysource": "^8.4.7",
+ "@storybook/blocks": "^8.4.7",
+ "@storybook/preview-api": "^8.4.7",
+ "@storybook/react": "^8.4.7",
+ "@storybook/react-vite": "^8.4.7",
+ "@types/node": "^22.10.2",
+ "@types/react": "^19.0.1",
+ "@types/react-dom": "^19.0.2",
+ "@typescript-eslint/eslint-plugin": "8.5.0",
+ "@typescript-eslint/parser": "8.5.0",
+ "@vitejs/plugin-react": "^4.3.4",
+ "eslint": "^9.16.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
- "eslint-plugin-perfectionist": "^3.5.0",
- "eslint-plugin-storybook": "^0.8.0",
- "prop-types": "^15.8.1",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-is": "^18.3.1",
+ "eslint-plugin-perfectionist": "^4.3.0",
+ "eslint-plugin-storybook": "^0.11.1",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
+ "react-is": "^19.0.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
- "size-limit": "^11.1.5",
- "storybook": "^8.3.0",
+ "size-limit": "^11.1.6",
+ "storybook": "^8.4.7",
"storybook-dark-mode": "^4.0.2",
- "tslib": "^2.7.0",
- "typescript": "^5.6.2",
- "vite": "^5.4.4"
+ "tslib": "^2.8.1",
+ "typescript": "5.6.2",
+ "vite": "^6.0.3"
},
"peerDependencies": {
"@emotion/react": ">=11.13",
@@ -116,7 +115,7 @@
"dependencies": {
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-table": "8.20.5",
- "@tanstack/react-virtual": "3.10.9",
+ "@tanstack/react-virtual": "3.11.1",
"highlight-words": "2.0.0"
}
}
\ No newline at end of file
diff --git a/packages/material-react-table/src/components/body/MRT_TableBodyCell.tsx b/packages/material-react-table/src/components/body/MRT_TableBodyCell.tsx
index f5600394c..c99efc641 100644
--- a/packages/material-react-table/src/components/body/MRT_TableBodyCell.tsx
+++ b/packages/material-react-table/src/components/body/MRT_TableBodyCell.tsx
@@ -30,7 +30,7 @@ export interface MRT_TableBodyCellProps
extends TableCellProps {
cell: MRT_Cell;
numRows?: number;
- rowRef: RefObject;
+ rowRef: RefObject;
staticColumnIndex?: number;
staticRowIndex: number;
table: MRT_TableInstance;
diff --git a/packages/material-react-table/src/components/body/MRT_TableBodyCellValue.tsx b/packages/material-react-table/src/components/body/MRT_TableBodyCellValue.tsx
index b1b16370c..d93f753bc 100644
--- a/packages/material-react-table/src/components/body/MRT_TableBodyCellValue.tsx
+++ b/packages/material-react-table/src/components/body/MRT_TableBodyCellValue.tsx
@@ -11,7 +11,7 @@ const allowedTypes = ['string', 'number'];
export interface MRT_TableBodyCellValueProps {
cell: MRT_Cell;
- rowRef?: RefObject;
+ rowRef?: RefObject;
staticColumnIndex?: number;
staticRowIndex?: number;
table: MRT_TableInstance;
diff --git a/packages/material-react-table/src/components/body/MRT_TableBodyRowGrabHandle.tsx b/packages/material-react-table/src/components/body/MRT_TableBodyRowGrabHandle.tsx
index f393af732..54a3da7cb 100644
--- a/packages/material-react-table/src/components/body/MRT_TableBodyRowGrabHandle.tsx
+++ b/packages/material-react-table/src/components/body/MRT_TableBodyRowGrabHandle.tsx
@@ -11,7 +11,7 @@ import { MRT_GrabHandleButton } from '../buttons/MRT_GrabHandleButton';
export interface MRT_TableBodyRowGrabHandleProps
extends IconButtonProps {
row: MRT_Row;
- rowRef: RefObject;
+ rowRef: RefObject;
table: MRT_TableInstance;
}
diff --git a/packages/material-react-table/src/components/body/MRT_TableDetailPanel.tsx b/packages/material-react-table/src/components/body/MRT_TableDetailPanel.tsx
index 718a665ad..a9797b5f5 100644
--- a/packages/material-react-table/src/components/body/MRT_TableDetailPanel.tsx
+++ b/packages/material-react-table/src/components/body/MRT_TableDetailPanel.tsx
@@ -13,7 +13,7 @@ import { parseFromValuesOrFunc } from '../../utils/utils';
export interface MRT_TableDetailPanelProps
extends TableCellProps {
- parentRowRef: RefObject;
+ parentRowRef: RefObject;
row: MRT_Row;
rowVirtualizer?: MRT_RowVirtualizer;
staticRowIndex: number;
diff --git a/packages/material-react-table/src/components/buttons/MRT_EditActionButtons.tsx b/packages/material-react-table/src/components/buttons/MRT_EditActionButtons.tsx
index d802d175e..1eb2f5a73 100644
--- a/packages/material-react-table/src/components/buttons/MRT_EditActionButtons.tsx
+++ b/packages/material-react-table/src/components/buttons/MRT_EditActionButtons.tsx
@@ -55,7 +55,7 @@ export const MRT_EditActionButtons = ({
const handleSubmitRow = () => {
//look for auto-filled input values
- Object.values(editInputRefs?.current)
+ Object.values(editInputRefs.current ?? {})
.filter((inputRef) => row.id === inputRef?.name?.split('_')?.[0])
?.forEach((input) => {
if (
diff --git a/packages/material-react-table/src/components/head/MRT_TableHeadCell.tsx b/packages/material-react-table/src/components/head/MRT_TableHeadCell.tsx
index ca9c87804..ae37780ab 100644
--- a/packages/material-react-table/src/components/head/MRT_TableHeadCell.tsx
+++ b/packages/material-react-table/src/components/head/MRT_TableHeadCell.tsx
@@ -191,7 +191,7 @@ export const MRT_TableHeadCell = ({
onDragOver={handleDragOver}
ref={(node: HTMLTableCellElement) => {
if (node) {
- tableHeadCellRefs.current[column.id] = node;
+ tableHeadCellRefs.current![column.id] = node;
if (columnDefType !== 'group') {
columnVirtualizer?.measureElement?.(node);
}
@@ -319,7 +319,7 @@ export const MRT_TableHeadCell = ({
column={column}
table={table}
tableHeadCellRef={{
- current: tableHeadCellRefs.current[column.id],
+ current: tableHeadCellRefs.current?.[column.id]!,
}}
/>
)}
diff --git a/packages/material-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx b/packages/material-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx
index d28c03443..02cfd4205 100644
--- a/packages/material-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx
+++ b/packages/material-react-table/src/components/head/MRT_TableHeadCellFilterLabel.tsx
@@ -125,8 +125,8 @@ export const MRT_TableHeadCellFilterLabel = ({
setShowColumnFilters(true);
}
queueMicrotask(() => {
- filterInputRefs.current[`${column.id}-0`]?.focus?.();
- filterInputRefs.current[`${column.id}-0`]?.select?.();
+ filterInputRefs.current?.[`${column.id}-0`]?.focus?.();
+ filterInputRefs.current?.[`${column.id}-0`]?.select?.();
});
event.stopPropagation();
}}
diff --git a/packages/material-react-table/src/components/head/MRT_TableHeadCellGrabHandle.tsx b/packages/material-react-table/src/components/head/MRT_TableHeadCellGrabHandle.tsx
index 223573753..cbff59789 100644
--- a/packages/material-react-table/src/components/head/MRT_TableHeadCellGrabHandle.tsx
+++ b/packages/material-react-table/src/components/head/MRT_TableHeadCellGrabHandle.tsx
@@ -13,7 +13,7 @@ export interface MRT_TableHeadCellGrabHandleProps
extends IconButtonProps {
column: MRT_Column;
table: MRT_TableInstance;
- tableHeadCellRef: RefObject;
+ tableHeadCellRef: RefObject;
}
export const MRT_TableHeadCellGrabHandle = ({
diff --git a/packages/material-react-table/src/components/inputs/MRT_EditCellTextField.tsx b/packages/material-react-table/src/components/inputs/MRT_EditCellTextField.tsx
index cb644c380..f35af48b8 100644
--- a/packages/material-react-table/src/components/inputs/MRT_EditCellTextField.tsx
+++ b/packages/material-react-table/src/components/inputs/MRT_EditCellTextField.tsx
@@ -96,7 +96,7 @@ export const MRT_EditCellTextField = ({
const handleEnterKeyDown = (event: KeyboardEvent) => {
textFieldProps.onKeyDown?.(event);
if (event.key === 'Enter' && !event.shiftKey && completesComposition) {
- editInputRefs.current[column.id]?.blur();
+ editInputRefs.current?.[column.id]?.blur();
}
};
@@ -110,7 +110,7 @@ export const MRT_EditCellTextField = ({
fullWidth
inputRef={(inputRef) => {
if (inputRef) {
- editInputRefs.current[column.id] = inputRef;
+ editInputRefs.current![column.id] = inputRef;
if (textFieldProps.inputRef) {
textFieldProps.inputRef = inputRef;
}
diff --git a/packages/material-react-table/src/components/inputs/MRT_FilterRangeSlider.tsx b/packages/material-react-table/src/components/inputs/MRT_FilterRangeSlider.tsx
index 11bdc2a3a..a81e862be 100644
--- a/packages/material-react-table/src/components/inputs/MRT_FilterRangeSlider.tsx
+++ b/packages/material-react-table/src/components/inputs/MRT_FilterRangeSlider.tsx
@@ -91,7 +91,7 @@ export const MRT_FilterRangeSlider = ({
input: {
ref: (node) => {
if (node) {
- filterInputRefs.current[`${column.id}-0`] = node;
+ filterInputRefs.current![`${column.id}-0`] = node;
// @ts-ignore
if (sliderProps?.slotProps?.input?.ref) {
//@ts-ignore
diff --git a/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx b/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx
index f57156542..c67a1c970 100644
--- a/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx
+++ b/packages/material-react-table/src/components/inputs/MRT_FilterTextField.tsx
@@ -325,7 +325,7 @@ export const MRT_FilterTextField = ({
title: filterPlaceholder,
},
inputRef: (inputRef) => {
- filterInputRefs.current[`${column.id}-${rangeFilterIndex ?? 0}`] =
+ filterInputRefs.current![`${column.id}-${rangeFilterIndex ?? 0}`] =
inputRef;
if (textFieldProps.inputRef) {
textFieldProps.inputRef = inputRef;
diff --git a/packages/material-react-table/src/components/menus/MRT_ColumnActionMenu.tsx b/packages/material-react-table/src/components/menus/MRT_ColumnActionMenu.tsx
index cbb14566a..64a5fa748 100644
--- a/packages/material-react-table/src/components/menus/MRT_ColumnActionMenu.tsx
+++ b/packages/material-react-table/src/components/menus/MRT_ColumnActionMenu.tsx
@@ -117,7 +117,7 @@ export const MRT_ColumnActionMenu = ({
const handleFilterByColumn = () => {
setShowColumnFilters(true);
- queueMicrotask(() => filterInputRefs.current[`${column.id}-0`]?.focus());
+ queueMicrotask(() => filterInputRefs.current?.[`${column.id}-0`]?.focus());
setAnchorEl(null);
};
diff --git a/packages/material-react-table/src/hooks/display-columns/getMRT_RowDragColumnDef.tsx b/packages/material-react-table/src/hooks/display-columns/getMRT_RowDragColumnDef.tsx
index 27d345659..353c594e3 100644
--- a/packages/material-react-table/src/hooks/display-columns/getMRT_RowDragColumnDef.tsx
+++ b/packages/material-react-table/src/hooks/display-columns/getMRT_RowDragColumnDef.tsx
@@ -14,7 +14,7 @@ export const getMRT_RowDragColumnDef = (
Cell: ({ row, rowRef, table }) => (
}
+ rowRef={rowRef as RefObject}
table={table}
/>
),
diff --git a/packages/material-react-table/src/hooks/useMRT_Effects.ts b/packages/material-react-table/src/hooks/useMRT_Effects.ts
index 450f528c7..d8efe8ae3 100644
--- a/packages/material-react-table/src/hooks/useMRT_Effects.ts
+++ b/packages/material-react-table/src/hooks/useMRT_Effects.ts
@@ -31,8 +31,8 @@ export const useMRT_Effects = (
const totalRowCount = rowCount ?? getPrePaginationRowModel().rows.length;
const rerender = useReducer(() => ({}), {})[1];
- const initialBodyHeight = useRef();
- const previousTop = useRef();
+ const initialBodyHeight = useRef(null);
+ const previousTop = useRef(null);
useEffect(() => {
if (typeof window !== 'undefined') {
diff --git a/packages/material-react-table/src/types.ts b/packages/material-react-table/src/types.ts
index 7decff05f..5afa2a42f 100644
--- a/packages/material-react-table/src/types.ts
+++ b/packages/material-react-table/src/types.ts
@@ -1,6 +1,5 @@
import {
type Dispatch,
- type MutableRefObject,
type ReactNode,
type RefObject,
type SetStateAction,
@@ -308,18 +307,18 @@ export type MRT_TableInstance = Omit<
getTopRows: () => MRT_Row[];
options: MRT_StatefulTableOptions;
refs: {
- actionCellRef: MutableRefObject;
- bottomToolbarRef: MutableRefObject;
- editInputRefs: MutableRefObject>;
- filterInputRefs: MutableRefObject>;
- lastSelectedRowId: MutableRefObject;
- searchInputRef: MutableRefObject;
- tableContainerRef: MutableRefObject;
- tableFooterRef: MutableRefObject;
- tableHeadCellRefs: MutableRefObject>;
- tableHeadRef: MutableRefObject;
- tablePaperRef: MutableRefObject;
- topToolbarRef: MutableRefObject;
+ actionCellRef: RefObject;
+ bottomToolbarRef: RefObject;
+ editInputRefs: RefObject | null>;
+ filterInputRefs: RefObject | null>;
+ lastSelectedRowId: RefObject;
+ searchInputRef: RefObject;
+ tableContainerRef: RefObject;
+ tableFooterRef: RefObject;
+ tableHeadCellRefs: RefObject | null>;
+ tableHeadRef: RefObject;
+ tablePaperRef: RefObject;
+ topToolbarRef: RefObject;
};
setActionCell: Dispatch | null>>;
setColumnFilterFns: Dispatch>;
@@ -442,7 +441,7 @@ export interface MRT_ColumnDef
column: MRT_Column;
renderedCellValue: ReactNode;
row: MRT_Row;
- rowRef?: RefObject;
+ rowRef?: RefObject;
staticColumnIndex?: number;
staticRowIndex?: number;
table: MRT_TableInstance;
@@ -824,7 +823,7 @@ export interface MRT_TableOptions
* @link https://www.material-react-table.com/docs/api/column-options
*/
columns: MRT_ColumnDef[];
- columnVirtualizerInstanceRef?: MutableRefObject;
+ columnVirtualizerInstanceRef?: RefObject;
columnVirtualizerOptions?:
| ((props: {
table: MRT_TableInstance;
@@ -1325,7 +1324,7 @@ export interface MRT_TableOptions
| 'sticky'
| 'top'
| 'top-and-bottom';
- rowVirtualizerInstanceRef?: MutableRefObject;
+ rowVirtualizerInstanceRef?: RefObject;
rowVirtualizerOptions?:
| ((props: {
table: MRT_TableInstance;
diff --git a/packages/material-react-table/src/utils/cell.utils.ts b/packages/material-react-table/src/utils/cell.utils.ts
index ee0f9d076..799af56c6 100644
--- a/packages/material-react-table/src/utils/cell.utils.ts
+++ b/packages/material-react-table/src/utils/cell.utils.ts
@@ -52,7 +52,7 @@ export const openEditingCell = ({
if (isCellEditable({ cell, table }) && editDisplayMode === 'cell') {
table.setEditingCell(cell);
queueMicrotask(() => {
- const textField = editInputRefs.current[column.id];
+ const textField = editInputRefs.current?.[column.id];
if (textField) {
textField.focus();
textField.select?.();
diff --git a/packages/material-react-table/src/utils/tanstack.helpers.ts b/packages/material-react-table/src/utils/tanstack.helpers.ts
index 717c5ec14..ed6736443 100644
--- a/packages/material-react-table/src/utils/tanstack.helpers.ts
+++ b/packages/material-react-table/src/utils/tanstack.helpers.ts
@@ -1,4 +1,4 @@
-import { type ReactNode } from 'react';
+import { type ReactNode, type JSX } from 'react';
import {
createRow as _createRow,
flexRender as _flexRender,
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index fa093cd2c..b18cfd5c6 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -9,62 +9,62 @@ importers:
.:
devDependencies:
prettier:
- specifier: ^3.4.1
+ specifier: ^3.4.2
version: 3.4.2
turbo:
- specifier: 2.1.2
- version: 2.1.2
+ specifier: 2.3.3
+ version: 2.3.3
apps/material-react-table-docs:
dependencies:
'@docsearch/js':
- specifier: 3.6.1
- version: 3.6.1(@algolia/client-search@4.24.0)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)
+ specifier: 3.8.0
+ version: 3.8.0(@algolia/client-search@5.17.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)
'@emotion/react':
- specifier: ^11.13.3
- version: 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/styled':
- specifier: ^11.13.0
- version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@faker-js/faker':
- specifier: ^9.0.0
+ specifier: ^9.3.0
version: 9.3.0
'@fortawesome/fontawesome-svg-core':
- specifier: ^6.6.0
+ specifier: ^6.7.1
version: 6.7.1
'@fortawesome/free-solid-svg-icons':
- specifier: ^6.6.0
+ specifier: ^6.7.1
version: 6.7.1
'@fortawesome/react-fontawesome':
specifier: ^0.2.2
- version: 0.2.2(@fortawesome/fontawesome-svg-core@6.7.1)(react@18.3.1)
+ version: 0.2.2(@fortawesome/fontawesome-svg-core@6.7.1)(react@19.0.0)
'@mdx-js/loader':
- specifier: ^3.0.1
+ specifier: ^3.1.0
version: 3.1.0(acorn@8.14.0)(webpack@5.97.1)
'@mdx-js/react':
- specifier: ^3.0.1
- version: 3.1.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^3.1.0
+ version: 3.1.0(@types/react@19.0.1)(react@19.0.0)
'@mui/icons-material':
- specifier: ^6.1.0
- version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/material':
- specifier: ^6.1.0
- version: 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-charts':
- specifier: ^7.16.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-date-pickers':
- specifier: ^7.16.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@next/mdx':
- specifier: ^14.2.11
- version: 14.2.20(@mdx-js/loader@3.1.0(acorn@8.14.0)(webpack@5.97.1))(@mdx-js/react@3.1.0(@types/react@18.3.16)(react@18.3.1))
+ specifier: ^15.1.0
+ version: 15.1.0(@mdx-js/loader@3.1.0(acorn@8.14.0)(webpack@5.97.1))(@mdx-js/react@3.1.0(@types/react@19.0.1)(react@19.0.0))
'@tanstack/react-query':
- specifier: ^5.56.2
- version: 5.62.7(react@18.3.1)
+ specifier: ^5.62.7
+ version: 5.62.7(react@19.0.0)
'@tanstack/react-table-devtools':
specifier: ^8.20.5
- version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 8.20.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@types/mdx':
specifier: ^2.0.13
version: 2.0.13
@@ -78,93 +78,93 @@ importers:
specifier: 2.0.0
version: 2.0.0
jspdf:
- specifier: ^2.5.1
+ specifier: ^2.5.2
version: 2.5.2
jspdf-autotable:
- specifier: ^3.8.3
+ specifier: ^3.8.4
version: 3.8.4(jspdf@2.5.2)
match-sorter:
- specifier: ^6.3.4
- version: 6.4.0
+ specifier: ^8.0.0
+ version: 8.0.0
material-react-table:
specifier: workspace:*
version: link:../../packages/material-react-table
next:
specifier: 14.2.11
- version: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
next-sitemap:
specifier: ^4.2.3
- version: 4.2.3(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))
+ version: 4.2.3(next@14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0))
prism-react-renderer:
- specifier: ^2.4.0
- version: 2.4.1(react@18.3.1)
+ specifier: ^2.4.1
+ version: 2.4.1(react@19.0.0)
react:
- specifier: 18.3.1
- version: 18.3.1
+ specifier: 19.0.0
+ version: 19.0.0
react-dom:
- specifier: 18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: 19.0.0
+ version: 19.0.0(react@19.0.0)
zod:
- specifier: ^3.23.8
+ specifier: ^3.24.1
version: 3.24.1
devDependencies:
'@tanstack/eslint-plugin-query':
- specifier: ^5.56.1
- version: 5.62.1(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ specifier: ^5.62.1
+ version: 5.62.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@types/node':
- specifier: ^22.5.4
+ specifier: ^22.10.2
version: 22.10.2
'@types/react':
- specifier: ^18.3.5
- version: 18.3.16
+ specifier: ^19.0.1
+ version: 19.0.1
'@types/react-dom':
- specifier: ^18.3.0
- version: 18.3.5(@types/react@18.3.16)
+ specifier: ^19.0.2
+ version: 19.0.2(@types/react@19.0.1)
'@typescript-eslint/eslint-plugin':
- specifier: ^8.5.0
- version: 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ specifier: ^8.18.0
+ version: 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@typescript-eslint/parser':
- specifier: ^8.5.0
- version: 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ specifier: ^8.18.0
+ version: 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
eslint:
- specifier: 9.10.0
- version: 9.10.0(jiti@2.4.1)
+ specifier: 9.16.0
+ version: 9.16.0(jiti@2.4.1)
eslint-config-next:
- specifier: 14.2.11
- version: 14.2.11(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ specifier: 15.1.0
+ version: 15.1.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
next-plausible:
- specifier: ^3.12.2
- version: 3.12.4(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^3.12.4
+ version: 3.12.4(next@14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
raw-loader:
specifier: ^4.0.2
version: 4.0.2(webpack@5.97.1)
typescript:
- specifier: 5.6.2
- version: 5.6.2
+ specifier: 5.7.2
+ version: 5.7.2
apps/test-cra:
dependencies:
'@emotion/react':
- specifier: ^11.13.5
- version: 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/styled':
- specifier: ^11.13.5
- version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/icons-material':
- specifier: ^6.1.9
- version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/material':
- specifier: ^6.1.9
- version: 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-date-pickers':
- specifier: ^7.23.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@testing-library/jest-dom':
specifier: ^6.6.3
version: 6.6.3
'@testing-library/react':
- specifier: ^16.0.1
- version: 16.1.0(@testing-library/dom@8.20.1)(@types/react-dom@18.3.5(@types/react@18.3.16))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^16.1.0
+ version: 16.1.0(@testing-library/dom@8.20.1)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@testing-library/user-event':
specifier: ^14.5.2
version: 14.5.2(@testing-library/dom@8.20.1)
@@ -172,43 +172,43 @@ importers:
specifier: workspace:*
version: link:../../packages/material-react-table
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: ^19.0.0
+ version: 19.0.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: ^19.0.0
+ version: 19.0.0(react@19.0.0)
react-scripts:
specifier: 5.0.1
- version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(eslint@9.16.0(jiti@2.4.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.7.2)
+ version: 5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(eslint@9.16.0(jiti@2.4.1))(react@19.0.0)(type-fest@2.19.0)(typescript@5.7.2)
apps/test-remix:
dependencies:
'@emotion/react':
- specifier: ^11.13.5
- version: 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/styled':
- specifier: ^11.13.5
- version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/icons-material':
- specifier: ^6.1.9
- version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/material':
- specifier: ^6.1.9
- version: 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-date-pickers':
- specifier: ^7.23.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@remix-run/css-bundle':
- specifier: ^2.15.0
+ specifier: ^2.15.1
version: 2.15.1
'@remix-run/node':
- specifier: ^2.15.0
+ specifier: ^2.15.1
version: 2.15.1(typescript@5.7.2)
'@remix-run/react':
- specifier: ^2.15.0
- version: 2.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
+ specifier: ^2.15.1
+ version: 2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.2)
'@remix-run/serve':
- specifier: ^2.15.0
+ specifier: ^2.15.1
version: 2.15.1(typescript@5.7.2)
isbot:
specifier: ^5.1.17
@@ -217,24 +217,24 @@ importers:
specifier: workspace:*
version: link:../../packages/material-react-table
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: ^19.0.0
+ version: 19.0.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: ^19.0.0
+ version: 19.0.0(react@19.0.0)
devDependencies:
'@remix-run/dev':
- specifier: ^2.15.0
- version: 2.15.1(@remix-run/react@2.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2))(@remix-run/serve@2.15.1(typescript@5.7.2))(@types/node@22.10.2)(babel-plugin-macros@3.1.0)(terser@5.37.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
+ specifier: ^2.15.1
+ version: 2.15.1(@remix-run/react@2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.2))(@remix-run/serve@2.15.1(typescript@5.7.2))(@types/node@22.10.2)(babel-plugin-macros@3.1.0)(terser@5.37.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
'@remix-run/eslint-config':
- specifier: ^2.15.0
- version: 2.15.1(eslint@9.16.0(jiti@2.4.1))(react@18.3.1)(typescript@5.7.2)
+ specifier: ^2.15.1
+ version: 2.15.1(eslint@9.16.0(jiti@2.4.1))(react@19.0.0)(typescript@5.7.2)
'@types/react':
- specifier: ^18.3.12
- version: 18.3.16
+ specifier: ^19.0.1
+ version: 19.0.1
'@types/react-dom':
- specifier: ^18.3.1
- version: 18.3.5(@types/react@18.3.16)
+ specifier: ^19.0.2
+ version: 19.0.2(@types/react@19.0.1)
eslint:
specifier: ^9.16.0
version: 9.16.0(jiti@2.4.1)
@@ -245,41 +245,41 @@ importers:
apps/test-vite:
dependencies:
'@emotion/react':
- specifier: ^11.13.5
- version: 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/styled':
- specifier: ^11.13.5
- version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/icons-material':
- specifier: ^6.1.9
- version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/material':
- specifier: ^6.1.9
- version: 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-date-pickers':
- specifier: ^7.23.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
material-react-table:
specifier: workspace:*
version: link:../../packages/material-react-table
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: ^19.0.0
+ version: 19.0.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: ^19.0.0
+ version: 19.0.0(react@19.0.0)
devDependencies:
'@types/react':
- specifier: ^18.3.12
- version: 18.3.16
+ specifier: ^19.0.1
+ version: 19.0.1
'@types/react-dom':
- specifier: ^18.3.1
- version: 18.3.5(@types/react@18.3.16)
+ specifier: ^19.0.2
+ version: 19.0.2(@types/react@19.0.1)
'@typescript-eslint/eslint-plugin':
- specifier: ^8.16.0
+ specifier: ^8.18.0
version: 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@typescript-eslint/parser':
- specifier: ^8.16.0
+ specifier: ^8.18.0
version: 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@vitejs/plugin-react':
specifier: ^4.3.4
@@ -288,16 +288,16 @@ importers:
specifier: ^9.16.0
version: 9.16.0(jiti@2.4.1)
eslint-plugin-react-hooks:
- specifier: ^5.0.0
+ specifier: ^5.1.0
version: 5.1.0(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-react-refresh:
- specifier: ^0.4.14
+ specifier: ^0.4.16
version: 0.4.16(eslint@9.16.0(jiti@2.4.1))
typescript:
specifier: ^5.7.2
version: 5.7.2
vite:
- specifier: ^6.0.1
+ specifier: ^6.0.3
version: 6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1)
packages/material-react-table:
@@ -307,104 +307,101 @@ importers:
version: 8.19.4
'@tanstack/react-table':
specifier: 8.20.5
- version: 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ version: 8.20.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@tanstack/react-virtual':
- specifier: 3.10.9
- version: 3.10.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: 3.11.1
+ version: 3.11.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
highlight-words:
specifier: 2.0.0
version: 2.0.0
devDependencies:
'@emotion/react':
- specifier: ^11.13.3
- version: 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/styled':
- specifier: ^11.13.0
- version: 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^11.14.0
+ version: 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@faker-js/faker':
- specifier: ^9.0.0
+ specifier: ^9.3.0
version: 9.3.0
'@mui/icons-material':
- specifier: ^6.1.0
- version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
'@mui/material':
- specifier: ^6.1.0
- version: 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^6.2.0
+ version: 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@mui/x-date-pickers':
- specifier: ^7.16.0
- version: 7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ specifier: ^7.23.2
+ version: 7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@rollup/plugin-typescript':
specifier: ^11.1.6
- version: 11.1.6(rollup@2.79.2)(tslib@2.8.1)(typescript@5.7.2)
+ version: 11.1.6(rollup@2.79.2)(tslib@2.8.1)(typescript@5.6.2)
'@size-limit/preset-small-lib':
- specifier: ^11.1.5
+ specifier: ^11.1.6
version: 11.1.6(size-limit@11.1.6)
'@storybook/addon-a11y':
- specifier: ^8.3.0
+ specifier: ^8.4.7
version: 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-essentials':
- specifier: ^8.3.0
- version: 8.4.7(@types/react@18.3.16)(storybook@8.4.7(prettier@3.4.2))
+ specifier: ^8.4.7
+ version: 8.4.7(@types/react@19.0.1)(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-links':
- specifier: ^8.3.0
- version: 8.4.7(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
+ specifier: ^8.4.7
+ version: 8.4.7(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-storysource':
- specifier: ^8.3.0
+ specifier: ^8.4.7
version: 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/blocks':
- specifier: ^8.3.0
- version: 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
+ specifier: ^8.4.7
+ version: 8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))
'@storybook/preview-api':
- specifier: ^8.3.0
+ specifier: ^8.4.7
version: 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/react':
- specifier: ^8.3.0
- version: 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.2)
+ specifier: ^8.4.7
+ version: 8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))(typescript@5.6.2)
'@storybook/react-vite':
- specifier: ^8.3.0
- version: 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@2.79.2)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
+ specifier: ^8.4.7
+ version: 8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@2.79.2)(storybook@8.4.7(prettier@3.4.2))(typescript@5.6.2)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))
'@types/node':
- specifier: ^22.5.4
+ specifier: ^22.10.2
version: 22.10.2
'@types/react':
- specifier: ^18.3.5
- version: 18.3.16
+ specifier: ^19.0.1
+ version: 19.0.1
'@types/react-dom':
- specifier: ^18.3.0
- version: 18.3.5(@types/react@18.3.16)
+ specifier: ^19.0.2
+ version: 19.0.2(@types/react@19.0.1)
'@typescript-eslint/eslint-plugin':
- specifier: ^8.5.0
- version: 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ specifier: 8.5.0
+ version: 8.5.0(@typescript-eslint/parser@8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
'@typescript-eslint/parser':
- specifier: ^8.5.0
- version: 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ specifier: 8.5.0
+ version: 8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
'@vitejs/plugin-react':
- specifier: ^4.3.1
- version: 4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
+ specifier: ^4.3.4
+ version: 4.3.4(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))
eslint:
- specifier: ^9.10.0
+ specifier: ^9.16.0
version: 9.16.0(jiti@2.4.1)
eslint-plugin-mui-path-imports:
specifier: ^0.0.15
version: 0.0.15(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-perfectionist:
- specifier: ^3.5.0
- version: 3.9.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ specifier: ^4.3.0
+ version: 4.3.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
eslint-plugin-storybook:
- specifier: ^0.8.0
- version: 0.8.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- prop-types:
- specifier: ^15.8.1
- version: 15.8.1
+ specifier: ^0.11.1
+ version: 0.11.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
react:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: ^19.0.0
+ version: 19.0.0
react-dom:
- specifier: ^18.3.1
- version: 18.3.1(react@18.3.1)
+ specifier: ^19.0.0
+ version: 19.0.0(react@19.0.0)
react-is:
- specifier: ^18.3.1
- version: 18.3.1
+ specifier: ^19.0.0
+ version: 19.0.0
rollup:
specifier: ^2.79.1
version: 2.79.2
@@ -416,98 +413,105 @@ importers:
version: 2.1.0(rollup@2.79.2)
rollup-plugin-dts:
specifier: ^6.1.1
- version: 6.1.1(rollup@2.79.2)(typescript@5.7.2)
+ version: 6.1.1(rollup@2.79.2)(typescript@5.6.2)
rollup-plugin-peer-deps-external:
specifier: ^2.2.4
version: 2.2.4(rollup@2.79.2)
size-limit:
- specifier: ^11.1.5
+ specifier: ^11.1.6
version: 11.1.6
storybook:
- specifier: ^8.3.0
+ specifier: ^8.4.7
version: 8.4.7(prettier@3.4.2)
storybook-dark-mode:
specifier: ^4.0.2
- version: 4.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
+ version: 4.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))
tslib:
- specifier: ^2.7.0
+ specifier: ^2.8.1
version: 2.8.1
typescript:
- specifier: ^5.6.2
- version: 5.7.2
+ specifier: 5.6.2
+ version: 5.6.2
vite:
- specifier: ^5.4.4
- version: 5.4.11(@types/node@22.10.2)(terser@5.37.0)
+ specifier: ^6.0.3
+ version: 6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1)
packages:
'@adobe/css-tools@4.4.1':
resolution: {integrity: sha512-12WGKBQzjUAI4ayyF4IAtfw2QR/IDoqk6jTddXDhtYTJF9ASmoE1zst7cVtP0aL/F1jUJL5r+JxKXKEgHNbEUQ==}
- '@algolia/autocomplete-core@1.9.3':
- resolution: {integrity: sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL7A6fP6PPw==}
+ '@algolia/autocomplete-core@1.17.7':
+ resolution: {integrity: sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==}
- '@algolia/autocomplete-plugin-algolia-insights@1.9.3':
- resolution: {integrity: sha512-a/yTUkcO/Vyy+JffmAnTWbr4/90cLzw+CC3bRbhnULr/EM0fGNvM13oQQ14f2moLMcVDyAx/leczLlAOovhSZg==}
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.7':
+ resolution: {integrity: sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==}
peerDependencies:
search-insights: '>= 1 < 3'
- '@algolia/autocomplete-preset-algolia@1.9.3':
- resolution: {integrity: sha512-d4qlt6YmrLMYy95n5TB52wtNDr6EgAIPH81dvvvW8UmuWRgxEtY0NJiPwl/h95JtG2vmRM804M0DSwMCNZlzRA==}
+ '@algolia/autocomplete-preset-algolia@1.17.7':
+ resolution: {integrity: sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/autocomplete-shared@1.9.3':
- resolution: {integrity: sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==}
+ '@algolia/autocomplete-shared@1.17.7':
+ resolution: {integrity: sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==}
peerDependencies:
'@algolia/client-search': '>= 4.9.1 < 6'
algoliasearch: '>= 4.9.1 < 6'
- '@algolia/cache-browser-local-storage@4.24.0':
- resolution: {integrity: sha512-t63W9BnoXVrGy9iYHBgObNXqYXM3tYXCjDSHeNwnsc324r4o5UiVKUiAB4THQ5z9U5hTj6qUvwg/Ez43ZD85ww==}
-
- '@algolia/cache-common@4.24.0':
- resolution: {integrity: sha512-emi+v+DmVLpMGhp0V9q9h5CdkURsNmFC+cOS6uK9ndeJm9J4TiqSvPYVu+THUP8P/S08rxf5x2P+p3CfID0Y4g==}
+ '@algolia/client-abtesting@5.17.1':
+ resolution: {integrity: sha512-Os/xkQbDp5A5RdGYq1yS3fF69GoBJH5FIfrkVh+fXxCSe714i1Xdl9XoXhS4xG76DGKm6EFMlUqP024qjps8cg==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/cache-in-memory@4.24.0':
- resolution: {integrity: sha512-gDrt2so19jW26jY3/MkFg5mEypFIPbPoXsQGQWAi6TrCPsNOSEYepBMPlucqWigsmEy/prp5ug2jy/N3PVG/8w==}
+ '@algolia/client-analytics@5.17.1':
+ resolution: {integrity: sha512-WKpGC+cUhmdm3wndIlTh8RJXoVabUH+4HrvZHC4hXtvCYojEXYeep8RZstatwSZ7Ocg6Y2u67bLw90NEINuYEw==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/client-account@4.24.0':
- resolution: {integrity: sha512-adcvyJ3KjPZFDybxlqnf+5KgxJtBjwTPTeyG2aOyoJvx0Y8dUQAEOEVOJ/GBxX0WWNbmaSrhDURMhc+QeevDsA==}
+ '@algolia/client-common@5.17.1':
+ resolution: {integrity: sha512-5rb5+yPIie6912riAypTSyzbE23a7UM1UpESvD8GEPI4CcWQvA9DBlkRNx9qbq/nJ5pvv8VjZjUxJj7rFkzEAA==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/client-analytics@4.24.0':
- resolution: {integrity: sha512-y8jOZt1OjwWU4N2qr8G4AxXAzaa8DBvyHTWlHzX/7Me1LX8OayfgHexqrsL4vSBcoMmVw2XnVW9MhL+Y2ZDJXg==}
+ '@algolia/client-insights@5.17.1':
+ resolution: {integrity: sha512-nb/tfwBMn209TzFv1DDTprBKt/wl5btHVKoAww9fdEVdoKK02R2KAqxe5tuXLdEzAsS+LevRyOM/YjXuLmPtjQ==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/client-common@4.24.0':
- resolution: {integrity: sha512-bc2ROsNL6w6rqpl5jj/UywlIYC21TwSSoFHKl01lYirGMW+9Eek6r02Tocg4gZ8HAw3iBvu6XQiM3BEbmEMoiA==}
+ '@algolia/client-personalization@5.17.1':
+ resolution: {integrity: sha512-JuNlZe1SdW9KbV0gcgdsiVkFfXt0mmPassdS3cBSGvZGbPB9JsHthD719k5Y6YOY4dGvw1JmC1i9CwCQHAS8hg==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/client-personalization@4.24.0':
- resolution: {integrity: sha512-l5FRFm/yngztweU0HdUzz1rC4yoWCFo3IF+dVIVTfEPg906eZg5BOd1k0K6rZx5JzyyoP4LdmOikfkfGsKVE9w==}
+ '@algolia/client-query-suggestions@5.17.1':
+ resolution: {integrity: sha512-RBIFIv1QE3IlAikJKWTOpd6pwE4d2dY6t02iXH7r/SLXWn0HzJtsAPPeFg/OKkFvWAXt0H7In2/Mp7a1/Dy2pw==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/client-search@4.24.0':
- resolution: {integrity: sha512-uRW6EpNapmLAD0mW47OXqTP8eiIx5F6qN9/x/7HHO6owL3N1IXqydGwW5nhDFBrV+ldouro2W1VX3XlcUXEFCA==}
+ '@algolia/client-search@5.17.1':
+ resolution: {integrity: sha512-bd5JBUOP71kPsxwDcvOxqtqXXVo/706NFifZ/O5Rx5GB8ZNVAhg4l7aGoT6jBvEfgmrp2fqPbkdIZ6JnuOpGcw==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/logger-common@4.24.0':
- resolution: {integrity: sha512-LLUNjkahj9KtKYrQhFKCzMx0BY3RnNP4FEtO+sBybCjJ73E8jNdaKJ/Dd8A/VA4imVHP5tADZ8pn5B8Ga/wTMA==}
+ '@algolia/ingestion@1.17.1':
+ resolution: {integrity: sha512-T18tvePi1rjRYcIKhd82oRukrPWHxG/Iy1qFGaxCplgRm9Im5z96qnYOq75MSKGOUHkFxaBKJOLmtn8xDR+Mcw==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/logger-console@4.24.0':
- resolution: {integrity: sha512-X4C8IoHgHfiUROfoRCV+lzSy+LHMgkoEEU1BbKcsfnV0i0S20zyy0NLww9dwVHUWNfPPxdMU+/wKmLGYf96yTg==}
+ '@algolia/monitoring@1.17.1':
+ resolution: {integrity: sha512-gDtow+AUywTehRP8S1tWKx2IvhcJOxldAoqBxzN3asuQobF7er5n72auBeL++HY4ImEuzMi7PDOA/Iuwxs2IcA==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/recommend@4.24.0':
- resolution: {integrity: sha512-P9kcgerfVBpfYHDfVZDvvdJv0lEoCvzNlOy2nykyt5bK8TyieYyiD0lguIJdRZZYGre03WIAFf14pgE+V+IBlw==}
+ '@algolia/recommend@5.17.1':
+ resolution: {integrity: sha512-2992tTHkRe18qmf5SP57N78kN1D3e5t4PO1rt10sJncWtXBZWiNOK6K/UcvWsFbNSGAogFcIcvIMAl5mNp6RWA==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/requester-browser-xhr@4.24.0':
- resolution: {integrity: sha512-Z2NxZMb6+nVXSjF13YpjYTdvV3032YTBSGm2vnYvYPA6mMxzM3v5rsCiSspndn9rzIW4Qp1lPHBvuoKJV6jnAA==}
+ '@algolia/requester-browser-xhr@5.17.1':
+ resolution: {integrity: sha512-XpKgBfyczVesKgr7DOShNyPPu5kqlboimRRPjdqAw5grSyHhCmb8yoTIKy0TCqBABZeXRPMYT13SMruUVRXvHA==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/requester-common@4.24.0':
- resolution: {integrity: sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==}
+ '@algolia/requester-fetch@5.17.1':
+ resolution: {integrity: sha512-EhUomH+DZP5vb6DnEjT0GvXaXBSwzZnuU6hPGNU1EYKRXDouRjII/bIWpVjt7ycMgL2D2oQruqDh6rAWUhQwRw==}
+ engines: {node: '>= 14.0.0'}
- '@algolia/requester-node-http@4.24.0':
- resolution: {integrity: sha512-JF18yTjNOVYvU/L3UosRcvbPMGT9B+/GQWNWnenIImglzNVGpyzChkXLnrSf6uxwVNO6ESGu6oN8MqcGQcjQJw==}
-
- '@algolia/transporter@4.24.0':
- resolution: {integrity: sha512-86nI7w6NzWxd1Zp9q3413dRshDqAzSbsQjhcDhPIatEFiZrL1/TjnHL8S7jVKFePlIMzDsZWXAXwXzcok9c5oA==}
+ '@algolia/requester-node-http@5.17.1':
+ resolution: {integrity: sha512-PSnENJtl4/wBWXlGyOODbLYm6lSiFqrtww7UpQRCJdsHXlJKF8XAP6AME8NxvbE0Qo/RJUxK0mvyEh9sQcx6bg==}
+ engines: {node: '>= 14.0.0'}
'@alloc/quick-lru@5.2.0':
resolution: {integrity: sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==}
@@ -1331,14 +1335,14 @@ packages:
peerDependencies:
postcss-selector-parser: ^6.0.10
- '@docsearch/css@3.6.1':
- resolution: {integrity: sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==}
+ '@docsearch/css@3.8.0':
+ resolution: {integrity: sha512-pieeipSOW4sQ0+bE5UFC51AOZp9NGxg89wAlZ1BAQFaiRAGK1IKUaPQ0UGZeNctJXyqZ1UvBtOQh2HH+U5GtmA==}
- '@docsearch/js@3.6.1':
- resolution: {integrity: sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==}
+ '@docsearch/js@3.8.0':
+ resolution: {integrity: sha512-PVuV629f5UcYRtBWqK7ID6vNL5647+2ADJypwTjfeBIrJfwPuHtzLy39hMGMfFK+0xgRyhTR0FZ83EkdEraBlg==}
- '@docsearch/react@3.6.1':
- resolution: {integrity: sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==}
+ '@docsearch/react@3.8.0':
+ resolution: {integrity: sha512-WnFK720+iwTVt94CxY3u+FgX6exb3BfN5kE9xUY6uuAH/9W/UFboBZFLlrw/zxFRHoHZCOXRtOylsXF+6LHI+Q==}
peerDependencies:
'@types/react': '>= 16.8.0 < 19.0.0'
react: '>= 16.8.0 < 19.0.0'
@@ -1832,10 +1836,6 @@ packages:
resolution: {integrity: sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
- '@eslint/config-array@0.18.0':
- resolution: {integrity: sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/config-array@0.19.1':
resolution: {integrity: sha512-fo6Mtm5mWyKjA/Chy1BYTdn5mGJoDNjC7C64ug20ADsRDGrA85bN3uK3MaKbeRkRuuIEAR5N33Jr1pbm411/PA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1848,10 +1848,6 @@ packages:
resolution: {integrity: sha512-grOjVNN8P3hjJn/eIETF1wwd12DdnwFDoyceUJLYYdkpbwq3nLi+4fqrTAONx7XDALqlL220wC/RHSC/QTI/0w==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/js@9.10.0':
- resolution: {integrity: sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/js@9.16.0':
resolution: {integrity: sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -1860,10 +1856,6 @@ packages:
resolution: {integrity: sha512-o0bhxnL89h5Bae5T318nFoFzGy+YE5i/gGkoPAgkmTVdRKTiv3p8JHevPiPaMwoloKfEiiaHlawCqaZMqRm+XQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- '@eslint/plugin-kit@0.1.0':
- resolution: {integrity: sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
-
'@eslint/plugin-kit@0.2.4':
resolution: {integrity: sha512-zSkKow6H5Kdm0ZUQUB2kV5JIXqoG0+uH5YADhaEHswm664N9Db8dXSi0nMJpacpMf+MyyglF1vnZohpEg5yUtg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -2207,11 +2199,11 @@ packages:
'@next/env@14.2.11':
resolution: {integrity: sha512-HYsQRSIXwiNqvzzYThrBwq6RhXo3E0n8j8nQnAs8i4fCEo2Zf/3eS0IiRA8XnRg9Ha0YnpkyJZIZg1qEwemrHw==}
- '@next/eslint-plugin-next@14.2.11':
- resolution: {integrity: sha512-7mw+xW7Y03Ph4NTCcAzYe+vu4BNjEHZUfZayyF3Y1D9RX6c5NIe25m1grHEAkyUuaqjRxOYhnCNeglOkIqLkBA==}
+ '@next/eslint-plugin-next@15.1.0':
+ resolution: {integrity: sha512-+jPT0h+nelBT6HC9ZCHGc7DgGVy04cv4shYdAe6tKlEbjQUtwU3LzQhzbDHQyY2m6g39m6B0kOFVuLGBrxxbGg==}
- '@next/mdx@14.2.20':
- resolution: {integrity: sha512-DBO56cbTq5WnW8USiFQY/uwdz4/8/rzxRBhJYMGPUOs2Kex1ZmooMcgM+5yjEGLr3zI3miVG/G+U1HeAyW0V/g==}
+ '@next/mdx@15.1.0':
+ resolution: {integrity: sha512-1USYedy2yRmPdIvQC1b2MBVwiJYrcZnCSHHZZETEuV1rAxjjXedbHmo43kwAv6DL3f9AgDHnl1/s1cqI7xhXdA==}
peerDependencies:
'@mdx-js/loader': '>=0.15.0'
'@mdx-js/react': '>=0.15.0'
@@ -2756,9 +2748,6 @@ packages:
peerDependencies:
storybook: ^8.4.7
- '@storybook/csf@0.0.1':
- resolution: {integrity: sha512-USTLkZze5gkel8MYCujSRBVIrUQ3YPBrLOx7GNk/0wttvVtlzWXAq9eLbQ4p/NicGxP+3T7KPEMVV//g+yubpw==}
-
'@storybook/csf@0.1.12':
resolution: {integrity: sha512-9/exVhabisyIVL0VxTCxo01Tdm8wefIXKXfltAPTSr8cbLn5JAxGQ6QV3mjdecLGEOucfoVhAKtJfVHxEK1iqw==}
@@ -2919,11 +2908,11 @@ packages:
react: '>=16.8'
react-dom: '>=16.8'
- '@tanstack/react-virtual@3.10.9':
- resolution: {integrity: sha512-OXO2uBjFqA4Ibr2O3y0YMnkrRWGVNqcvHQXmGvMu6IK8chZl3PrDxFXdGZ2iZkSrKh3/qUYoFqYe+Rx23RoU0g==}
+ '@tanstack/react-virtual@3.11.1':
+ resolution: {integrity: sha512-orn2QNe5tF6SqjucHJ6cKTKcRDe3GG7bcYqPNn72Yejj7noECdzgAyRfGt2pGDPemhYim3d1HIR/dgruCnLfUA==}
peerDependencies:
- react: ^16.8.0 || ^17.0.0 || ^18.0.0
- react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
+ react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
+ react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
'@tanstack/table-core@8.20.5':
resolution: {integrity: sha512-P9dF7XbibHph2PFRz8gfBKEXEY/HJPOhym8CHmjF8y3q5mWpKx9xtZapXQUWCgkqvsK0R46Azuz+VaxD4Xl+Tg==}
@@ -3143,18 +3132,18 @@ packages:
'@types/range-parser@1.2.7':
resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==}
- '@types/react-dom@18.3.5':
- resolution: {integrity: sha512-P4t6saawp+b/dFrUr2cvkVsfvPguwsxtH6dNIYRllMsefqFzkZk5UIjzyDOv5g1dXIPdG4Sp1yCR4Z6RCUsG/Q==}
+ '@types/react-dom@19.0.2':
+ resolution: {integrity: sha512-c1s+7TKFaDRRxr1TxccIX2u7sfCnc3RxkVyBIUA2lCpyqCF+QoAwQ/CBg7bsMdVwP120HEH143VQezKtef5nCg==}
peerDependencies:
- '@types/react': ^18.0.0
+ '@types/react': ^19.0.0
'@types/react-transition-group@4.4.12':
resolution: {integrity: sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==}
peerDependencies:
'@types/react': '*'
- '@types/react@18.3.16':
- resolution: {integrity: sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw==}
+ '@types/react@19.0.1':
+ resolution: {integrity: sha512-YW6614BDhqbpR5KtUYzTA+zlA7nayzJRA9ljz9CQoxthR0sDisYZLuvSMsil36t4EH/uAt8T52Xb4sVw17G+SQ==}
'@types/resolve@1.17.1':
resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==}
@@ -3218,17 +3207,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/eslint-plugin@7.2.0':
- resolution: {integrity: sha512-mdekAHOqS9UjlmyF/LSs6AIEvfceV749GFxoBAjwAv0nkevfKHWQFDMcBZWUiIC5ft6ePWivXoS36aKQ0Cy3sw==}
- engines: {node: ^16.0.0 || >=18.0.0}
- peerDependencies:
- '@typescript-eslint/parser': ^7.0.0
- eslint: ^8.56.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/eslint-plugin@8.18.0':
resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3237,6 +3215,17 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/eslint-plugin@8.5.0':
+ resolution: {integrity: sha512-lHS5hvz33iUFQKuPFGheAB84LwcJ60G8vKnEhnfcK1l8kGVLro2SFYW6K0/tj8FUhRJ0VHyg1oAfg50QGbPPHw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/experimental-utils@5.62.0':
resolution: {integrity: sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3253,16 +3242,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/parser@7.2.0':
- resolution: {integrity: sha512-5FKsVcHTk6TafQKQbuIVkXq58Fnbkd2wDL4LB7AURN7RUOu1utVP+G8+6u3ZhEroW3DF6hyo3ZEXxgKgp4KeCg==}
- engines: {node: ^16.0.0 || >=18.0.0}
- peerDependencies:
- eslint: ^8.56.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/parser@8.18.0':
resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3270,18 +3249,28 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/parser@8.5.0':
+ resolution: {integrity: sha512-gF77eNv0Xz2UJg/NbpWJ0kqAm35UMsvZf1GHj8D9MRFTj/V3tAciIWXfmPLsAAF/vUlpWPvUDyH1jjsr0cMVWw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/scope-manager@5.62.0':
resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@typescript-eslint/scope-manager@7.2.0':
- resolution: {integrity: sha512-Qh976RbQM/fYtjx9hs4XkayYujB/aPwglw2choHmf3zBjB4qOywWSdt9+KLRdHubGcoSwBnXUH2sR3hkyaERRg==}
- engines: {node: ^16.0.0 || >=18.0.0}
-
'@typescript-eslint/scope-manager@8.18.0':
resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/scope-manager@8.5.0':
+ resolution: {integrity: sha512-06JOQ9Qgj33yvBEx6tpC8ecP9o860rsR22hWMEd12WcTRrfaFgHr2RB/CA/B+7BMhHkXT4chg2MyboGdFGawYg==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/type-utils@5.62.0':
resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3292,16 +3281,6 @@ packages:
typescript:
optional: true
- '@typescript-eslint/type-utils@7.2.0':
- resolution: {integrity: sha512-xHi51adBHo9O9330J8GQYQwrKBqbIPJGZZVQTHHmy200hvkLZFWJIFtAG/7IYTWUyun6DE6w5InDReePJYJlJA==}
- engines: {node: ^16.0.0 || >=18.0.0}
- peerDependencies:
- eslint: ^8.56.0
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/type-utils@8.18.0':
resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3309,18 +3288,27 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/type-utils@8.5.0':
+ resolution: {integrity: sha512-N1K8Ix+lUM+cIDhL2uekVn/ZD7TZW+9/rwz8DclQpcQ9rk4sIL5CAlBC0CugWKREmDjBzI/kQqU4wkg46jWLYA==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/types@5.62.0':
resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@typescript-eslint/types@7.2.0':
- resolution: {integrity: sha512-XFtUHPI/abFhm4cbCDc5Ykc8npOKBSJePY3a3s+lwumt7XWJuzP5cZcfZ610MIPHjQjNsOLlYK8ASPaNG8UiyA==}
- engines: {node: ^16.0.0 || >=18.0.0}
-
'@typescript-eslint/types@8.18.0':
resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/types@8.5.0':
+ resolution: {integrity: sha512-qjkormnQS5wF9pjSi6q60bKUHH44j2APxfh9TQRXK8wbYVeDYYdYJGIROL87LGZZ2gz3Rbmjc736qyL8deVtdw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@typescript-eslint/typescript-estree@5.62.0':
resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
@@ -3330,33 +3318,27 @@ packages:
typescript:
optional: true
- '@typescript-eslint/typescript-estree@7.2.0':
- resolution: {integrity: sha512-cyxS5WQQCoBwSakpMrvMXuMDEbhOo9bNHHrNcEWis6XHx6KF518tkF1wBvKIn/tpq5ZpUYK7Bdklu8qY0MsFIA==}
- engines: {node: ^16.0.0 || >=18.0.0}
- peerDependencies:
- typescript: '*'
- peerDependenciesMeta:
- typescript:
- optional: true
-
'@typescript-eslint/typescript-estree@8.18.0':
resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/typescript-estree@8.5.0':
+ resolution: {integrity: sha512-vEG2Sf9P8BPQ+d0pxdfndw3xIXaoSjliG0/Ejk7UggByZPKXmJmw3GW5jV2gHNQNawBUyfahoSiCFVov0Ruf7Q==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+
'@typescript-eslint/utils@5.62.0':
resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
- '@typescript-eslint/utils@7.2.0':
- resolution: {integrity: sha512-YfHpnMAGb1Eekpm3XRK8hcMwGLGsnT6L+7b2XyRv6ouDuJU1tZir1GS2i0+VXRatMwSI1/UfcyPe53ADkU+IuA==}
- engines: {node: ^16.0.0 || >=18.0.0}
- peerDependencies:
- eslint: ^8.56.0
-
'@typescript-eslint/utils@8.18.0':
resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -3364,18 +3346,24 @@ packages:
eslint: ^8.57.0 || ^9.0.0
typescript: '>=4.8.4 <5.8.0'
+ '@typescript-eslint/utils@8.5.0':
+ resolution: {integrity: sha512-6yyGYVL0e+VzGYp60wvkBHiqDWOpT63pdMV2CVG4LVDd5uR6q1qQN/7LafBZtAtNIn/mqXjsSeS5ggv/P0iECw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ peerDependencies:
+ eslint: ^8.57.0 || ^9.0.0
+
'@typescript-eslint/visitor-keys@5.62.0':
resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
- '@typescript-eslint/visitor-keys@7.2.0':
- resolution: {integrity: sha512-c6EIQRHhcpl6+tO8EMR+kjkkV+ugUNXOmeASA1rlzkd8EPIriavpWoiEz1HR/VLhbVIdhqnV6E7JZm00cBDx2A==}
- engines: {node: ^16.0.0 || >=18.0.0}
-
'@typescript-eslint/visitor-keys@8.18.0':
resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+ '@typescript-eslint/visitor-keys@8.5.0':
+ resolution: {integrity: sha512-yTPqMnbAZJNy2Xq2XU8AdtOW9tJIr+UQb64aXB9f3B1498Zx9JorVgFJcZpEc9UBuCCrdzKID2RGAMkYcDtZOw==}
+ engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
+
'@ungap/structured-clone@1.2.1':
resolution: {integrity: sha512-fEzPV3hSkSMltkw152tJKNARhOupqbH96MZWyRjNaYZOMIzbrTeQDG+MTc6Mr2pgzFQzFxAfmhGDNP5QK++2ZA==}
@@ -3528,8 +3516,9 @@ packages:
ajv@8.17.1:
resolution: {integrity: sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==}
- algoliasearch@4.24.0:
- resolution: {integrity: sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==}
+ algoliasearch@5.17.1:
+ resolution: {integrity: sha512-3CcbT5yTWJDIcBe9ZHgsPi184SkT1kyZi3GWlQU5EFgvq1V73X2sqHRkPCQMe0RA/uvZbB+1sFeAk73eWygeLg==}
+ engines: {node: '>= 14.0.0'}
ansi-escapes@4.3.2:
resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==}
@@ -4714,10 +4703,10 @@ packages:
engines: {node: '>=6.0'}
hasBin: true
- eslint-config-next@14.2.11:
- resolution: {integrity: sha512-gGIoBoHCJuLn6vaV1Ke8UurVvgb7JjQv6oRlWmI6RAAxz7KwJOYxxm2blctavA0a3eofbE9TdgKvvTb2G55OHQ==}
+ eslint-config-next@15.1.0:
+ resolution: {integrity: sha512-gADO+nKVseGso3DtOrYX9H7TxB/MuX7AUYhMlvQMqLYvUWu4HrOQuU7cC1HW74tHIqkAvXdwgAz3TCbczzSEXw==}
peerDependencies:
- eslint: ^7.23.0 || ^8.0.0
+ eslint: ^7.23.0 || ^8.0.0 || ^9.0.0
typescript: '>=3.3.1'
peerDependenciesMeta:
typescript:
@@ -4847,24 +4836,11 @@ packages:
peerDependencies:
eslint: '>=5.16.0'
- eslint-plugin-perfectionist@3.9.1:
- resolution: {integrity: sha512-9WRzf6XaAxF4Oi5t/3TqKP5zUjERhasHmLFHin2Yw6ZAp/EP/EVA2dr3BhQrrHWCm5SzTMZf0FcjDnBkO2xFkA==}
+ eslint-plugin-perfectionist@4.3.0:
+ resolution: {integrity: sha512-8tQ/wn1dFelul2WoXL/NQOEwvWO8H4Vjmsqpt3fDQrfgybr8kQ5Vgb9BQyVRB33ywQqjUApsiwi5Ci7grMPPRA==}
engines: {node: ^18.0.0 || >=20.0.0}
peerDependencies:
- astro-eslint-parser: ^1.0.2
eslint: '>=8.0.0'
- svelte: '>=3.0.0'
- svelte-eslint-parser: ^0.41.1
- vue-eslint-parser: '>=9.0.0'
- peerDependenciesMeta:
- astro-eslint-parser:
- optional: true
- svelte:
- optional: true
- svelte-eslint-parser:
- optional: true
- vue-eslint-parser:
- optional: true
eslint-plugin-react-hooks@4.6.2:
resolution: {integrity: sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==}
@@ -4872,12 +4848,6 @@ packages:
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
- eslint-plugin-react-hooks@5.0.0-canary-7118f5dd7-20230705:
- resolution: {integrity: sha512-AZYbMo/NW9chdL7vk6HQzQhT+PvTAEVqWk9ziruUoW2kAOcN5qNyelv70e0F1VNQAbvutOC9oc+xfWycI9FxDw==}
- engines: {node: '>=10'}
- peerDependencies:
- eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
-
eslint-plugin-react-hooks@5.1.0:
resolution: {integrity: sha512-mpJRtPgHN2tNAvZ35AMfqeB3Xqeo273QxrHJsbBEPWODRM4r0yB6jfoROqKEYrOn27UtRPpcpHc2UqyBSuUNTw==}
engines: {node: '>=10'}
@@ -4895,8 +4865,8 @@ packages:
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
- eslint-plugin-storybook@0.8.0:
- resolution: {integrity: sha512-CZeVO5EzmPY7qghO2t64oaFM+8FTaD4uzOEjHKp516exyTKo+skKAL9GI3QALS2BXhyALJjNtwbmr1XinGE8bA==}
+ eslint-plugin-storybook@0.11.1:
+ resolution: {integrity: sha512-yGKpAYkBm/Q2hZg476vRUAvd9lAccjjSvzU5nYy3BSQbKTPy7uopx7JEpwk2vSuw4weTMZzWF64z9/gp/K5RCg==}
engines: {node: '>= 18'}
peerDependencies:
eslint: '>=6'
@@ -4942,16 +4912,6 @@ packages:
eslint: ^7.0.0 || ^8.0.0
webpack: ^5.0.0
- eslint@9.10.0:
- resolution: {integrity: sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==}
- engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
- hasBin: true
- peerDependencies:
- jiti: '*'
- peerDependenciesMeta:
- jiti:
- optional: true
-
eslint@9.16.0:
resolution: {integrity: sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
@@ -5094,6 +5054,10 @@ packages:
fast-deep-equal@3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
+ fast-glob@3.3.1:
+ resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==}
+ engines: {node: '>=8.6.0'}
+
fast-glob@3.3.2:
resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==}
engines: {node: '>=8.6.0'}
@@ -5323,11 +5287,6 @@ packages:
glob-to-regexp@0.4.1:
resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==}
- glob@10.3.10:
- resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==}
- engines: {node: '>=16 || 14 >=14.17'}
- hasBin: true
-
glob@10.4.5:
resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==}
hasBin: true
@@ -5861,10 +5820,6 @@ packages:
resolution: {integrity: sha512-x4WH0BWmrMmg4oHHl+duwubhrvczGlyuGAZu3nvrf0UXOfPu8IhZObFEr7DE/iv01YgVZrsOiRcqw2srkKEDIA==}
engines: {node: '>= 0.4'}
- jackspeak@2.3.6:
- resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==}
- engines: {node: '>=14'}
-
jackspeak@3.4.3:
resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==}
@@ -6298,9 +6253,8 @@ packages:
resolution: {integrity: sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==}
engines: {node: '>=16'}
- match-sorter@6.4.0:
- resolution: {integrity: sha512-d4664ahzdL1QTTvmK1iI0JsrxWeJ6gn33qkYtnPg3mcn+naBLtXSgSPOe+X2vUgtgGwaAk3eiaj7gwKjjMAq+Q==}
- deprecated: This was arguably a breaking change. Not in API, but more results can be returned. Upgrade to the next major when you are ready for that
+ match-sorter@8.0.0:
+ resolution: {integrity: sha512-bGJ6Zb+OhzXe+ptP5d80OLVx7AkqfRbtGEh30vNSfjNwllu+hHI+tcbMIT/fbkx/FKN1PmKuDb65+Oofg+XUxw==}
math-intrinsics@1.0.0:
resolution: {integrity: sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==}
@@ -6616,10 +6570,6 @@ packages:
resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==}
engines: {node: '>=10'}
- minimatch@9.0.3:
- resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==}
- engines: {node: '>=16 || 14 >=14.17'}
-
minimatch@9.0.5:
resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==}
engines: {node: '>=16 || 14 >=14.17'}
@@ -6717,6 +6667,10 @@ packages:
natural-compare@1.4.0:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
+ natural-orderby@5.0.0:
+ resolution: {integrity: sha512-kKHJhxwpR/Okycz4HhQKKlhWe4ASEfPgkSWNmKFHd7+ezuQlxkA5cM3+XkBPvm1gmHen3w53qsYAv+8GwRrBlg==}
+ engines: {node: '>=18'}
+
negotiator@0.6.3:
resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==}
engines: {node: '>= 0.6'}
@@ -7667,6 +7621,11 @@ packages:
peerDependencies:
react: ^18.3.1
+ react-dom@19.0.0:
+ resolution: {integrity: sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==}
+ peerDependencies:
+ react: ^19.0.0
+
react-error-overlay@6.0.11:
resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==}
@@ -7725,6 +7684,10 @@ packages:
resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==}
engines: {node: '>=0.10.0'}
+ react@19.0.0:
+ resolution: {integrity: sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==}
+ engines: {node: '>=0.10.0'}
+
read-cache@1.0.0:
resolution: {integrity: sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==}
@@ -8030,6 +7993,9 @@ packages:
scheduler@0.23.2:
resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==}
+ scheduler@0.25.0:
+ resolution: {integrity: sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==}
+
schema-utils@2.7.0:
resolution: {integrity: sha512-0ilKFI6QQF5nxDZLFn2dMjvc4hjg/Wkg7rHd3jK6/A4a1Hl9VFdQWvgB1UMGoU94pad1P/8N7fMcEnLnSiju8A==}
engines: {node: '>= 8.9.0'}
@@ -8604,41 +8570,41 @@ packages:
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
- turbo-darwin-64@2.1.2:
- resolution: {integrity: sha512-3TEBxHWh99h2yIzkuIigMEOXt/ItYQp0aPiJjPd1xN4oDcsKK5AxiFKPH9pdtfIBzYsY59kQhZiFj0ELnSP7Bw==}
+ turbo-darwin-64@2.3.3:
+ resolution: {integrity: sha512-bxX82xe6du/3rPmm4aCC5RdEilIN99VUld4HkFQuw+mvFg6darNBuQxyWSHZTtc25XgYjQrjsV05888w1grpaA==}
cpu: [x64]
os: [darwin]
- turbo-darwin-arm64@2.1.2:
- resolution: {integrity: sha512-he0miWNq2WxJzsH82jS2Z4MXpnkzn9SH8a79iPXiJkq25QREImucscM4RPasXm8wARp91pyysJMq6aasD45CeA==}
+ turbo-darwin-arm64@2.3.3:
+ resolution: {integrity: sha512-DYbQwa3NsAuWkCUYVzfOUBbSUBVQzH5HWUFy2Kgi3fGjIWVZOFk86ss+xsWu//rlEAfYwEmopigsPYSmW4X15A==}
cpu: [arm64]
os: [darwin]
- turbo-linux-64@2.1.2:
- resolution: {integrity: sha512-fKUBcc0rK8Vdqv5a/E3CSpMBLG1bzwv+Q0Q83F8fG2ZfNCNKGbcEYABdonNZkkx141Rj03cZQFCgxu3MVEGU+A==}
+ turbo-linux-64@2.3.3:
+ resolution: {integrity: sha512-eHj9OIB0dFaP6BxB88jSuaCLsOQSYWBgmhy2ErCu6D2GG6xW3b6e2UWHl/1Ho9FsTg4uVgo4DB9wGsKa5erjUA==}
cpu: [x64]
os: [linux]
- turbo-linux-arm64@2.1.2:
- resolution: {integrity: sha512-sV8Bpmm0WiuxgbhxymcC7wSsuxfBBieI98GegSwbr/bs1ANAgzCg93urIrdKdQ3/b31zZxQwcaP4FBF1wx1Qdg==}
+ turbo-linux-arm64@2.3.3:
+ resolution: {integrity: sha512-NmDE/NjZoDj1UWBhMtOPmqFLEBKhzGS61KObfrDEbXvU3lekwHeoPvAMfcovzswzch+kN2DrtbNIlz+/rp8OCg==}
cpu: [arm64]
os: [linux]
turbo-stream@2.4.0:
resolution: {integrity: sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==}
- turbo-windows-64@2.1.2:
- resolution: {integrity: sha512-wcmIJZI9ORT9ykHGliFE6kWRQrlH930QGSjSgWC8uFChFFuOyUlvC7ttcxuSvU9VqC7NF4C+GVAcFJQ8lTjN7g==}
+ turbo-windows-64@2.3.3:
+ resolution: {integrity: sha512-O2+BS4QqjK3dOERscXqv7N2GXNcqHr9hXumkMxDj/oGx9oCatIwnnwx34UmzodloSnJpgSqjl8iRWiY65SmYoQ==}
cpu: [x64]
os: [win32]
- turbo-windows-arm64@2.1.2:
- resolution: {integrity: sha512-zdnXjrhk7YO6CP+Q5wPueEvOCLH4lDa6C4rrwiakcWcPgcQGbVozJlo4uaQ6awo8HLWQEvOwu84RkWTdLAc/Hw==}
+ turbo-windows-arm64@2.3.3:
+ resolution: {integrity: sha512-dW4ZK1r6XLPNYLIKjC4o87HxYidtRRcBeo/hZ9Wng2XM/MqqYkAyzJXJGgRMsc0MMEN9z4+ZIfnSNBrA0b08ag==}
cpu: [arm64]
os: [win32]
- turbo@2.1.2:
- resolution: {integrity: sha512-Jb0rbU4iHEVQ18An/YfakdIv9rKnd3zUfSE117EngrfWXFHo3RndVH96US3GsT8VHpwTncPePDBT2t06PaFLrw==}
+ turbo@2.3.3:
+ resolution: {integrity: sha512-DUHWQAcC8BTiUZDRzAYGvpSpGLiaOQPfYXlCieQbwUvmml/LRGIe3raKdrOPOoiX0DYlzxs2nH6BoWJoZrj8hA==}
hasBin: true
type-check@0.3.2:
@@ -9263,109 +9229,110 @@ snapshots:
'@adobe/css-tools@4.4.1': {}
- '@algolia/autocomplete-core@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.3)':
+ '@algolia/autocomplete-core@1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-plugin-algolia-insights': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.3)
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
+ '@algolia/autocomplete-plugin-algolia-insights': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)(search-insights@2.17.3)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- search-insights
- '@algolia/autocomplete-plugin-algolia-insights@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.3)':
+ '@algolia/autocomplete-plugin-algolia-insights@1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)
search-insights: 2.17.3
transitivePeerDependencies:
- '@algolia/client-search'
- algoliasearch
- '@algolia/autocomplete-preset-algolia@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
+ '@algolia/autocomplete-preset-algolia@1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)':
dependencies:
- '@algolia/autocomplete-shared': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
- '@algolia/client-search': 4.24.0
- algoliasearch: 4.24.0
+ '@algolia/autocomplete-shared': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)
+ '@algolia/client-search': 5.17.1
+ algoliasearch: 5.17.1
- '@algolia/autocomplete-shared@1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)':
+ '@algolia/autocomplete-shared@1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)':
dependencies:
- '@algolia/client-search': 4.24.0
- algoliasearch: 4.24.0
+ '@algolia/client-search': 5.17.1
+ algoliasearch: 5.17.1
- '@algolia/cache-browser-local-storage@4.24.0':
+ '@algolia/client-abtesting@5.17.1':
dependencies:
- '@algolia/cache-common': 4.24.0
-
- '@algolia/cache-common@4.24.0': {}
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/cache-in-memory@4.24.0':
+ '@algolia/client-analytics@5.17.1':
dependencies:
- '@algolia/cache-common': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/client-account@4.24.0':
- dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/transporter': 4.24.0
+ '@algolia/client-common@5.17.1': {}
- '@algolia/client-analytics@4.24.0':
+ '@algolia/client-insights@5.17.1':
dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/client-common@4.24.0':
+ '@algolia/client-personalization@5.17.1':
dependencies:
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/client-personalization@4.24.0':
+ '@algolia/client-query-suggestions@5.17.1':
dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/client-search@4.24.0':
+ '@algolia/client-search@5.17.1':
dependencies:
- '@algolia/client-common': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/transporter': 4.24.0
-
- '@algolia/logger-common@4.24.0': {}
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/logger-console@4.24.0':
+ '@algolia/ingestion@1.17.1':
dependencies:
- '@algolia/logger-common': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/recommend@4.24.0':
+ '@algolia/monitoring@1.17.1':
dependencies:
- '@algolia/cache-browser-local-storage': 4.24.0
- '@algolia/cache-common': 4.24.0
- '@algolia/cache-in-memory': 4.24.0
- '@algolia/client-common': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/logger-console': 4.24.0
- '@algolia/requester-browser-xhr': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/requester-node-http': 4.24.0
- '@algolia/transporter': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/requester-browser-xhr@4.24.0':
+ '@algolia/recommend@5.17.1':
dependencies:
- '@algolia/requester-common': 4.24.0
+ '@algolia/client-common': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
- '@algolia/requester-common@4.24.0': {}
+ '@algolia/requester-browser-xhr@5.17.1':
+ dependencies:
+ '@algolia/client-common': 5.17.1
- '@algolia/requester-node-http@4.24.0':
+ '@algolia/requester-fetch@5.17.1':
dependencies:
- '@algolia/requester-common': 4.24.0
+ '@algolia/client-common': 5.17.1
- '@algolia/transporter@4.24.0':
+ '@algolia/requester-node-http@5.17.1':
dependencies:
- '@algolia/cache-common': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/requester-common': 4.24.0
+ '@algolia/client-common': 5.17.1
'@alloc/quick-lru@5.2.0': {}
@@ -10354,11 +10321,11 @@ snapshots:
dependencies:
postcss-selector-parser: 6.1.2
- '@docsearch/css@3.6.1': {}
+ '@docsearch/css@3.8.0': {}
- '@docsearch/js@3.6.1(@algolia/client-search@4.24.0)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)':
+ '@docsearch/js@3.8.0(@algolia/client-search@5.17.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)':
dependencies:
- '@docsearch/react': 3.6.1(@algolia/client-search@4.24.0)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)
+ '@docsearch/react': 3.8.0(@algolia/client-search@5.17.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)
preact: 10.25.2
transitivePeerDependencies:
- '@algolia/client-search'
@@ -10367,16 +10334,16 @@ snapshots:
- react-dom
- search-insights
- '@docsearch/react@3.6.1(@algolia/client-search@4.24.0)(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(search-insights@2.17.3)':
+ '@docsearch/react@3.8.0(@algolia/client-search@5.17.1)(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(search-insights@2.17.3)':
dependencies:
- '@algolia/autocomplete-core': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)(search-insights@2.17.3)
- '@algolia/autocomplete-preset-algolia': 1.9.3(@algolia/client-search@4.24.0)(algoliasearch@4.24.0)
- '@docsearch/css': 3.6.1
- algoliasearch: 4.24.0
+ '@algolia/autocomplete-core': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)(search-insights@2.17.3)
+ '@algolia/autocomplete-preset-algolia': 1.17.7(@algolia/client-search@5.17.1)(algoliasearch@5.17.1)
+ '@docsearch/css': 3.8.0
+ algoliasearch: 5.17.1
optionalDependencies:
- '@types/react': 18.3.16
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@types/react': 19.0.1
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
search-insights: 2.17.3
transitivePeerDependencies:
- '@algolia/client-search'
@@ -10413,19 +10380,19 @@ snapshots:
'@emotion/memoize@0.9.0': {}
- '@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1)':
+ '@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
'@emotion/babel-plugin': 11.13.5
'@emotion/cache': 11.14.0
'@emotion/serialize': 1.3.3
- '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1)
+ '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.0.0)
'@emotion/utils': 1.4.2
'@emotion/weak-memoize': 0.4.0
hoist-non-react-statics: 3.3.2
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
transitivePeerDependencies:
- supports-color
@@ -10439,26 +10406,26 @@ snapshots:
'@emotion/sheet@1.4.0': {}
- '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)':
+ '@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
'@emotion/babel-plugin': 11.13.5
'@emotion/is-prop-valid': 1.3.1
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
'@emotion/serialize': 1.3.3
- '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@18.3.1)
+ '@emotion/use-insertion-effect-with-fallbacks': 1.2.0(react@19.0.0)
'@emotion/utils': 1.4.2
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
transitivePeerDependencies:
- supports-color
'@emotion/unitless@0.10.0': {}
- '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@18.3.1)':
+ '@emotion/use-insertion-effect-with-fallbacks@1.2.0(react@19.0.0)':
dependencies:
- react: 18.3.1
+ react: 19.0.0
'@emotion/utils@1.4.2': {}
@@ -10671,11 +10638,6 @@ snapshots:
'@esbuild/win32-x64@0.24.0':
optional: true
- '@eslint-community/eslint-utils@4.4.1(eslint@9.10.0(jiti@2.4.1))':
- dependencies:
- eslint: 9.10.0(jiti@2.4.1)
- eslint-visitor-keys: 3.4.3
-
'@eslint-community/eslint-utils@4.4.1(eslint@9.16.0(jiti@2.4.1))':
dependencies:
eslint: 9.16.0(jiti@2.4.1)
@@ -10683,14 +10645,6 @@ snapshots:
'@eslint-community/regexpp@4.12.1': {}
- '@eslint/config-array@0.18.0':
- dependencies:
- '@eslint/object-schema': 2.1.5
- debug: 4.4.0
- minimatch: 3.1.2
- transitivePeerDependencies:
- - supports-color
-
'@eslint/config-array@0.19.1':
dependencies:
'@eslint/object-schema': 2.1.5
@@ -10717,16 +10671,10 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@eslint/js@9.10.0': {}
-
'@eslint/js@9.16.0': {}
'@eslint/object-schema@2.1.5': {}
- '@eslint/plugin-kit@0.1.0':
- dependencies:
- levn: 0.4.1
-
'@eslint/plugin-kit@0.2.4':
dependencies:
levn: 0.4.1
@@ -10743,11 +10691,11 @@ snapshots:
dependencies:
'@fortawesome/fontawesome-common-types': 6.7.1
- '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.7.1)(react@18.3.1)':
+ '@fortawesome/react-fontawesome@0.2.2(@fortawesome/fontawesome-svg-core@6.7.1)(react@19.0.0)':
dependencies:
'@fortawesome/fontawesome-svg-core': 6.7.1
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.0.0
'@humanfs/core@0.19.1': {}
@@ -10958,13 +10906,13 @@ snapshots:
'@types/yargs': 17.0.33
chalk: 4.1.2
- '@joshwooding/vite-plugin-react-docgen-typescript@0.4.2(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
+ '@joshwooding/vite-plugin-react-docgen-typescript@0.4.2(typescript@5.6.2)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
magic-string: 0.27.0
- react-docgen-typescript: 2.2.2(typescript@5.7.2)
- vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0)
+ react-docgen-typescript: 2.2.2(typescript@5.6.2)
+ vite: 6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1)
optionalDependencies:
- typescript: 5.7.2
+ typescript: 5.6.2
'@jridgewell/gen-mapping@0.3.8':
dependencies:
@@ -11054,53 +11002,59 @@ snapshots:
- acorn
- supports-color
- '@mdx-js/react@3.1.0(@types/react@18.3.16)(react@18.3.1)':
+ '@mdx-js/react@3.1.0(@types/react@19.0.1)(react@18.3.1)':
dependencies:
'@types/mdx': 2.0.13
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
react: 18.3.1
+ '@mdx-js/react@3.1.0(@types/react@19.0.1)(react@19.0.0)':
+ dependencies:
+ '@types/mdx': 2.0.13
+ '@types/react': 19.0.1
+ react: 19.0.0
+
'@mui/core-downloads-tracker@6.2.0': {}
- '@mui/icons-material@6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)':
+ '@mui/icons-material@6.2.0(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
+ '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react: 19.0.0
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
- '@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
'@mui/core-downloads-tracker': 6.2.0
- '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
- '@mui/types': 7.2.19(@types/react@18.3.16)
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
+ '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
+ '@mui/types': 7.2.19(@types/react@19.0.1)
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
'@popperjs/core': 2.11.8
- '@types/react-transition-group': 4.4.12(@types/react@18.3.16)
+ '@types/react-transition-group': 4.4.12(@types/react@19.0.1)
clsx: 2.1.1
csstype: 3.1.3
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
react-is: 19.0.0
- react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
- '@types/react': 18.3.16
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
+ '@types/react': 19.0.1
- '@mui/private-theming@6.2.0(@types/react@18.3.16)(react@18.3.1)':
+ '@mui/private-theming@6.2.0(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
- '@mui/styled-engine@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)':
+ '@mui/styled-engine@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
'@emotion/cache': 11.14.0
@@ -11108,42 +11062,42 @@ snapshots:
'@emotion/sheet': 1.4.0
csstype: 3.1.3
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
- '@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)':
+ '@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/private-theming': 6.2.0(@types/react@18.3.16)(react@18.3.1)
- '@mui/styled-engine': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(react@18.3.1)
- '@mui/types': 7.2.19(@types/react@18.3.16)
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
+ '@mui/private-theming': 6.2.0(@types/react@19.0.1)(react@19.0.0)
+ '@mui/styled-engine': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(react@19.0.0)
+ '@mui/types': 7.2.19(@types/react@19.0.1)
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
clsx: 2.1.1
csstype: 3.1.3
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
- '@types/react': 18.3.16
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
+ '@types/react': 19.0.1
- '@mui/types@7.2.19(@types/react@18.3.16)':
+ '@mui/types@7.2.19(@types/react@19.0.1)':
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
- '@mui/utils@6.2.0(@types/react@18.3.16)(react@18.3.1)':
+ '@mui/utils@6.2.0(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/types': 7.2.19(@types/react@18.3.16)
+ '@mui/types': 7.2.19(@types/react@19.0.1)
'@types/prop-types': 15.7.14
clsx: 2.1.1
prop-types: 15.8.1
- react: 18.3.1
+ react: 19.0.0
react-is: 19.0.0
optionalDependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
'@mui/x-charts-vendor@7.20.0':
dependencies:
@@ -11163,51 +11117,51 @@ snapshots:
delaunator: 5.0.1
robust-predicates: 3.0.2
- '@mui/x-charts@7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@mui/x-charts@7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
+ '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
'@mui/x-charts-vendor': 7.20.0
- '@mui/x-internals': 7.23.0(@types/react@18.3.16)(react@18.3.1)
+ '@mui/x-internals': 7.23.0(@types/react@19.0.1)(react@19.0.0)
'@react-spring/rafz': 9.7.5
- '@react-spring/web': 9.7.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@react-spring/web': 9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
clsx: 2.1.1
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
transitivePeerDependencies:
- '@types/react'
- '@mui/x-date-pickers@7.23.2(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(dayjs@1.11.13)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@mui/x-date-pickers@7.23.2(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@mui/material@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(@mui/system@6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(dayjs@1.11.13)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
- '@mui/x-internals': 7.23.0(@types/react@18.3.16)(react@18.3.1)
- '@types/react-transition-group': 4.4.12(@types/react@18.3.16)
+ '@mui/material': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ '@mui/system': 6.2.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@emotion/styled@11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
+ '@mui/x-internals': 7.23.0(@types/react@19.0.1)(react@19.0.0)
+ '@types/react-transition-group': 4.4.12(@types/react@19.0.1)
clsx: 2.1.1
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-transition-group: 4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+ react-transition-group: 4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
optionalDependencies:
- '@emotion/react': 11.14.0(@types/react@18.3.16)(react@18.3.1)
- '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@18.3.16)(react@18.3.1))(@types/react@18.3.16)(react@18.3.1)
+ '@emotion/react': 11.14.0(@types/react@19.0.1)(react@19.0.0)
+ '@emotion/styled': 11.14.0(@emotion/react@11.14.0(@types/react@19.0.1)(react@19.0.0))(@types/react@19.0.1)(react@19.0.0)
dayjs: 1.11.13
transitivePeerDependencies:
- '@types/react'
- '@mui/x-internals@7.23.0(@types/react@18.3.16)(react@18.3.1)':
+ '@mui/x-internals@7.23.0(@types/react@19.0.1)(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
- '@mui/utils': 6.2.0(@types/react@18.3.16)(react@18.3.1)
- react: 18.3.1
+ '@mui/utils': 6.2.0(@types/react@19.0.1)(react@19.0.0)
+ react: 19.0.0
transitivePeerDependencies:
- '@types/react'
@@ -11215,16 +11169,16 @@ snapshots:
'@next/env@14.2.11': {}
- '@next/eslint-plugin-next@14.2.11':
+ '@next/eslint-plugin-next@15.1.0':
dependencies:
- glob: 10.3.10
+ fast-glob: 3.3.1
- '@next/mdx@14.2.20(@mdx-js/loader@3.1.0(acorn@8.14.0)(webpack@5.97.1))(@mdx-js/react@3.1.0(@types/react@18.3.16)(react@18.3.1))':
+ '@next/mdx@15.1.0(@mdx-js/loader@3.1.0(acorn@8.14.0)(webpack@5.97.1))(@mdx-js/react@3.1.0(@types/react@19.0.1)(react@19.0.0))':
dependencies:
source-map: 0.7.4
optionalDependencies:
'@mdx-js/loader': 3.1.0(acorn@8.14.0)(webpack@5.97.1)
- '@mdx-js/react': 3.1.0(@types/react@18.3.16)(react@18.3.1)
+ '@mdx-js/react': 3.1.0(@types/react@19.0.1)(react@19.0.0)
'@next/swc-darwin-arm64@14.2.11':
optional: true
@@ -11324,41 +11278,41 @@ snapshots:
'@popperjs/core@2.11.8': {}
- '@react-spring/animated@9.7.5(react@18.3.1)':
+ '@react-spring/animated@9.7.5(react@19.0.0)':
dependencies:
- '@react-spring/shared': 9.7.5(react@18.3.1)
+ '@react-spring/shared': 9.7.5(react@19.0.0)
'@react-spring/types': 9.7.5
- react: 18.3.1
+ react: 19.0.0
- '@react-spring/core@9.7.5(react@18.3.1)':
+ '@react-spring/core@9.7.5(react@19.0.0)':
dependencies:
- '@react-spring/animated': 9.7.5(react@18.3.1)
- '@react-spring/shared': 9.7.5(react@18.3.1)
+ '@react-spring/animated': 9.7.5(react@19.0.0)
+ '@react-spring/shared': 9.7.5(react@19.0.0)
'@react-spring/types': 9.7.5
- react: 18.3.1
+ react: 19.0.0
'@react-spring/rafz@9.7.5': {}
- '@react-spring/shared@9.7.5(react@18.3.1)':
+ '@react-spring/shared@9.7.5(react@19.0.0)':
dependencies:
'@react-spring/rafz': 9.7.5
'@react-spring/types': 9.7.5
- react: 18.3.1
+ react: 19.0.0
'@react-spring/types@9.7.5': {}
- '@react-spring/web@9.7.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@react-spring/web@9.7.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@react-spring/animated': 9.7.5(react@18.3.1)
- '@react-spring/core': 9.7.5(react@18.3.1)
- '@react-spring/shared': 9.7.5(react@18.3.1)
+ '@react-spring/animated': 9.7.5(react@19.0.0)
+ '@react-spring/core': 9.7.5(react@19.0.0)
+ '@react-spring/shared': 9.7.5(react@19.0.0)
'@react-spring/types': 9.7.5
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
'@remix-run/css-bundle@2.15.1': {}
- '@remix-run/dev@2.15.1(@remix-run/react@2.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2))(@remix-run/serve@2.15.1(typescript@5.7.2))(@types/node@22.10.2)(babel-plugin-macros@3.1.0)(terser@5.37.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
+ '@remix-run/dev@2.15.1(@remix-run/react@2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.2))(@remix-run/serve@2.15.1(typescript@5.7.2))(@types/node@22.10.2)(babel-plugin-macros@3.1.0)(terser@5.37.0)(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
dependencies:
'@babel/core': 7.26.0
'@babel/generator': 7.26.3
@@ -11371,7 +11325,7 @@ snapshots:
'@mdx-js/mdx': 2.3.0
'@npmcli/package-json': 4.0.1
'@remix-run/node': 2.15.1(typescript@5.7.2)
- '@remix-run/react': 2.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)
+ '@remix-run/react': 2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.2)
'@remix-run/router': 1.21.0
'@remix-run/server-runtime': 2.15.1(typescript@5.7.2)
'@types/mdx': 2.0.13
@@ -11436,7 +11390,7 @@ snapshots:
- ts-node
- utf-8-validate
- '@remix-run/eslint-config@2.15.1(eslint@9.16.0(jiti@2.4.1))(react@18.3.1)(typescript@5.7.2)':
+ '@remix-run/eslint-config@2.15.1(eslint@9.16.0(jiti@2.4.1))(react@19.0.0)(typescript@5.7.2)':
dependencies:
'@babel/core': 7.26.0
'@babel/eslint-parser': 7.25.9(@babel/core@7.26.0)(eslint@9.16.0(jiti@2.4.1))
@@ -11447,7 +11401,7 @@ snapshots:
eslint: 9.16.0(jiti@2.4.1)
eslint-import-resolver-node: 0.3.7
eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1))
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-jest: 26.9.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
eslint-plugin-jest-dom: 4.0.3(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.1))
@@ -11455,7 +11409,7 @@ snapshots:
eslint-plugin-react: 7.37.2(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-react-hooks: 4.6.2(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-testing-library: 5.11.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- react: 18.3.1
+ react: 19.0.0
optionalDependencies:
typescript: 5.7.2
transitivePeerDependencies:
@@ -11483,14 +11437,14 @@ snapshots:
optionalDependencies:
typescript: 5.7.2
- '@remix-run/react@2.15.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.7.2)':
+ '@remix-run/react@2.15.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(typescript@5.7.2)':
dependencies:
'@remix-run/router': 1.21.0
'@remix-run/server-runtime': 2.15.1(typescript@5.7.2)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-router: 6.28.0(react@18.3.1)
- react-router-dom: 6.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+ react-router: 6.28.0(react@19.0.0)
+ react-router-dom: 6.28.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
turbo-stream: 2.4.0
optionalDependencies:
typescript: 5.7.2
@@ -11578,11 +11532,11 @@ snapshots:
magic-string: 0.25.9
rollup: 2.79.2
- '@rollup/plugin-typescript@11.1.6(rollup@2.79.2)(tslib@2.8.1)(typescript@5.7.2)':
+ '@rollup/plugin-typescript@11.1.6(rollup@2.79.2)(tslib@2.8.1)(typescript@5.6.2)':
dependencies:
'@rollup/pluginutils': 5.1.3(rollup@2.79.2)
resolve: 1.22.8
- typescript: 5.7.2
+ typescript: 5.6.2
optionalDependencies:
rollup: 2.79.2
tslib: 2.8.1
@@ -11718,9 +11672,9 @@ snapshots:
storybook: 8.4.7(prettier@3.4.2)
ts-dedent: 2.2.0
- '@storybook/addon-docs@8.4.7(@types/react@18.3.16)(storybook@8.4.7(prettier@3.4.2))':
+ '@storybook/addon-docs@8.4.7(@types/react@19.0.1)(storybook@8.4.7(prettier@3.4.2))':
dependencies:
- '@mdx-js/react': 3.1.0(@types/react@18.3.16)(react@18.3.1)
+ '@mdx-js/react': 3.1.0(@types/react@19.0.1)(react@18.3.1)
'@storybook/blocks': 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
'@storybook/csf-plugin': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/react-dom-shim': 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
@@ -11731,12 +11685,12 @@ snapshots:
transitivePeerDependencies:
- '@types/react'
- '@storybook/addon-essentials@8.4.7(@types/react@18.3.16)(storybook@8.4.7(prettier@3.4.2))':
+ '@storybook/addon-essentials@8.4.7(@types/react@19.0.1)(storybook@8.4.7(prettier@3.4.2))':
dependencies:
'@storybook/addon-actions': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-backgrounds': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-controls': 8.4.7(storybook@8.4.7(prettier@3.4.2))
- '@storybook/addon-docs': 8.4.7(@types/react@18.3.16)(storybook@8.4.7(prettier@3.4.2))
+ '@storybook/addon-docs': 8.4.7(@types/react@19.0.1)(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-highlight': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-measure': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/addon-outline': 8.4.7(storybook@8.4.7(prettier@3.4.2))
@@ -11752,14 +11706,14 @@ snapshots:
'@storybook/global': 5.0.0
storybook: 8.4.7(prettier@3.4.2)
- '@storybook/addon-links@8.4.7(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))':
+ '@storybook/addon-links@8.4.7(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))':
dependencies:
'@storybook/csf': 0.1.12
'@storybook/global': 5.0.0
storybook: 8.4.7(prettier@3.4.2)
ts-dedent: 2.2.0
optionalDependencies:
- react: 18.3.1
+ react: 19.0.0
'@storybook/addon-measure@8.4.7(storybook@8.4.7(prettier@3.4.2))':
dependencies:
@@ -11799,13 +11753,23 @@ snapshots:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
- '@storybook/builder-vite@8.4.7(storybook@8.4.7(prettier@3.4.2))(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
+ '@storybook/blocks@8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))':
+ dependencies:
+ '@storybook/csf': 0.1.12
+ '@storybook/icons': 1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ storybook: 8.4.7(prettier@3.4.2)
+ ts-dedent: 2.2.0
+ optionalDependencies:
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+
+ '@storybook/builder-vite@8.4.7(storybook@8.4.7(prettier@3.4.2))(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
'@storybook/csf-plugin': 8.4.7(storybook@8.4.7(prettier@3.4.2))
browser-assert: 1.2.1
storybook: 8.4.7(prettier@3.4.2)
ts-dedent: 2.2.0
- vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0)
+ vite: 6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1)
'@storybook/components@8.4.7(storybook@8.4.7(prettier@3.4.2))':
dependencies:
@@ -11840,10 +11804,6 @@ snapshots:
storybook: 8.4.7(prettier@3.4.2)
unplugin: 1.16.0
- '@storybook/csf@0.0.1':
- dependencies:
- lodash: 4.17.21
-
'@storybook/csf@0.1.12':
dependencies:
type-fest: 2.19.0
@@ -11855,6 +11815,11 @@ snapshots:
react: 18.3.1
react-dom: 18.3.1(react@18.3.1)
+ '@storybook/icons@1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
+ dependencies:
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+
'@storybook/manager-api@8.4.7(storybook@8.4.7(prettier@3.4.2))':
dependencies:
storybook: 8.4.7(prettier@3.4.2)
@@ -11869,40 +11834,46 @@ snapshots:
react-dom: 18.3.1(react@18.3.1)
storybook: 8.4.7(prettier@3.4.2)
- '@storybook/react-vite@8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(rollup@2.79.2)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
+ '@storybook/react-dom-shim@8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))':
+ dependencies:
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+ storybook: 8.4.7(prettier@3.4.2)
+
+ '@storybook/react-vite@8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(rollup@2.79.2)(storybook@8.4.7(prettier@3.4.2))(typescript@5.6.2)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
- '@joshwooding/vite-plugin-react-docgen-typescript': 0.4.2(typescript@5.7.2)(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
+ '@joshwooding/vite-plugin-react-docgen-typescript': 0.4.2(typescript@5.6.2)(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))
'@rollup/pluginutils': 5.1.3(rollup@2.79.2)
- '@storybook/builder-vite': 8.4.7(storybook@8.4.7(prettier@3.4.2))(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))
- '@storybook/react': 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.2)
+ '@storybook/builder-vite': 8.4.7(storybook@8.4.7(prettier@3.4.2))(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))
+ '@storybook/react': 8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))(typescript@5.6.2)
find-up: 5.0.0
magic-string: 0.30.15
- react: 18.3.1
+ react: 19.0.0
react-docgen: 7.1.0
- react-dom: 18.3.1(react@18.3.1)
+ react-dom: 19.0.0(react@19.0.0)
resolve: 1.22.8
storybook: 8.4.7(prettier@3.4.2)
tsconfig-paths: 4.2.0
- vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0)
+ vite: 6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1)
transitivePeerDependencies:
- '@storybook/test'
- rollup
- supports-color
- typescript
- '@storybook/react@8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))(typescript@5.7.2)':
+ '@storybook/react@8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))(typescript@5.6.2)':
dependencies:
'@storybook/components': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/global': 5.0.0
'@storybook/manager-api': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/preview-api': 8.4.7(storybook@8.4.7(prettier@3.4.2))
- '@storybook/react-dom-shim': 8.4.7(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2))
+ '@storybook/react-dom-shim': 8.4.7(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2))
'@storybook/theming': 8.4.7(storybook@8.4.7(prettier@3.4.2))
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
storybook: 8.4.7(prettier@3.4.2)
optionalDependencies:
- typescript: 5.7.2
+ typescript: 5.6.2
'@storybook/source-loader@8.4.7(storybook@8.4.7(prettier@3.4.2))':
dependencies:
@@ -11997,10 +11968,10 @@ snapshots:
'@swc/counter': 0.1.3
tslib: 2.8.1
- '@tanstack/eslint-plugin-query@5.62.1(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@tanstack/eslint-plugin-query@5.62.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
dependencies:
- '@typescript-eslint/utils': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- eslint: 9.10.0(jiti@2.4.1)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ eslint: 9.16.0(jiti@2.4.1)
transitivePeerDependencies:
- supports-color
- typescript
@@ -12011,28 +11982,28 @@ snapshots:
'@tanstack/query-core@5.62.7': {}
- '@tanstack/react-query@5.62.7(react@18.3.1)':
+ '@tanstack/react-query@5.62.7(react@19.0.0)':
dependencies:
'@tanstack/query-core': 5.62.7
- react: 18.3.1
+ react: 19.0.0
- '@tanstack/react-table-devtools@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@tanstack/react-table-devtools@8.20.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
- '@tanstack/react-table': 8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ '@tanstack/react-table': 8.20.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
- '@tanstack/react-table@8.20.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@tanstack/react-table@8.20.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@tanstack/table-core': 8.20.5
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
- '@tanstack/react-virtual@3.10.9(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@tanstack/react-virtual@3.11.1(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@tanstack/virtual-core': 3.10.9
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
'@tanstack/table-core@8.20.5': {}
@@ -12059,15 +12030,15 @@ snapshots:
lodash: 4.17.21
redent: 3.0.0
- '@testing-library/react@16.1.0(@testing-library/dom@8.20.1)(@types/react-dom@18.3.5(@types/react@18.3.16))(@types/react@18.3.16)(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
+ '@testing-library/react@16.1.0(@testing-library/dom@8.20.1)(@types/react-dom@19.0.2(@types/react@19.0.1))(@types/react@19.0.1)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)':
dependencies:
'@babel/runtime': 7.26.0
'@testing-library/dom': 8.20.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
optionalDependencies:
- '@types/react': 18.3.16
- '@types/react-dom': 18.3.5(@types/react@18.3.16)
+ '@types/react': 19.0.1
+ '@types/react-dom': 19.0.2(@types/react@19.0.1)
'@testing-library/user-event@14.5.2(@testing-library/dom@8.20.1)':
dependencies:
@@ -12278,17 +12249,16 @@ snapshots:
'@types/range-parser@1.2.7': {}
- '@types/react-dom@18.3.5(@types/react@18.3.16)':
+ '@types/react-dom@19.0.2(@types/react@19.0.1)':
dependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
- '@types/react-transition-group@4.4.12(@types/react@18.3.16)':
+ '@types/react-transition-group@4.4.12(@types/react@19.0.1)':
dependencies:
- '@types/react': 18.3.16
+ '@types/react': 19.0.1
- '@types/react@18.3.16':
+ '@types/react@19.0.1':
dependencies:
- '@types/prop-types': 15.7.14
csstype: 3.1.3
'@types/resolve@1.17.1':
@@ -12363,57 +12333,38 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
- dependencies:
- '@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- '@typescript-eslint/scope-manager': 7.2.0
- '@typescript-eslint/type-utils': 7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- '@typescript-eslint/utils': 7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 7.2.0
- debug: 4.4.0
- eslint: 9.10.0(jiti@2.4.1)
- graphemer: 1.4.0
- ignore: 5.3.2
- natural-compare: 1.4.0
- semver: 7.6.3
- ts-api-utils: 1.4.3(typescript@5.6.2)
- optionalDependencies:
- typescript: 5.6.2
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@typescript-eslint/scope-manager': 8.18.0
- '@typescript-eslint/type-utils': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- '@typescript-eslint/utils': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/type-utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
'@typescript-eslint/visitor-keys': 8.18.0
- eslint: 9.10.0(jiti@2.4.1)
+ eslint: 9.16.0(jiti@2.4.1)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 1.4.3(typescript@5.6.2)
- typescript: 5.6.2
+ ts-api-utils: 1.4.3(typescript@5.7.2)
+ typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
+ '@typescript-eslint/eslint-plugin@8.5.0(@typescript-eslint/parser@8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)':
dependencies:
'@eslint-community/regexpp': 4.12.1
- '@typescript-eslint/parser': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- '@typescript-eslint/scope-manager': 8.18.0
- '@typescript-eslint/type-utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- '@typescript-eslint/visitor-keys': 8.18.0
+ '@typescript-eslint/parser': 8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/scope-manager': 8.5.0
+ '@typescript-eslint/type-utils': 8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.5.0
eslint: 9.16.0(jiti@2.4.1)
graphemer: 1.4.0
ignore: 5.3.2
natural-compare: 1.4.0
- ts-api-utils: 1.4.3(typescript@5.7.2)
- typescript: 5.7.2
+ ts-api-utils: 1.4.3(typescript@5.6.2)
+ optionalDependencies:
+ typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12437,40 +12388,28 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
- dependencies:
- '@typescript-eslint/scope-manager': 7.2.0
- '@typescript-eslint/types': 7.2.0
- '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.6.2)
- '@typescript-eslint/visitor-keys': 7.2.0
- debug: 4.4.0
- eslint: 9.10.0(jiti@2.4.1)
- optionalDependencies:
- typescript: 5.6.2
- transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
dependencies:
'@typescript-eslint/scope-manager': 8.18.0
'@typescript-eslint/types': 8.18.0
- '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
+ '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2)
'@typescript-eslint/visitor-keys': 8.18.0
debug: 4.4.0
- eslint: 9.10.0(jiti@2.4.1)
- typescript: 5.6.2
+ eslint: 9.16.0(jiti@2.4.1)
+ typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
+ '@typescript-eslint/parser@8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/scope-manager': 8.18.0
- '@typescript-eslint/types': 8.18.0
- '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2)
- '@typescript-eslint/visitor-keys': 8.18.0
+ '@typescript-eslint/scope-manager': 8.5.0
+ '@typescript-eslint/types': 8.5.0
+ '@typescript-eslint/typescript-estree': 8.5.0(typescript@5.6.2)
+ '@typescript-eslint/visitor-keys': 8.5.0
debug: 4.4.0
eslint: 9.16.0(jiti@2.4.1)
- typescript: 5.7.2
+ optionalDependencies:
+ typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12479,16 +12418,16 @@ snapshots:
'@typescript-eslint/types': 5.62.0
'@typescript-eslint/visitor-keys': 5.62.0
- '@typescript-eslint/scope-manager@7.2.0':
- dependencies:
- '@typescript-eslint/types': 7.2.0
- '@typescript-eslint/visitor-keys': 7.2.0
-
'@typescript-eslint/scope-manager@8.18.0':
dependencies:
'@typescript-eslint/types': 8.18.0
'@typescript-eslint/visitor-keys': 8.18.0
+ '@typescript-eslint/scope-manager@8.5.0':
+ dependencies:
+ '@typescript-eslint/types': 8.5.0
+ '@typescript-eslint/visitor-keys': 8.5.0
+
'@typescript-eslint/type-utils@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
dependencies:
'@typescript-eslint/typescript-estree': 5.62.0(typescript@5.7.2)
@@ -12501,46 +12440,35 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@typescript-eslint/type-utils@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
dependencies:
- '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.6.2)
- '@typescript-eslint/utils': 7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
debug: 4.4.0
- eslint: 9.10.0(jiti@2.4.1)
- ts-api-utils: 1.4.3(typescript@5.6.2)
- optionalDependencies:
- typescript: 5.6.2
+ eslint: 9.16.0(jiti@2.4.1)
+ ts-api-utils: 1.4.3(typescript@5.7.2)
+ typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/type-utils@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@typescript-eslint/type-utils@8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
- '@typescript-eslint/utils': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/typescript-estree': 8.5.0(typescript@5.6.2)
+ '@typescript-eslint/utils': 8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
debug: 4.4.0
- eslint: 9.10.0(jiti@2.4.1)
ts-api-utils: 1.4.3(typescript@5.6.2)
+ optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- - supports-color
-
- '@typescript-eslint/type-utils@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)':
- dependencies:
- '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.7.2)
- '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
- debug: 4.4.0
- eslint: 9.16.0(jiti@2.4.1)
- ts-api-utils: 1.4.3(typescript@5.7.2)
- typescript: 5.7.2
- transitivePeerDependencies:
+ - eslint
- supports-color
'@typescript-eslint/types@5.62.0': {}
- '@typescript-eslint/types@7.2.0': {}
-
'@typescript-eslint/types@8.18.0': {}
+ '@typescript-eslint/types@8.5.0': {}
+
'@typescript-eslint/typescript-estree@5.62.0(typescript@5.7.2)':
dependencies:
'@typescript-eslint/types': 5.62.0
@@ -12555,22 +12483,21 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@7.2.0(typescript@5.6.2)':
+ '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/types': 7.2.0
- '@typescript-eslint/visitor-keys': 7.2.0
+ '@typescript-eslint/types': 8.18.0
+ '@typescript-eslint/visitor-keys': 8.18.0
debug: 4.4.0
- globby: 11.1.0
+ fast-glob: 3.3.2
is-glob: 4.0.3
- minimatch: 9.0.3
+ minimatch: 9.0.5
semver: 7.6.3
ts-api-utils: 1.4.3(typescript@5.6.2)
- optionalDependencies:
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.2)':
+ '@typescript-eslint/typescript-estree@8.18.0(typescript@5.7.2)':
dependencies:
'@typescript-eslint/types': 8.18.0
'@typescript-eslint/visitor-keys': 8.18.0
@@ -12579,22 +12506,23 @@ snapshots:
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
- ts-api-utils: 1.4.3(typescript@5.6.2)
- typescript: 5.6.2
+ ts-api-utils: 1.4.3(typescript@5.7.2)
+ typescript: 5.7.2
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/typescript-estree@8.18.0(typescript@5.7.2)':
+ '@typescript-eslint/typescript-estree@8.5.0(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/types': 8.18.0
- '@typescript-eslint/visitor-keys': 8.18.0
+ '@typescript-eslint/types': 8.5.0
+ '@typescript-eslint/visitor-keys': 8.5.0
debug: 4.4.0
fast-glob: 3.3.2
is-glob: 4.0.3
minimatch: 9.0.5
semver: 7.6.3
- ts-api-utils: 1.4.3(typescript@5.7.2)
- typescript: 5.7.2
+ ts-api-utils: 1.4.3(typescript@5.6.2)
+ optionalDependencies:
+ typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12613,27 +12541,13 @@ snapshots:
- supports-color
- typescript
- '@typescript-eslint/utils@7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.10.0(jiti@2.4.1))
- '@types/json-schema': 7.0.15
- '@types/semver': 7.5.8
- '@typescript-eslint/scope-manager': 7.2.0
- '@typescript-eslint/types': 7.2.0
- '@typescript-eslint/typescript-estree': 7.2.0(typescript@5.6.2)
- eslint: 9.10.0(jiti@2.4.1)
- semver: 7.6.3
- transitivePeerDependencies:
- - supports-color
- - typescript
-
- '@typescript-eslint/utils@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)':
+ '@typescript-eslint/utils@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)':
dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.10.0(jiti@2.4.1))
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1))
'@typescript-eslint/scope-manager': 8.18.0
'@typescript-eslint/types': 8.18.0
'@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.2)
- eslint: 9.10.0(jiti@2.4.1)
+ eslint: 9.16.0(jiti@2.4.1)
typescript: 5.6.2
transitivePeerDependencies:
- supports-color
@@ -12649,14 +12563,20 @@ snapshots:
transitivePeerDependencies:
- supports-color
- '@typescript-eslint/visitor-keys@5.62.0':
+ '@typescript-eslint/utils@8.5.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)':
dependencies:
- '@typescript-eslint/types': 5.62.0
- eslint-visitor-keys: 3.4.3
+ '@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1))
+ '@typescript-eslint/scope-manager': 8.5.0
+ '@typescript-eslint/types': 8.5.0
+ '@typescript-eslint/typescript-estree': 8.5.0(typescript@5.6.2)
+ eslint: 9.16.0(jiti@2.4.1)
+ transitivePeerDependencies:
+ - supports-color
+ - typescript
- '@typescript-eslint/visitor-keys@7.2.0':
+ '@typescript-eslint/visitor-keys@5.62.0':
dependencies:
- '@typescript-eslint/types': 7.2.0
+ '@typescript-eslint/types': 5.62.0
eslint-visitor-keys: 3.4.3
'@typescript-eslint/visitor-keys@8.18.0':
@@ -12664,6 +12584,11 @@ snapshots:
'@typescript-eslint/types': 8.18.0
eslint-visitor-keys: 4.2.0
+ '@typescript-eslint/visitor-keys@8.5.0':
+ dependencies:
+ '@typescript-eslint/types': 8.5.0
+ eslint-visitor-keys: 3.4.3
+
'@ungap/structured-clone@1.2.1': {}
'@vanilla-extract/babel-plugin-debug-ids@1.1.0':
@@ -12718,17 +12643,6 @@ snapshots:
'@vanilla-extract/private@1.0.6': {}
- '@vitejs/plugin-react@4.3.4(vite@5.4.11(@types/node@22.10.2)(terser@5.37.0))':
- dependencies:
- '@babel/core': 7.26.0
- '@babel/plugin-transform-react-jsx-self': 7.25.9(@babel/core@7.26.0)
- '@babel/plugin-transform-react-jsx-source': 7.25.9(@babel/core@7.26.0)
- '@types/babel__core': 7.20.5
- react-refresh: 0.14.2
- vite: 5.4.11(@types/node@22.10.2)(terser@5.37.0)
- transitivePeerDependencies:
- - supports-color
-
'@vitejs/plugin-react@4.3.4(vite@6.0.3(@types/node@22.10.2)(jiti@2.4.1)(terser@5.37.0)(yaml@2.6.1))':
dependencies:
'@babel/core': 7.26.0
@@ -12896,23 +12810,21 @@ snapshots:
json-schema-traverse: 1.0.0
require-from-string: 2.0.2
- algoliasearch@4.24.0:
- dependencies:
- '@algolia/cache-browser-local-storage': 4.24.0
- '@algolia/cache-common': 4.24.0
- '@algolia/cache-in-memory': 4.24.0
- '@algolia/client-account': 4.24.0
- '@algolia/client-analytics': 4.24.0
- '@algolia/client-common': 4.24.0
- '@algolia/client-personalization': 4.24.0
- '@algolia/client-search': 4.24.0
- '@algolia/logger-common': 4.24.0
- '@algolia/logger-console': 4.24.0
- '@algolia/recommend': 4.24.0
- '@algolia/requester-browser-xhr': 4.24.0
- '@algolia/requester-common': 4.24.0
- '@algolia/requester-node-http': 4.24.0
- '@algolia/transporter': 4.24.0
+ algoliasearch@5.17.1:
+ dependencies:
+ '@algolia/client-abtesting': 5.17.1
+ '@algolia/client-analytics': 5.17.1
+ '@algolia/client-common': 5.17.1
+ '@algolia/client-insights': 5.17.1
+ '@algolia/client-personalization': 5.17.1
+ '@algolia/client-query-suggestions': 5.17.1
+ '@algolia/client-search': 5.17.1
+ '@algolia/ingestion': 1.17.1
+ '@algolia/monitoring': 1.17.1
+ '@algolia/recommend': 5.17.1
+ '@algolia/requester-browser-xhr': 5.17.1
+ '@algolia/requester-fetch': 5.17.1
+ '@algolia/requester-node-http': 5.17.1
ansi-escapes@4.3.2:
dependencies:
@@ -14296,21 +14208,21 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
- eslint-config-next@14.2.11(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2):
+ eslint-config-next@15.1.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2):
dependencies:
- '@next/eslint-plugin-next': 14.2.11
+ '@next/eslint-plugin-next': 15.1.0
'@rushstack/eslint-patch': 1.10.4
- '@typescript-eslint/eslint-plugin': 7.2.0(@typescript-eslint/parser@7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- '@typescript-eslint/parser': 7.2.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- eslint: 9.10.0(jiti@2.4.1)
+ '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ eslint: 9.16.0(jiti@2.4.1)
eslint-import-resolver-node: 0.3.9
- eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.10.0(jiti@2.4.1))
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))
- eslint-plugin-jsx-a11y: 6.10.2(eslint@9.10.0(jiti@2.4.1))
- eslint-plugin-react: 7.37.2(eslint@9.10.0(jiti@2.4.1))
- eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@9.10.0(jiti@2.4.1))
+ eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-react: 7.37.2(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-react-hooks: 5.1.0(eslint@9.16.0(jiti@2.4.1))
optionalDependencies:
- typescript: 5.6.2
+ typescript: 5.7.2
transitivePeerDependencies:
- eslint-import-resolver-webpack
- eslint-plugin-import-x
@@ -14327,7 +14239,7 @@ snapshots:
confusing-browser-globals: 1.0.11
eslint: 9.16.0(jiti@2.4.1)
eslint-plugin-flowtype: 8.0.3(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(eslint@9.16.0(jiti@2.4.1))
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-jest: 25.7.0(@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(jest@27.5.1)(typescript@5.7.2)
eslint-plugin-jsx-a11y: 6.10.2(eslint@9.16.0(jiti@2.4.1))
eslint-plugin-react: 7.37.2(eslint@9.16.0(jiti@2.4.1))
@@ -14359,22 +14271,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.10.0(jiti@2.4.1)):
- dependencies:
- '@nolyfill/is-core-module': 1.0.39
- debug: 4.4.0
- enhanced-resolve: 5.17.1
- eslint: 9.10.0(jiti@2.4.1)
- fast-glob: 3.3.2
- get-tsconfig: 4.8.1
- is-bun-module: 1.3.0
- is-glob: 4.0.3
- stable-hash: 0.0.4
- optionalDependencies:
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1))
- transitivePeerDependencies:
- - supports-color
-
eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)):
dependencies:
'@nolyfill/is-core-module': 1.0.39
@@ -14387,7 +14283,7 @@ snapshots:
is-glob: 4.0.3
stable-hash: 0.0.4
optionalDependencies:
- eslint-plugin-import: 2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))
+ eslint-plugin-import: 2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1))
transitivePeerDependencies:
- supports-color
@@ -14402,13 +14298,14 @@ snapshots:
transitivePeerDependencies:
- supports-color
- eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@9.10.0(jiti@2.4.1)):
+ eslint-module-utils@2.12.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1)):
dependencies:
debug: 3.2.7
optionalDependencies:
- '@typescript-eslint/parser': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
- eslint: 9.10.0(jiti@2.4.1)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ eslint: 9.16.0(jiti@2.4.1)
eslint-import-resolver-node: 0.3.9
+ eslint-import-resolver-typescript: 3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1))
transitivePeerDependencies:
- supports-color
@@ -14426,7 +14323,7 @@ snapshots:
lodash: 4.17.21
string-natural-compare: 3.0.1
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1)):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -14455,7 +14352,7 @@ snapshots:
- eslint-import-resolver-webpack
- supports-color
- eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint@9.10.0(jiti@2.4.1)):
+ eslint-plugin-import@2.31.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-typescript@3.7.0)(eslint@9.16.0(jiti@2.4.1)):
dependencies:
'@rtsao/scc': 1.1.0
array-includes: 3.1.8
@@ -14464,9 +14361,9 @@ snapshots:
array.prototype.flatmap: 1.3.2
debug: 3.2.7
doctrine: 2.1.0
- eslint: 9.10.0(jiti@2.4.1)
+ eslint: 9.16.0(jiti@2.4.1)
eslint-import-resolver-node: 0.3.9
- eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2))(eslint-import-resolver-node@0.3.9)(eslint@9.10.0(jiti@2.4.1))
+ eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.7.0(eslint-plugin-import@2.31.0)(eslint@9.16.0(jiti@2.4.1)))(eslint@9.16.0(jiti@2.4.1))
hasown: 2.0.2
is-core-module: 2.15.1
is-glob: 4.0.3
@@ -14478,7 +14375,7 @@ snapshots:
string.prototype.trimend: 1.0.9
tsconfig-paths: 3.15.0
optionalDependencies:
- '@typescript-eslint/parser': 8.18.0(eslint@9.10.0(jiti@2.4.1))(typescript@5.6.2)
+ '@typescript-eslint/parser': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
transitivePeerDependencies:
- eslint-import-resolver-typescript
- eslint-import-resolver-webpack
@@ -14512,25 +14409,6 @@ snapshots:
- supports-color
- typescript
- eslint-plugin-jsx-a11y@6.10.2(eslint@9.10.0(jiti@2.4.1)):
- dependencies:
- aria-query: 5.3.2
- array-includes: 3.1.8
- array.prototype.flatmap: 1.3.2
- ast-types-flow: 0.0.8
- axe-core: 4.10.2
- axobject-query: 4.1.0
- damerau-levenshtein: 1.0.8
- emoji-regex: 9.2.2
- eslint: 9.10.0(jiti@2.4.1)
- hasown: 2.0.2
- jsx-ast-utils: 3.3.5
- language-tags: 1.0.9
- minimatch: 3.1.2
- object.fromentries: 2.0.8
- safe-regex-test: 1.1.0
- string.prototype.includes: 2.0.1
-
eslint-plugin-jsx-a11y@6.10.2(eslint@9.16.0(jiti@2.4.1)):
dependencies:
aria-query: 5.3.2
@@ -14565,13 +14443,12 @@ snapshots:
resolve: 1.22.8
semver: 6.3.1
- eslint-plugin-perfectionist@3.9.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2):
+ eslint-plugin-perfectionist@4.3.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2):
dependencies:
'@typescript-eslint/types': 8.18.0
- '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
eslint: 9.16.0(jiti@2.4.1)
- minimatch: 9.0.5
- natural-compare-lite: 1.4.0
+ natural-orderby: 5.0.0
transitivePeerDependencies:
- supports-color
- typescript
@@ -14580,10 +14457,6 @@ snapshots:
dependencies:
eslint: 9.16.0(jiti@2.4.1)
- eslint-plugin-react-hooks@5.0.0-canary-7118f5dd7-20230705(eslint@9.10.0(jiti@2.4.1)):
- dependencies:
- eslint: 9.10.0(jiti@2.4.1)
-
eslint-plugin-react-hooks@5.1.0(eslint@9.16.0(jiti@2.4.1)):
dependencies:
eslint: 9.16.0(jiti@2.4.1)
@@ -14592,28 +14465,6 @@ snapshots:
dependencies:
eslint: 9.16.0(jiti@2.4.1)
- eslint-plugin-react@7.37.2(eslint@9.10.0(jiti@2.4.1)):
- dependencies:
- array-includes: 3.1.8
- array.prototype.findlast: 1.2.5
- array.prototype.flatmap: 1.3.2
- array.prototype.tosorted: 1.1.4
- doctrine: 2.1.0
- es-iterator-helpers: 1.2.0
- eslint: 9.10.0(jiti@2.4.1)
- estraverse: 5.3.0
- hasown: 2.0.2
- jsx-ast-utils: 3.3.5
- minimatch: 3.1.2
- object.entries: 1.1.8
- object.fromentries: 2.0.8
- object.values: 1.2.0
- prop-types: 15.8.1
- resolve: 2.0.0-next.5
- semver: 6.3.1
- string.prototype.matchall: 4.0.11
- string.prototype.repeat: 1.0.0
-
eslint-plugin-react@7.37.2(eslint@9.16.0(jiti@2.4.1)):
dependencies:
array-includes: 3.1.8
@@ -14636,12 +14487,11 @@ snapshots:
string.prototype.matchall: 4.0.11
string.prototype.repeat: 1.0.0
- eslint-plugin-storybook@0.8.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2):
+ eslint-plugin-storybook@0.11.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2):
dependencies:
- '@storybook/csf': 0.0.1
- '@typescript-eslint/utils': 5.62.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)
+ '@storybook/csf': 0.1.12
+ '@typescript-eslint/utils': 8.18.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.6.2)
eslint: 9.16.0(jiti@2.4.1)
- requireindex: 1.2.0
ts-dedent: 2.2.0
transitivePeerDependencies:
- supports-color
@@ -14687,47 +14537,6 @@ snapshots:
schema-utils: 4.3.0
webpack: 5.97.1
- eslint@9.10.0(jiti@2.4.1):
- dependencies:
- '@eslint-community/eslint-utils': 4.4.1(eslint@9.10.0(jiti@2.4.1))
- '@eslint-community/regexpp': 4.12.1
- '@eslint/config-array': 0.18.0
- '@eslint/eslintrc': 3.2.0
- '@eslint/js': 9.10.0
- '@eslint/plugin-kit': 0.1.0
- '@humanwhocodes/module-importer': 1.0.1
- '@humanwhocodes/retry': 0.3.1
- '@nodelib/fs.walk': 1.2.8
- ajv: 6.12.6
- chalk: 4.1.2
- cross-spawn: 7.0.6
- debug: 4.4.0
- escape-string-regexp: 4.0.0
- eslint-scope: 8.2.0
- eslint-visitor-keys: 4.2.0
- espree: 10.3.0
- esquery: 1.6.0
- esutils: 2.0.3
- fast-deep-equal: 3.1.3
- file-entry-cache: 8.0.0
- find-up: 5.0.0
- glob-parent: 6.0.2
- ignore: 5.3.2
- imurmurhash: 0.1.4
- is-glob: 4.0.3
- is-path-inside: 3.0.3
- json-stable-stringify-without-jsonify: 1.0.1
- lodash.merge: 4.6.2
- minimatch: 3.1.2
- natural-compare: 1.4.0
- optionator: 0.9.4
- strip-ansi: 6.0.1
- text-table: 0.2.0
- optionalDependencies:
- jiti: 2.4.1
- transitivePeerDependencies:
- - supports-color
-
eslint@9.16.0(jiti@2.4.1):
dependencies:
'@eslint-community/eslint-utils': 4.4.1(eslint@9.16.0(jiti@2.4.1))
@@ -14937,6 +14746,14 @@ snapshots:
fast-deep-equal@3.1.3: {}
+ fast-glob@3.3.1:
+ dependencies:
+ '@nodelib/fs.stat': 2.0.5
+ '@nodelib/fs.walk': 1.2.8
+ glob-parent: 5.1.2
+ merge2: 1.4.1
+ micromatch: 4.0.8
+
fast-glob@3.3.2:
dependencies:
'@nodelib/fs.stat': 2.0.5
@@ -15175,14 +14992,6 @@ snapshots:
glob-to-regexp@0.4.1: {}
- glob@10.3.10:
- dependencies:
- foreground-child: 3.3.0
- jackspeak: 2.3.6
- minimatch: 9.0.5
- minipass: 7.1.2
- path-scurry: 1.11.1
-
glob@10.4.5:
dependencies:
foreground-child: 3.3.0
@@ -15769,12 +15578,6 @@ snapshots:
reflect.getprototypeof: 1.0.8
set-function-name: 2.0.2
- jackspeak@2.3.6:
- dependencies:
- '@isaacs/cliui': 8.0.2
- optionalDependencies:
- '@pkgjs/parseargs': 0.11.0
-
jackspeak@3.4.3:
dependencies:
'@isaacs/cliui': 8.0.2
@@ -16456,7 +16259,7 @@ snapshots:
markdown-extensions@2.0.0: {}
- match-sorter@6.4.0:
+ match-sorter@8.0.0:
dependencies:
'@babel/runtime': 7.26.0
remove-accents: 0.5.0
@@ -17151,10 +16954,6 @@ snapshots:
dependencies:
brace-expansion: 2.0.1
- minimatch@9.0.3:
- dependencies:
- brace-expansion: 2.0.1
-
minimatch@9.0.5:
dependencies:
brace-expansion: 2.0.1
@@ -17244,27 +17043,29 @@ snapshots:
natural-compare@1.4.0: {}
+ natural-orderby@5.0.0: {}
+
negotiator@0.6.3: {}
negotiator@0.6.4: {}
neo-async@2.6.2: {}
- next-plausible@3.12.4(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ next-plausible@3.12.4(next@14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0))(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
- next: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ next: 14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
- next-sitemap@4.2.3(next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)):
+ next-sitemap@4.2.3(next@14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0)):
dependencies:
'@corex/deepmerge': 4.0.43
'@next/env': 13.5.7
fast-glob: 3.3.2
minimist: 1.2.8
- next: 14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ next: 14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
- next@14.2.11(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ next@14.2.11(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
'@next/env': 14.2.11
'@swc/helpers': 0.5.5
@@ -17272,9 +17073,9 @@ snapshots:
caniuse-lite: 1.0.30001688
graceful-fs: 4.2.11
postcss: 8.4.31
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- styled-jsx: 5.1.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+ styled-jsx: 5.1.1(react@19.0.0)
optionalDependencies:
'@next/swc-darwin-arm64': 14.2.11
'@next/swc-darwin-x64': 14.2.11
@@ -18086,11 +17887,11 @@ snapshots:
dependencies:
parse-ms: 2.1.0
- prism-react-renderer@2.4.1(react@18.3.1):
+ prism-react-renderer@2.4.1(react@19.0.0):
dependencies:
'@types/prismjs': 1.26.5
clsx: 2.1.1
- react: 18.3.1
+ react: 19.0.0
proc-log@3.0.0: {}
@@ -18225,9 +18026,9 @@ snapshots:
- supports-color
- vue-template-compiler
- react-docgen-typescript@2.2.2(typescript@5.7.2):
+ react-docgen-typescript@2.2.2(typescript@5.6.2):
dependencies:
- typescript: 5.7.2
+ typescript: 5.6.2
react-docgen@7.1.0:
dependencies:
@@ -18250,6 +18051,11 @@ snapshots:
react: 18.3.1
scheduler: 0.23.2
+ react-dom@19.0.0(react@19.0.0):
+ dependencies:
+ react: 19.0.0
+ scheduler: 0.25.0
+
react-error-overlay@6.0.11: {}
react-is@16.13.1: {}
@@ -18264,19 +18070,19 @@ snapshots:
react-refresh@0.14.2: {}
- react-router-dom@6.28.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-router-dom@6.28.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
'@remix-run/router': 1.21.0
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
- react-router: 6.28.0(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
+ react-router: 6.28.0(react@19.0.0)
- react-router@6.28.0(react@18.3.1):
+ react-router@6.28.0(react@19.0.0):
dependencies:
'@remix-run/router': 1.21.0
- react: 18.3.1
+ react: 19.0.0
- react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(eslint@9.16.0(jiti@2.4.1))(react@18.3.1)(type-fest@2.19.0)(typescript@5.7.2):
+ react-scripts@5.0.1(@babel/plugin-syntax-flow@7.26.0(@babel/core@7.26.0))(@babel/plugin-transform-react-jsx@7.25.9(@babel/core@7.26.0))(@types/babel__core@7.20.5)(eslint@9.16.0(jiti@2.4.1))(react@19.0.0)(type-fest@2.19.0)(typescript@5.7.2):
dependencies:
'@babel/core': 7.26.0
'@pmmmwh/react-refresh-webpack-plugin': 0.5.15(react-refresh@0.11.0)(type-fest@2.19.0)(webpack-dev-server@4.15.2(webpack@5.97.1))(webpack@5.97.1)
@@ -18310,7 +18116,7 @@ snapshots:
postcss-normalize: 10.0.1(browserslist@4.24.2)(postcss@8.4.49)
postcss-preset-env: 7.8.3(postcss@8.4.49)
prompts: 2.4.2
- react: 18.3.1
+ react: 19.0.0
react-app-polyfill: 3.0.0
react-dev-utils: 12.0.1(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2)(webpack@5.97.1)
react-refresh: 0.11.0
@@ -18363,19 +18169,21 @@ snapshots:
- webpack-hot-middleware
- webpack-plugin-serve
- react-transition-group@4.4.5(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
+ react-transition-group@4.4.5(react-dom@19.0.0(react@19.0.0))(react@19.0.0):
dependencies:
'@babel/runtime': 7.26.0
dom-helpers: 5.2.1
loose-envify: 1.4.0
prop-types: 15.8.1
- react: 18.3.1
- react-dom: 18.3.1(react@18.3.1)
+ react: 19.0.0
+ react-dom: 19.0.0(react@19.0.0)
react@18.3.1:
dependencies:
loose-envify: 1.4.0
+ react@19.0.0: {}
+
read-cache@1.0.0:
dependencies:
pify: 2.3.0
@@ -18657,11 +18465,11 @@ snapshots:
del: 5.1.0
rollup: 2.79.2
- rollup-plugin-dts@6.1.1(rollup@2.79.2)(typescript@5.7.2):
+ rollup-plugin-dts@6.1.1(rollup@2.79.2)(typescript@5.6.2):
dependencies:
magic-string: 0.30.15
rollup: 2.79.2
- typescript: 5.7.2
+ typescript: 5.6.2
optionalDependencies:
'@babel/code-frame': 7.26.2
@@ -18752,6 +18560,8 @@ snapshots:
dependencies:
loose-envify: 1.4.0
+ scheduler@0.25.0: {}
+
schema-utils@2.7.0:
dependencies:
'@types/json-schema': 7.0.15
@@ -19017,12 +18827,12 @@ snapshots:
dependencies:
internal-slot: 1.0.7
- storybook-dark-mode@4.0.2(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(storybook@8.4.7(prettier@3.4.2)):
+ storybook-dark-mode@4.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0)(storybook@8.4.7(prettier@3.4.2)):
dependencies:
'@storybook/components': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/core-events': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/global': 5.0.0
- '@storybook/icons': 1.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
+ '@storybook/icons': 1.3.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@storybook/manager-api': 8.4.7(storybook@8.4.7(prettier@3.4.2))
'@storybook/theming': 8.4.7(storybook@8.4.7(prettier@3.4.2))
fast-deep-equal: 3.1.3
@@ -19180,10 +18990,10 @@ snapshots:
dependencies:
inline-style-parser: 0.2.4
- styled-jsx@5.1.1(react@18.3.1):
+ styled-jsx@5.1.1(react@19.0.0):
dependencies:
client-only: 0.0.1
- react: 18.3.1
+ react: 19.0.0
stylehacks@5.1.1(postcss@8.4.49):
dependencies:
@@ -19442,34 +19252,34 @@ snapshots:
tslib: 1.14.1
typescript: 5.7.2
- turbo-darwin-64@2.1.2:
+ turbo-darwin-64@2.3.3:
optional: true
- turbo-darwin-arm64@2.1.2:
+ turbo-darwin-arm64@2.3.3:
optional: true
- turbo-linux-64@2.1.2:
+ turbo-linux-64@2.3.3:
optional: true
- turbo-linux-arm64@2.1.2:
+ turbo-linux-arm64@2.3.3:
optional: true
turbo-stream@2.4.0: {}
- turbo-windows-64@2.1.2:
+ turbo-windows-64@2.3.3:
optional: true
- turbo-windows-arm64@2.1.2:
+ turbo-windows-arm64@2.3.3:
optional: true
- turbo@2.1.2:
+ turbo@2.3.3:
optionalDependencies:
- turbo-darwin-64: 2.1.2
- turbo-darwin-arm64: 2.1.2
- turbo-linux-64: 2.1.2
- turbo-linux-arm64: 2.1.2
- turbo-windows-64: 2.1.2
- turbo-windows-arm64: 2.1.2
+ turbo-darwin-64: 2.3.3
+ turbo-darwin-arm64: 2.3.3
+ turbo-linux-64: 2.3.3
+ turbo-linux-arm64: 2.3.3
+ turbo-windows-64: 2.3.3
+ turbo-windows-arm64: 2.3.3
type-check@0.3.2:
dependencies:
diff --git a/turbo.json b/turbo.json
index 2a68ccc3d..dd5c532a8 100644
--- a/turbo.json
+++ b/turbo.json
@@ -19,7 +19,7 @@
"outputs": []
},
"docs:build": {
- "dependsOn": ["lib:build"],
+ "dependsOn": ["^lib:build"],
"cache": false,
"outputs": [
"dist/**",