Skip to content

Commit

Permalink
release first alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 26, 2023
1 parent b565317 commit ef9d508
Show file tree
Hide file tree
Showing 10 changed files with 1,089 additions and 1,395 deletions.
Expand Up @@ -5,7 +5,7 @@ import { SampleCodeSnippet } from './SampleCodeSnippet';
type Tab = 'npm' | 'pnpm' | 'yarn';

const defaultPackagesString =
'material-react-table @mui/material @mui/x-date-pickers @mui/icons-material @emotion/react @emotion/styled';
'material-react-table@alpha @mui/material @mui/x-date-pickers @mui/icons-material @emotion/react @emotion/styled';

export const InstallCommand = ({
packagesString = defaultPackagesString,
Expand Down
20 changes: 10 additions & 10 deletions apps/material-react-table-docs/package.json
Expand Up @@ -16,37 +16,37 @@
"@docsearch/js": "3.5.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@faker-js/faker": "^8.1.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@mui/x-date-pickers": "^6.14.0",
"@next/mdx": "^13.4.19",
"@mui/x-date-pickers": "^6.15.0",
"@next/mdx": "^13.5.3",
"@tanstack/react-query": "^4.35.3",
"@types/mdx": "^2.0.7",
"dayjs": "^1.11.9",
"dayjs": "^1.11.10",
"export-to-csv": "^1.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.6.0",
"material-react-table": "workspace:*",
"next": "13.4.19",
"next": "13.5.3",
"next-sitemap": "^4.2.3",
"prism-react-renderer": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.2",
"@types/node": "^20.7.0",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"next-plausible": "^3.11.1",
"raw-loader": "^4.0.2",
"typescript": "5.2.2"
Expand Down

0 comments on commit ef9d508

Please sign in to comment.