Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Jan 7, 2024
1 parent fac7753 commit 1bed587
Show file tree
Hide file tree
Showing 3 changed files with 370 additions and 371 deletions.
10 changes: 5 additions & 5 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.0",
"@next/mdx": "^14.0.4",
"@tabler/icons-react": "2.45.0",
"@tanstack/react-query": "^5.17.1",
"@tanstack/react-query": "^5.17.8",
"@types/mdx": "^2.0.10",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
Expand All @@ -41,11 +41,11 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"next-plausible": "^3.12.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "2.45.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.46",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
Expand All @@ -107,7 +107,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.9.3",
"rollup": "^4.9.4",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
Expand Down
Loading

0 comments on commit 1bed587

Please sign in to comment.