Skip to content

Commit

Permalink
Merge pull request #162 from DenisBessa/mantine-6.0
Browse files Browse the repository at this point in the history
Update Mantine packages to 6.0 and update all other dependencies
  • Loading branch information
Kuechlin authored Mar 16, 2023
2 parents a637c05 + 7ed0fff commit 9bbf55f
Show file tree
Hide file tree
Showing 7 changed files with 436 additions and 355 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,46 +31,46 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@mantine/core": "^5.10.0",
"@mantine/dates": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@tanstack/react-table": "8.7.6",
"@emotion/react": "^11.10.6",
"@mantine/core": "^6.0.0",
"@mantine/dates": "^6.0.0",
"@mantine/hooks": "^6.0.0",
"@tanstack/react-table": "8.7.9",
"@tanstack/react-virtual": "3.0.0-beta.26",
"dayjs": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tabler-icons-react": "^1.56.0"
},
"devDependencies": {
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@dnd-kit/core": "6.0.7",
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@dnd-kit/core": "6.0.8",
"@dnd-kit/modifiers": "6.0.1",
"@dnd-kit/sortable": "7.0.2",
"@dnd-kit/utilities": "3.2.1",
"@faker-js/faker": "7.6.0",
"@mantine/prism": "5.10.0",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@vitejs/plugin-react": "3.0.1",
"eslint": "8.31.0",
"eslint-config-prettier": "8.6.0",
"@mantine/prism": "6.0.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@vitejs/plugin-react": "3.1.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.7.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "8.0.3",
"lint-staged": "13.1.0",
"prettier": "2.8.2",
"react-router-dom": "6.6.2",
"rollup": "3.10.0",
"lint-staged": "13.1.2",
"prettier": "2.8.4",
"react-router-dom": "6.8.2",
"rollup": "3.18.0",
"rollup-plugin-visualizer": "5.9.0",
"typescript": "4.9.4",
"vite": "4.0.4"
"typescript": "4.9.5",
"vite": "4.1.4"
},
"peerDependencies": {
"@mantine/core": "^5.10.0",
Expand Down
Loading

0 comments on commit 9bbf55f

Please sign in to comment.