Skip to content

Commit

Permalink
chore: update @mantine/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuechlin committed Jan 13, 2023
1 parent 170f353 commit 1b7f27e
Show file tree
Hide file tree
Showing 2 changed files with 911 additions and 782 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-data-grid",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://kuechlin.github.io/mantine-data-grid/",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,51 +32,51 @@
},
"dependencies": {
"@emotion/react": "11.10.5",
"@mantine/core": "5.6.3",
"@mantine/dates": "5.6.3",
"@mantine/hooks": "5.6.3",
"@tanstack/react-table": "8.5.18",
"@mantine/core": "5.10.0",
"@mantine/dates": "5.10.0",
"@mantine/hooks": "5.10.0",
"@tanstack/react-table": "8.7.6",
"@tanstack/react-virtual": "3.0.0-beta.26",
"dayjs": "1.11.6",
"dayjs": "1.11.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tabler-icons-react": "^1.55.0"
"tabler-icons-react": "1.56.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@dnd-kit/core": "^6.0.5",
"@dnd-kit/modifiers": "^6.0.0",
"@dnd-kit/sortable": "^7.0.1",
"@dnd-kit/utilities": "^3.2.0",
"@commitlint/cli": "17.4.2",
"@commitlint/config-conventional": "17.4.2",
"@dnd-kit/core": "6.0.7",
"@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.6.3",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "^2.26.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",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react-router-dom": "6.4.2",
"rollup": "^2.79.0",
"rollup-plugin-visualizer": "5.8.3",
"typescript": "4.8.4",
"vite": "3.2.1"
"husky": "8.0.3",
"lint-staged": "13.1.0",
"prettier": "2.8.2",
"react-router-dom": "6.6.2",
"rollup": "3.10.0",
"rollup-plugin-visualizer": "5.9.0",
"typescript": "4.9.4",
"vite": "4.0.4"
},
"peerDependencies": {
"@mantine/core": "^5.0.0",
"@mantine/dates": "^5.0.0",
"@mantine/hooks": "^5.0.0",
"dayjs": "^1.11.4",
"@mantine/core": "5.10.0",
"@mantine/dates": "5.10.0",
"@mantine/hooks": "5.10.0",
"dayjs": "^1.11.7",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
Loading

0 comments on commit 1b7f27e

Please sign in to comment.