Skip to content

Commit

Permalink
upgrade to tanstack table v8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Feb 14, 2024
1 parent bbfcb52 commit 12cfab0
Show file tree
Hide file tree
Showing 4 changed files with 1,008 additions and 920 deletions.
32 changes: 16 additions & 16 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,42 +14,42 @@
},
"dependencies": {
"@docsearch/js": "3.5.2",
"@faker-js/faker": "^8.4.0",
"@faker-js/faker": "^8.4.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "7.5.1",
"@mantine/core": "7.5.1",
"@mantine/dates": "7.5.1",
"@mantine/hooks": "7.5.1",
"@mantine/modals": "7.5.1",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@mantine/code-highlight": "7.5.2",
"@mantine/core": "7.5.2",
"@mantine/dates": "7.5.2",
"@mantine/hooks": "7.5.2",
"@mantine/modals": "7.5.2",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@tabler/icons-react": "2.47.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query": "^5.20.5",
"@types/mdx": "^2.0.11",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.1",
"jspdf-autotable": "^3.8.2",
"mantine-react-table": "workspace:*",
"next": "14.1.0",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"next-plausible": "^3.12.0",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"storybook:dev": "turbo run storybook"
},
"devDependencies": {
"prettier": "^3.2.4",
"turbo": "^1.12.2"
"prettier": "^3.2.5",
"turbo": "^1.12.3"
},
"engines": {
"node": ">=16.0.0"
Expand Down
46 changes: 23 additions & 23 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,59 +81,59 @@
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@faker-js/faker": "^8.4.0",
"@mantine/core": "7.5.1",
"@mantine/dates": "7.5.1",
"@mantine/hooks": "7.5.1",
"@faker-js/faker": "^8.4.1",
"@mantine/core": "7.5.2",
"@mantine/dates": "7.5.2",
"@mantine/hooks": "7.5.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@size-limit/preset-small-lib": "^11.0.2",
"@storybook/addon-a11y": "^7.6.12",
"@storybook/addon-essentials": "^7.6.12",
"@storybook/addon-interactions": "^7.6.12",
"@storybook/addon-links": "^7.6.12",
"@storybook/addon-storysource": "^7.6.12",
"@storybook/blocks": "^7.6.12",
"@storybook/react": "^7.6.12",
"@storybook/react-vite": "^7.6.12",
"@storybook/addon-a11y": "^7.6.15",
"@storybook/addon-essentials": "^7.6.15",
"@storybook/addon-interactions": "^7.6.15",
"@storybook/addon-links": "^7.6.15",
"@storybook/addon-storysource": "^7.6.15",
"@storybook/blocks": "^7.6.15",
"@storybook/react": "^7.6.15",
"@storybook/react-vite": "^7.6.15",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "2.47.0",
"@types/node": "^20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@types/node": "^20.11.17",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.2.1",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-plugin-perfectionist": "^2.5.0",
"mantine-contextmenu": "^7.5.0",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.9.6",
"rollup": "^4.10.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.0.2",
"storybook": "^7.6.12",
"storybook": "^7.6.15",
"storybook-dark-mode": "^3.0.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.0.12"
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.1.2"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.11.8",
"@tanstack/react-table": "8.12.0",
"@tanstack/react-virtual": "3.0.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 12cfab0

Please sign in to comment.