Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Oct 8, 2023
1 parent c5b1406 commit f352963
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 337 deletions.
8 changes: 4 additions & 4 deletions apps/material-react-table-docs/package.json
Expand Up @@ -26,7 +26,7 @@
"@mui/material": "^5.14.12",
"@mui/x-date-pickers": "^6.16.1",
"@next/mdx": "^13.5.4",
"@tanstack/react-query": "^4.35.7",
"@tanstack/react-query": "^4.36.1",
"@types/mdx": "^2.0.8",
"dayjs": "^1.11.10",
"export-to-csv": "^1.1.0",
Expand All @@ -40,12 +40,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.2",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "8.50.0",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"next-plausible": "^3.11.1",
"raw-loader": "^4.0.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/material-react-table/build-locales.mjs
Expand Up @@ -71,6 +71,9 @@ async function build(locale) {
format: 'esm',
sourcemap: true,
});

// eslint-disable-next-line
console.log(`Built ${locale} locale`);
}

async function run() {
Expand Down
12 changes: 6 additions & 6 deletions packages/material-react-table/package.json
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down Expand Up @@ -81,13 +81,13 @@
"@storybook/react": "^7.4.6",
"@storybook/react-vite": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@types/node": "^20.8.2",
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.10",
"@types/react-dom": "^18.2.11",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-plugin-mui-path-imports": "^0.0.15",
"eslint-plugin-perfectionist": "^2.1.0",
"prop-types": "^15.8.1",
Expand All @@ -96,7 +96,7 @@
"react-is": "^18.2.0",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^9.0.0",
"storybook": "^7.4.6",
Expand All @@ -116,7 +116,7 @@
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.10.4",
"@tanstack/react-table": "8.10.6",
"@tanstack/react-virtual": "3.0.0-beta.63",
"highlight-words": "1.2.2"
}
Expand Down

0 comments on commit f352963

Please sign in to comment.