Skip to content

Commit

Permalink
Merge pull request #103 from Kuechlin/fix-flash-of-resize
Browse files Browse the repository at this point in the history
Fix flash of resize
  • Loading branch information
Kuechlin authored Sep 21, 2022
2 parents eb6125e + f932797 commit 2e455ff
Show file tree
Hide file tree
Showing 4 changed files with 713 additions and 675 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,42 +31,42 @@
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@mantine/core": "^5.0.0",
"@mantine/dates": "^5.0.0",
"@mantine/hooks": "^5.0.0",
"@tanstack/react-table": "^8.3.3",
"dayjs": "^1.11.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tabler-icons-react": "^1.54.0"
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.4.0",
"@mantine/dates": "^5.4.0",
"@mantine/hooks": "^5.4.0",
"@tanstack/react-table": "^8.5.13",
"dayjs": "^1.11.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tabler-icons-react": "^1.55.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@faker-js/faker": "^7.3.0",
"@mantine/prism": "^5.0.0",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@faker-js/faker": "^7.5.0",
"@mantine/prism": "^5.4.0",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^8.20.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.4.0",
"remark-gfm": "^3.0.1",
"rollup": "^2.77.1",
"rollup-plugin-visualizer": "^5.7.1",
"typescript": "^4.6.3",
"vite": "^3.0.3"
"rollup": "^2.79.0",
"rollup-plugin-visualizer": "^5.8.1",
"typescript": "^4.8.3",
"vite": "^3.1.3"
},
"peerDependencies": {
"@mantine/core": "^5.0.0",
Expand Down
Loading

0 comments on commit 2e455ff

Please sign in to comment.