Skip to content

Commit

Permalink
update docs mantine version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 30, 2023
1 parent c1dec9e commit 4c61e2c
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 284 deletions.
16 changes: 8 additions & 8 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "^7.0.2",
"@mantine/core": "^7.0.2",
"@mantine/dates": "^7.0.2",
"@mantine/hooks": "^7.0.2",
"@mantine/modals": "^7.0.2",
"@mantine/code-highlight": "^7.1.0",
"@mantine/core": "^7.1.0",
"@mantine/dates": "^7.1.0",
"@mantine/hooks": "^7.1.0",
"@mantine/modals": "^7.1.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.3",
"@tabler/icons-react": "2.36.0",
"@tabler/icons-react": "2.38.0",
"@tanstack/react-query": "^4.35.3",
"@types/mdx": "^2.0.8",
"clsx": "^2.0.0",
Expand All @@ -41,15 +41,15 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.7.1",
"@types/node": "^20.8.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@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",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"raw-loader": "^4.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@tabler/icons-react": "2.36.0",
"@types/node": "^20.7.1",
"@tabler/icons-react": "2.38.0",
"@types/node": "^20.8.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
Expand All @@ -89,7 +89,7 @@
"dayjs": "^1.11.10",
"eslint": "^8.50.0",
"eslint-plugin-perfectionist": "^2.1.0",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
Expand Down
Loading

0 comments on commit 4c61e2c

Please sign in to comment.