Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Apr 1, 2024
1 parent ed2471e commit 5ea2881
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 210 deletions.
8 changes: 4 additions & 4 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.4",
"@tabler/icons-react": "3.1.0",
"@tanstack/react-query": "^5.28.8",
"@tanstack/react-query": "^5.28.9",
"@types/mdx": "^2.0.12",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
Expand All @@ -41,9 +41,9 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.11.30",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "8.57.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"@storybook/react-vite": "^8.0.5",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "3.1.0",
"@types/node": "^20.11.30",
"@types/react": "^18.2.71",
"@types/react-dom": "^18.2.22",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
Expand All @@ -118,7 +118,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.13.0",
"rollup": "^4.13.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
Expand All @@ -130,11 +130,11 @@
"tslib": "^2.6.2",
"typescript": "^5.4.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^5.2.6"
"vite": "^5.2.7"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.11.8",
"@tanstack/react-table": "8.15.0",
"@tanstack/match-sorter-utils": "8.15.1",
"@tanstack/react-table": "8.15.3",
"@tanstack/react-virtual": "3.2.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 5ea2881

Please sign in to comment.