Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Mar 26, 2024
1 parent 629d937 commit 2b8914c
Show file tree
Hide file tree
Showing 8 changed files with 1,052 additions and 1,149 deletions.
20 changes: 10 additions & 10 deletions apps/material-react-table-docs/package.json
Expand Up @@ -24,12 +24,12 @@
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-charts": "^6.19.5",
"@mui/x-date-pickers": "^6.19.7",
"@mui/x-charts": "^7.0.0",
"@mui/x-date-pickers": "^7.0.0",
"@next/mdx": "^14.1.4",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-table-devtools": "^8.14.0",
"@types/mdx": "^2.0.11",
"@tanstack/react-query": "^5.28.8",
"@tanstack/react-table-devtools": "^8.15.0",
"@types/mdx": "^2.0.12",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.4",
"jspdf": "^2.5.1",
Expand All @@ -43,16 +43,16 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.27.7",
"@tanstack/eslint-plugin-query": "^5.28.6",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"next-plausible": "^3.12.0",
"raw-loader": "^4.0.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
2 changes: 1 addition & 1 deletion apps/test-cra/package.json
Expand Up @@ -7,7 +7,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.7",
"@mui/x-date-pickers": "^7.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.2",
"@testing-library/user-event": "^14.5.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/test-remix/package.json
Expand Up @@ -14,7 +14,7 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.7",
"@mui/x-date-pickers": "^7.0.0",
"@remix-run/css-bundle": "^2.8.1",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
Expand All @@ -27,10 +27,10 @@
"devDependencies": {
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"eslint": "^8.57.0",
"typescript": "^5.4.2"
"typescript": "^5.4.3"
},
"engines": {
"node": ">=18.0.0"
Expand Down
12 changes: 6 additions & 6 deletions apps/test-vite/package.json
Expand Up @@ -14,21 +14,21 @@
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.7",
"@mui/x-date-pickers": "^7.0.0",
"material-react-table": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.4.2",
"vite": "^5.2.2"
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.2.5",
"turbo": "^1.12.5"
"turbo": "^1.13.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down
3 changes: 0 additions & 3 deletions packages/material-react-table/.storybook/main.ts
Expand Up @@ -15,11 +15,8 @@ const config: StorybookConfig = {
'../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)',
],
addons: [
getAbsolutePath('@storybook/addon-onboarding'),
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-essentials'),
getAbsolutePath('@chromatic-com/storybook'),
getAbsolutePath('@storybook/addon-interactions'),
getAbsolutePath('@storybook/addon-a11y'),
getAbsolutePath('@storybook/addon-storysource'),
getAbsolutePath('storybook-dark-mode'),
Expand Down
40 changes: 18 additions & 22 deletions packages/material-react-table/package.json
Expand Up @@ -62,31 +62,27 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.23",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.4.1",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.7",
"@mui/x-date-pickers": "^7.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.1.1",
"@storybook/addon-a11y": "^8.0.2",
"@storybook/addon-essentials": "^8.0.2",
"@storybook/addon-interactions": "^8.0.2",
"@storybook/addon-links": "^8.0.2",
"@storybook/addon-onboarding": "^8.0.2",
"@storybook/addon-storysource": "^8.0.2",
"@storybook/blocks": "^8.0.2",
"@storybook/preview-api": "^8.0.2",
"@storybook/react": "^8.0.2",
"@storybook/react-vite": "^8.0.2",
"@storybook/test": "^8.0.2",
"@size-limit/preset-small-lib": "^11.1.2",
"@storybook/addon-a11y": "^8.0.4",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
"@storybook/addon-storysource": "^8.0.4",
"@storybook/blocks": "^8.0.4",
"@storybook/preview-api": "^8.0.4",
"@storybook/react": "^8.0.4",
"@storybook/react-vite": "^8.0.4",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
Expand All @@ -101,12 +97,12 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^11.1.1",
"storybook": "^8.0.2",
"size-limit": "^11.1.2",
"storybook": "^8.0.4",
"storybook-dark-mode": "^4.0.1",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.2.2"
"typescript": "^5.4.3",
"vite": "^5.2.6"
},
"peerDependencies": {
"@emotion/react": ">=11.11",
Expand All @@ -119,7 +115,7 @@
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.14.0",
"@tanstack/react-table": "8.15.0",
"@tanstack/react-virtual": "3.2.0",
"highlight-words": "1.2.2"
}
Expand Down

0 comments on commit 2b8914c

Please sign in to comment.