update pw version and config
Showing
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
... | @@ -20,10 +20,10 @@ | ... | @@ -20,10 +20,10 @@ |
"lint:tsc": "./node_modules/.bin/tsc -p ./tsconfig.json", | "lint:tsc": "./node_modules/.bin/tsc -p ./tsconfig.json", | ||
"prepare": "husky install", | "prepare": "husky install", | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons", | "format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test-ct": "playwright test -c playwright-ct.config.ts", | "test:pw": "playwright test -c playwright-ct.config.ts", | ||
"test-docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.27.0-focal ./run-tests.sh", | "test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.28.0-focal ./playwright/run-tests.sh", | ||
"test:unit": "jest", | "test:jest": "jest", | ||
"test:unit:watch": "jest --watch" | "test:jest:watch": "jest --watch" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@chakra-ui/react": "2.3.1", | "@chakra-ui/react": "2.3.1", | ||
... | @@ -57,10 +57,10 @@ | ... | @@ -57,10 +57,10 @@ |
"use-font-face-observer": "^1.2.1" | "use-font-face-observer": "^1.2.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | "@playwright/experimental-ct-react": "^1.28.0", | ||
"@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
"@types/d3": "^7.4.0", | |||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@types/d3": "^7.4.0", | |||
"@types/jest": "^29.2.0", | "@types/jest": "^29.2.0", | ||
"@types/node": "17.0.36", | "@types/node": "17.0.36", | ||
"@types/phoenix": "^1.5.4", | "@types/phoenix": "^1.5.4", | ||
... | @@ -78,11 +78,12 @@ | ... | @@ -78,11 +78,12 @@ |
"jest-environment-jsdom": "^29.2.1", | "jest-environment-jsdom": "^29.2.1", | ||
"lint-staged": ">=10", | "lint-staged": ">=10", | ||
"mockdate": "^3.0.5", | "mockdate": "^3.0.5", | ||
"playwright": "^1.26.1", | "playwright": "^1.28.0", | ||
"svgo": "^2.8.0", | "svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | "ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1", | "ts-node": "^10.9.1", | ||
"typescript": "4.7.2" | "typescript": "4.7.2", | ||
"vite-tsconfig-paths": "^3.5.2" | |||
}, | }, | ||
"lint-staged": { | "lint-staged": { | ||
"*.{js,jsx,ts,tsx}": "eslint --cache --fix" | "*.{js,jsx,ts,tsx}": "eslint --cache --fix" | ||
... | ... |
1.47 KB
1.48 KB
1.43 KB
1.5 KB
This diff is collapsed.