diff --git a/packages/e2e-test/package.json b/packages/e2e-test/package.json index 828788d7a4..9bcae01533 100644 --- a/packages/e2e-test/package.json +++ b/packages/e2e-test/package.json @@ -43,7 +43,6 @@ "ext": "ts" }, "dependencies": { - "@types/cypress": "^1.1.3", "cypress": "^6.4.0" } } diff --git a/packages/e2e-test/src/cypress/tsconfig.json b/packages/e2e-test/src/cypress/tsconfig.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/e2e-test/tsconfig.json b/packages/e2e-test/tsconfig.json new file mode 100644 index 0000000000..8217a7ec47 --- /dev/null +++ b/packages/e2e-test/tsconfig.json @@ -0,0 +1,38 @@ +{ + "compilerOptions": { + "allowJs": true, + "declaration": true, + "declarationMap": false, + "emitDeclarationOnly": true, + "esModuleInterop": true, + "experimentalDecorators": false, + "forceConsistentCasingInFileNames": true, + "importHelpers": false, + "incremental": true, + "isolatedModules": true, + "jsx": "react", + "lib": ["DOM", "DOM.Iterable", "ScriptHost", "ES2020", "ESNext.Promise"], + "module": "ESNext", + "moduleResolution": "node", + "noEmit": false, + "noFallthroughCasesInSwitch": true, + "noImplicitAny": true, + "noImplicitReturns": true, + "noImplicitThis": true, + "noUnusedLocals": true, + "noUnusedParameters": true, + "pretty": true, + "removeComments": false, + "resolveJsonModule": true, + "sourceMap": false, + "skipLibCheck": true, + "strict": true, + "strictBindCallApply": true, + "strictFunctionTypes": true, + "strictNullChecks": true, + "strictPropertyInitialization": true, + "stripInternal": true, + "target": "ES2019", + "types": ["node", "cypress", "webpack-env"] + } +} diff --git a/yarn.lock b/yarn.lock index 1c328d8a93..060205f11e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6618,13 +6618,6 @@ dependencies: postcss "5 - 7" -"@types/cypress@^1.1.3": - version "1.1.3" - resolved "https://registry.npmjs.org/@types/cypress/-/cypress-1.1.3.tgz#0a700c040d53e9e12b5af98e41d4a88c39f39b6a" - integrity sha512-OXe0Gw8LeCflkG1oPgFpyrYWJmEKqYncBsD/J0r17r0ETx/TnIGDNLwXt/pFYSYuYTpzcq1q3g62M9DrfsBL4g== - dependencies: - cypress "*" - "@types/d3-color@*": version "2.0.0" resolved "https://registry.npmjs.org/@types/d3-color/-/d3-color-2.0.0.tgz#febdfadade56e215a4c3f612fe3000d92999f5d5" @@ -11513,7 +11506,7 @@ cyclist@^1.0.1: resolved "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9" integrity sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk= -cypress@*, cypress@^6.4.0: +cypress@^6.4.0: version "6.4.0" resolved "https://registry.npmjs.org/cypress/-/cypress-6.4.0.tgz#432c516bf4f1a0f042a6aa1f2c3a4278fa35a8b2" integrity sha512-SrsPsZ4IBterudkoFYBvkQmXOVxclh1/+ytbzpV8AH/D2FA+s2Qy5ISsaRzOFsbQa4KZWoi3AKwREmF1HucYkg==