improve code for edge overflow cases

This commit is contained in:
Rene
2021-05-01 18:42:03 +02:00
parent 48918b1d6a
commit fdce60fa43
16 changed files with 294 additions and 174 deletions
+7 -7
View File
@@ -36,19 +36,19 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"expect-playwright": "^0.3.1",
"expect-playwright": "^0.3.4",
"express": "^4.17.1",
"glob": "^7.1.6",
"jest": "^26.6.0",
"jest-dev-server": "^4.4.0",
"jest-playwright-preset": "^1.4.5",
"jest-playwright-preset": "^1.5.2",
"mkdirp": "^1.0.4",
"node-sass": "^4.14.1",
"playwright": "^1.8.0",
"playwright-chromium": "^1.8.0",
"playwright-core": "^1.8.0",
"playwright-firefox": "^1.8.0",
"playwright-webkit": "^1.8.0",
"playwright": "^1.10.0",
"playwright-chromium": "^1.10.0",
"playwright-core": "^1.10.0",
"playwright-firefox": "^1.10.0",
"playwright-webkit": "^1.10.0",
"prettier": "^2.0.5",
"prettier-eslint": "^11.0.0",
"rollup": "^2.36.1",