Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jun 21, 2023
1 parent c458f91 commit ac651db
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 187 deletions.
10 changes: 5 additions & 5 deletions apps/material-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@mui/material": "^5.13.5",
"@mui/x-date-pickers": "^6.8.0",
"@next/mdx": "^13.4.6",
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query": "^4.29.15",
"@types/mdx": "^2.0.5",
"dayjs": "^1.11.8",
"export-to-csv": "^0.2.1",
Expand All @@ -39,10 +39,10 @@
},
"devDependencies": {
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"next-plausible": "^3.7.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/material-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,20 @@
"@storybook/blocks": "^7.0.22",
"@storybook/react": "^7.0.22",
"@storybook/react-vite": "^7.0.22",
"@storybook/testing-library": "^0.1.0",
"@storybook/testing-library": "^0.2.0",
"@types/node": "^20.3.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vitejs/plugin-react": "^4.0.0",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.43.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^2.79.1",
"rollup": "^3.25.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down

0 comments on commit ac651db

Please sign in to comment.