diff --git a/package-lock.json b/package-lock.json index 6b86c354a..e4f4079cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,6 @@ "@angular-devkit/schematics": "15.2.10", "@angular/cli": "15.2.10", "@nx/angular": "17.3.0", - "@nx/cypress": "17.3.0", "@nx/eslint": "17.3.0", "@nx/jest": "17.3.0", "@nx/js": "17.3.0", @@ -33,8 +32,6 @@ "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", "@types/node": "20.11.20", - "cypress": "13.6.6", - "cypress-real-events": "1.12.0", "eslint": "8.56.0", "http-server": "14.1.1", "husky": "9.0.11", @@ -4444,6 +4441,7 @@ "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, "optional": true, + "peer": true, "engines": { "node": ">=0.1.90" } @@ -8126,6 +8124,10 @@ "resolved": "projects/demo", "link": true }, + "node_modules/@maskito/demo-cypress": { + "resolved": "projects/demo-integrations", + "link": true + }, "node_modules/@maskito/kit": { "resolved": "projects/kit", "link": true @@ -14871,6 +14873,7 @@ "integrity": "sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==", "dev": true, "optional": true, + "peer": true, "dependencies": { "@types/node": "*" } @@ -47191,6 +47194,14 @@ "@nguniversal/builders": "15.2.1" } }, + "projects/demo-integrations": { + "name": "@maskito/demo-cypress", + "devDependencies": { + "@nx/cypress": "17.3.0", + "cypress": "13.6.6", + "cypress-real-events": "1.12.0" + } + }, "projects/kit": { "name": "@maskito/kit", "version": "2.0.2", diff --git a/package.json b/package.json index f244e39b4..e72d3ffde 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,6 @@ "@angular-devkit/schematics": "15.2.10", "@angular/cli": "15.2.10", "@nx/angular": "17.3.0", - "@nx/cypress": "17.3.0", "@nx/eslint": "17.3.0", "@nx/jest": "17.3.0", "@nx/js": "17.3.0", @@ -112,8 +111,6 @@ "@tinkoff/eslint-config-react": "2.0.0", "@types/jest": "29.5.12", "@types/node": "20.11.20", - "cypress": "13.6.6", - "cypress-real-events": "1.12.0", "eslint": "8.56.0", "http-server": "14.1.1", "husky": "9.0.11", diff --git a/projects/demo-integrations/package.json b/projects/demo-integrations/package.json new file mode 100644 index 000000000..9387e4250 --- /dev/null +++ b/projects/demo-integrations/package.json @@ -0,0 +1,9 @@ +{ + "name": "@maskito/demo-cypress", + "private": true, + "devDependencies": { + "@nx/cypress": "17.3.0", + "cypress": "13.6.6", + "cypress-real-events": "1.12.0" + } +}