Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jul 28, 2024
1 parent d6253a6 commit bc32898
Show file tree
Hide file tree
Showing 9 changed files with 1,045 additions and 1,060 deletions.
28 changes: 14 additions & 14 deletions apps/material-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@
},
"dependencies": {
"@docsearch/js": "3.6.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-charts": "^7.10.0",
"@mui/x-date-pickers": "^7.10.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-charts": "^7.11.1",
"@mui/x-date-pickers": "^7.11.1",
"@next/mdx": "^14.2.5",
"@tanstack/react-query": "^5.51.5",
"@tanstack/react-query": "^5.51.15",
"@tanstack/react-table-devtools": "^8.19.3",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.11",
"dayjs": "^1.11.12",
"export-to-csv": "^1.3.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
Expand All @@ -43,16 +43,16 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.51.1",
"@types/node": "^20.14.11",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "9.7.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "9.8.0",
"eslint-config-next": "14.2.5",
"next-plausible": "^3.12.0",
"raw-loader": "^4.0.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
}
}
7 changes: 7 additions & 0 deletions apps/material-react-table-docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ import Head from 'next/head';

> Note: As of v2.12.0, the React and ReactDom peer dependencies have been moved back down to React v17 in order to help more people upgrade to MRT v2 without having to upgrade to React v18.
### Version 2.13.1 - 2024-07-28

- Upgraded to TanStack Table v8.19.3
- Upgraded to TanStack Virtual v3.8.3
- Fixed EditTextField to allow custom select props

### Version 2.13.0 - 2024-04-18

- Upgraded to TanStack Table v8.16.0
Expand All @@ -18,6 +24,7 @@ import Head from 'next/head';
- Started using the default modal `z-index` value from the MUI theme for the full-screen table dialog to avoid issues with other modals and app bar components.
- Disabled Edit Save Button when `isSaving` state is `true`
- Fixed DatePicker Types generic
- Added `el` locale for Greek translations

### Version 2.12.1 - 2024-02-28

Expand Down
202 changes: 101 additions & 101 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.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-date-pickers": "^7.10.0",
"@testing-library/jest-dom": "^6.4.6",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.1",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"material-react-table": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions apps/test-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"typecheck": "tsc"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-date-pickers": "^7.10.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.1",
"@remix-run/css-bundle": "^2.10.3",
"@remix-run/node": "^2.10.3",
"@remix-run/react": "^2.10.3",
Expand All @@ -29,8 +29,8 @@
"@remix-run/eslint-config": "^2.10.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^9.7.0",
"typescript": "^5.5.3"
"eslint": "^9.8.0",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=18.0.0"
Expand Down
22 changes: 11 additions & 11 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.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-date-pickers": "^7.10.0",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.1",
"material-react-table": "workspace:*",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.8",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"eslint-plugin-react-refresh": "^0.4.9",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.3.3",
"turbo": "^2.0.7"
"turbo": "^2.0.9"
},
"engines": {
"node": ">=16.0.0"
Expand Down
44 changes: 22 additions & 22 deletions packages/material-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.13.0",
"version": "2.13.1",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down Expand Up @@ -62,31 +62,31 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.4",
"@mui/x-date-pickers": "^7.10.0",
"@mui/icons-material": "^5.16.5",
"@mui/material": "^5.16.5",
"@mui/x-date-pickers": "^7.11.1",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.4",
"@storybook/addon-a11y": "^8.2.4",
"@storybook/addon-essentials": "^8.2.4",
"@storybook/addon-links": "^8.2.4",
"@storybook/addon-storysource": "^8.2.4",
"@storybook/blocks": "^8.2.4",
"@storybook/preview-api": "^8.2.4",
"@storybook/react": "^8.2.4",
"@storybook/react-vite": "^8.2.4",
"@types/node": "^20.14.11",
"@storybook/addon-a11y": "^8.2.6",
"@storybook/addon-essentials": "^8.2.6",
"@storybook/addon-links": "^8.2.6",
"@storybook/addon-storysource": "^8.2.6",
"@storybook/blocks": "^8.2.6",
"@storybook/preview-api": "^8.2.6",
"@storybook/react": "^8.2.6",
"@storybook/react-vite": "^8.2.6",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.7.0",
"eslint": "^9.8.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-perfectionist": "^3.0.0",
"eslint-plugin-storybook": "^0.8.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
Expand All @@ -98,11 +98,11 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^11.1.4",
"storybook": "^8.2.4",
"storybook": "^8.2.6",
"storybook-dark-mode": "^4.0.2",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"peerDependencies": {
"@emotion/react": ">=11.11",
Expand Down
Loading

0 comments on commit bc32898

Please sign in to comment.