more updates
Showing
... | ... | @@ -27,7 +27,7 @@ |
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test:pw": "./playwright/make-envs-script.sh && NODE_OPTIONS=\"--max-old-space-size=4096\" ./node_modules/.bin/dotenv -e ./configs/envs/.env.pw -- playwright test -c playwright-ct.config.ts", | ||
"test:pw:local": "export NODE_PATH=$(pwd)/node_modules && rm -rf ./playwright/.cache && yarn test:pw", | ||
"test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.32.0-focal ./playwright/run-tests.sh", | ||
"test:pw:docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.35.1-focal ./playwright/run-tests.sh", | ||
"test:pw:ci": "yarn test:pw --project=$PW_PROJECT", | ||
"test:jest": "jest", | ||
"test:jest:watch": "jest --watch" | ||
... | ... | @@ -63,7 +63,7 @@ |
"lodash": "^4.0.0", | ||
"mixpanel-browser": "^2.47.0", | ||
"monaco-editor": "^0.34.1", | ||
"next": "13.3.0", | ||
"next": "13.4.7", | ||
"nextjs-routes": "^1.0.8", | ||
"node-fetch": "^3.2.9", | ||
"papaparse": "^5.3.2", | ||
... | ... | @@ -80,13 +80,14 @@ |
"react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | ||
"react-scroll": "^1.8.7", | ||
"swagger-ui-react": "^4.15.5", | ||
"swagger-ui-react": "^5.1.0", | ||
"use-font-face-observer": "^1.2.1", | ||
"viem": "^1.1.8", | ||
"wagmi": "^1.3.3" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "1.32.3", | ||
"@playwright/experimental-ct-react": "1.35.1", | ||
"@playwright/test": "^1.35.1", | ||
"@svgr/webpack": "^6.5.1", | ||
"@testing-library/react": "^14.0.0", | ||
"@total-typescript/ts-reset": "^0.4.0", | ||
... | ... | @@ -124,7 +125,6 @@ |
"lint-staged": ">=10", | ||
"mockdate": "^3.0.5", | ||
"next-transpile-modules": "^10.0.0", | ||
"playwright": "1.32.3", | ||
"style-loader": "^3.3.1", | ||
"svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | ||
... | ... |


This diff is collapsed.