Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 9, 2024
1 parent 3d60d5e commit c1b447a
Show file tree
Hide file tree
Showing 9 changed files with 3,925 additions and 2,561 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const columns: MRT_ColumnDef<(typeof data)[0]>[] = [
},
})}
>
<>{cell.getValue()}</>
<>{cell.getValue<string>()}</>
</Link>
),
},
Expand Down
54 changes: 27 additions & 27 deletions apps/material-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@
"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.13.5",
"@emotion/styled": "^11.13.5",
"@faker-js/faker": "^9.2.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.1.9",
"@mui/material": "^6.1.9",
"@mui/x-charts": "^7.23.0",
"@mui/x-date-pickers": "^7.23.0",
"@next/mdx": "^15.0.3",
"@tanstack/react-query": "^5.62.0",
"@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",
Expand All @@ -45,16 +45,16 @@
"zod": "^3.23.8"
},
"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.61.6",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "9.16.0",
"eslint-config-next": "15.0.3",
"next-plausible": "^3.12.4",
"raw-loader": "^4.0.2",
"typescript": "5.6.2"
"typescript": "5.7.2"
}
}
201 changes: 101 additions & 100 deletions apps/material-react-table-docs/public/sitemap-0.xml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions apps/test-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/x-date-pickers": "^7.16.0",
"@testing-library/jest-dom": "^6.5.0",
"@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",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"material-react-table": "workspace:*",
Expand Down
30 changes: 15 additions & 15 deletions apps/test-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"typecheck": "tsc"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/x-date-pickers": "^7.16.0",
"@remix-run/css-bundle": "^2.12.0",
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"@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",
"isbot": "^5.1.17",
"material-react-table": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@remix-run/dev": "^2.12.0",
"@remix-run/eslint-config": "^2.12.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^9.10.0",
"typescript": "^5.6.2"
"@remix-run/dev": "^2.15.0",
"@remix-run/eslint-config": "^2.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.16.0",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
30 changes: 15 additions & 15 deletions apps/test-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/x-date-pickers": "^7.16.0",
"@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",
"material-react-table": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@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",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.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",
"typescript": "^5.7.2",
"vite": "^6.0.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"storybook:dev": "turbo run storybook"
},
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.1.2"
"prettier": "^3.4.1",
"turbo": "^2.3.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
60 changes: 30 additions & 30 deletions packages/material-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,32 +62,32 @@
"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.13.5",
"@emotion/styled": "^11.13.5",
"@faker-js/faker": "^9.2.0",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@mui/x-date-pickers": "^7.23.0",
"@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.6",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-storysource": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/preview-api": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.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",
"eslint-plugin-perfectionist": "^4.1.2",
"eslint-plugin-storybook": "^0.11.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -97,12 +97,12 @@
"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.6",
"storybook-dark-mode": "^4.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.4"
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.1"
},
"peerDependencies": {
"@emotion/react": ">=11.13",
Expand All @@ -116,7 +116,7 @@
"dependencies": {
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-virtual": "3.10.7",
"@tanstack/react-virtual": "3.10.9",
"highlight-words": "2.0.0"
}
}
Loading

0 comments on commit c1b447a

Please sign in to comment.