Skip to content

Commit

Permalink
Update Cypress configuration in info and container apps
Browse files Browse the repository at this point in the history
  • Loading branch information
serifcolakel committed Apr 6, 2024
1 parent 1c2bd89 commit 6c6cd95
Show file tree
Hide file tree
Showing 4 changed files with 589 additions and 814 deletions.
1 change: 0 additions & 1 deletion apps/container-e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
import { defineConfig } from 'cypress';

export default defineConfig({
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
e2e: nxE2EPreset(__dirname),
});
1 change: 0 additions & 1 deletion apps/info-e2e/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ import { nxE2EPreset } from '@nx/cypress/plugins/cypress-preset';
import { defineConfig } from 'cypress';

export default defineConfig({
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
e2e: nxE2EPreset(__dirname),
});
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,40 +20,40 @@
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "18.2.3",
"@nx/devkit": "18.2.3",
"@nx/eslint-plugin": "18.2.3",
"@nx/jest": "18.2.3",
"@nx/js": "18.2.3",
"@nx/linter": "18.2.3",
"@nx/playwright": "18.2.3",
"@nx/react": "18.2.3",
"@nx/vite": "18.2.3",
"@nx/web": "18.2.3",
"@nx/webpack": "18.2.3",
"@nx/workspace": "18.2.3",
"@nx/cypress": "17.0.1",
"@nx/devkit": "17.0.1",
"@nx/eslint-plugin": "17.0.1",
"@nx/jest": "17.0.1",
"@nx/js": "17.0.1",
"@nx/linter": "17.0.1",
"@nx/playwright": "17.0.1",
"@nx/react": "17.0.1",
"@nx/vite": "17.0.1",
"@nx/web": "17.0.1",
"@nx/webpack": "17.0.1",
"@nx/workspace": "17.0.1",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.8.0",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.2.24",
"@types/react-dom": "18.2.9",
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@vitejs/plugin-react": "4.2.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "~4.0.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "0.34.7",
"@vitest/ui": "~0.32.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"eslint": "8.57.0",
"eslint": "~8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "8.1.0",
Expand All @@ -70,18 +70,18 @@
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~22.1.0",
"netlify-cli": "^16.6.1",
"nx": "18.2.3",
"nx": "17.0.1",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"tailwindcss": "3.2.7",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.4.4",
"typescript": "~5.1.3",
"url-loader": "^4.1.1",
"vite": "5.2.8",
"vite": "~4.3.9",
"vite-plugin-dts": "~2.3.0",
"vitest": "0.34.6"
"vitest": "~0.32.0"
}
}

Loading

0 comments on commit 6c6cd95

Please sign in to comment.