Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 6, 2024
1 parent e572e0d commit 11ab02a
Show file tree
Hide file tree
Showing 7 changed files with 840 additions and 1,039 deletions.
26 changes: 13 additions & 13 deletions apps/material-react-table-docs/package.json
Expand Up @@ -22,20 +22,20 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-charts": "^6.19.5",
"@mui/x-date-pickers": "^6.19.5",
"@next/mdx": "^14.1.0",
"@tanstack/react-query": "^5.24.1",
"@mui/x-date-pickers": "^6.19.6",
"@next/mdx": "^14.1.2",
"@tanstack/react-query": "^5.25.0",
"@tanstack/react-table-devtools": "^8.13.2",
"@types/mdx": "^2.0.11",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.3",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"material-react-table": "workspace:*",
"next": "14.1.0",
"next": "14.1.2",
"next-sitemap": "^4.2.3",
"prism-react-renderer": "^2.3.1",
"react": "18.2.0",
Expand All @@ -44,15 +44,15 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.20.1",
"@types/node": "^20.11.22",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.1.2",
"next-plausible": "^3.12.0",
"raw-loader": "^4.0.2",
"typescript": "5.3.3"
"typescript": "5.4.2"
}
}
6 changes: 3 additions & 3 deletions apps/test-cra/package.json
Expand Up @@ -5,9 +5,9 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/x-date-pickers": "^6.19.5",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
24 changes: 12 additions & 12 deletions apps/test-remix/package.json
Expand Up @@ -12,25 +12,25 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/x-date-pickers": "^6.19.5",
"@remix-run/css-bundle": "^2.7.2",
"@remix-run/node": "^2.7.2",
"@remix-run/react": "^2.7.2",
"@remix-run/serve": "^2.7.2",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"@remix-run/css-bundle": "^2.8.0",
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/serve": "^2.8.0",
"isbot": "^5.1.1",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^2.7.2",
"@remix-run/eslint-config": "^2.7.2",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@remix-run/dev": "^2.8.0",
"@remix-run/eslint-config": "^2.8.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20",
"eslint": "^8.57.0",
"typescript": "^5.3.3"
"typescript": "^5.4.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
18 changes: 9 additions & 9 deletions apps/test-vite/package.json
Expand Up @@ -12,23 +12,23 @@
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/x-date-pickers": "^6.19.5",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.12.4"
"turbo": "^1.12.5"
},
"engines": {
"node": ">=16.0.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/material-react-table/package.json
Expand Up @@ -66,9 +66,9 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.1",
"@mui/icons-material": "^5.15.11",
"@mui/material": "^5.15.11",
"@mui/x-date-pickers": "^6.19.5",
"@mui/icons-material": "^5.15.12",
"@mui/material": "^5.15.12",
"@mui/x-date-pickers": "^6.19.6",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.0.2",
"@storybook/addon-a11y": "^7.6.17",
Expand All @@ -80,15 +80,15 @@
"@storybook/react": "^7.6.17",
"@storybook/react-vite": "^7.6.17",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.11.22",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.20",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-perfectionist": "^2.6.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -102,8 +102,8 @@
"storybook": "^7.6.17",
"storybook-dark-mode": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"peerDependencies": {
"@emotion/react": ">=11.11",
Expand Down

0 comments on commit 11ab02a

Please sign in to comment.