Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Apr 26, 2024
1 parent 85b98f9 commit cdac7f8
Show file tree
Hide file tree
Showing 7 changed files with 1,375 additions and 1,385 deletions.
26 changes: 13 additions & 13 deletions apps/material-react-table-docs/package.json
Expand Up @@ -24,33 +24,33 @@
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-charts": "^7.2.0",
"@mui/x-charts": "^7.3.0",
"@mui/x-date-pickers": "^7.2.0",
"@next/mdx": "^14.2.2",
"@tanstack/react-query": "^5.29.2",
"@next/mdx": "^14.2.3",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-table-devtools": "^8.16.0",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.4",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"material-react-table": "workspace:*",
"next": "14.2.2",
"next": "14.2.3",
"next-sitemap": "^4.2.3",
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
"react": "18.3.0",
"react-dom": "18.3.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.11",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "9.0.0",
"eslint-config-next": "14.2.2",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "9.1.1",
"eslint-config-next": "14.2.3",
"next-plausible": "^3.12.0",
"raw-loader": "^4.0.2",
"typescript": "5.4.5"
Expand Down
6 changes: 3 additions & 3 deletions apps/test-cra/package.json
Expand Up @@ -9,11 +9,11 @@
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@testing-library/react": "^15.0.4",
"@testing-library/user-event": "^14.5.2",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-scripts": "5.0.1"
},
"scripts": {
Expand Down
24 changes: 12 additions & 12 deletions apps/test-remix/package.json
Expand Up @@ -15,21 +15,21 @@
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.2.0",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"isbot": "^5.1.4",
"@remix-run/css-bundle": "^2.9.1",
"@remix-run/node": "^2.9.1",
"@remix-run/react": "^2.9.1",
"@remix-run/serve": "^2.9.1",
"isbot": "^5.1.5",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"eslint": "^9.0.0",
"@remix-run/dev": "^2.9.1",
"@remix-run/eslint-config": "^2.9.1",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions apps/test-vite/package.json
Expand Up @@ -16,19 +16,19 @@
"@mui/material": "^5.15.15",
"@mui/x-date-pickers": "^7.2.0",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint": "^9.1.1",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.13.2"
"turbo": "^1.13.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
40 changes: 20 additions & 20 deletions packages/material-react-table/package.json
Expand Up @@ -70,39 +70,39 @@
"@mui/x-date-pickers": "^7.2.0",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-storysource": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/preview-api": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/addon-storysource": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/preview-api": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-storybook": "^0.8.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-is": "^18.3.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^11.1.2",
"storybook": "^8.0.8",
"storybook": "^8.0.9",
"storybook-dark-mode": "^4.0.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.9"
"vite": "^5.2.10"
},
"peerDependencies": {
"@emotion/react": ">=11.11",
Expand All @@ -116,7 +116,7 @@
"dependencies": {
"@tanstack/match-sorter-utils": "8.15.1",
"@tanstack/react-table": "8.16.0",
"@tanstack/react-virtual": "3.3.0",
"@tanstack/react-virtual": "3.4.0",
"highlight-words": "1.2.2"
}
}

0 comments on commit cdac7f8

Please sign in to comment.