From 001369166342b86e32cc1657f30fcd57930e8b49 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Thu, 5 Dec 2024 11:19:35 +0100 Subject: [PATCH] chore: update package.json script for e2e --- package.json | 3 +-- pnpm-lock.yaml | 26 -------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/package.json b/package.json index ec25ee68..c9bfcdb0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:unit:ui": "vitest --ui", "test:e2e": "start-server-and-test cy:playground http://localhost:5173/ cy:run", "test:e2e-watch": "start-server-and-test cy:playground http://localhost:5173/ cy:open", - "cy:playground": "pnpm --filter='./playground/vanilla' run dev", + "cy:playground": "pnpm --filter='./playground/vanilla' dev", "lint": "eslint .", "lint:fix": "eslint . --fix", "cy:run": "cypress run", @@ -45,7 +45,6 @@ "cypress": "^13.16.0", "eslint": "^9.16.0", "eslint-plugin-cypress": "^4.1.0", - "eslint-plugin-jest": "^28.9.0", "isomorphic-fetch": "^3.0.0", "kolorist": "^1.8.0", "pathe": "^1.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fb1a34f9..2d49c720 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -39,9 +39,6 @@ importers: eslint-plugin-cypress: specifier: ^4.1.0 version: 4.1.0(eslint@9.16.0(jiti@2.4.1)) - eslint-plugin-jest: - specifier: ^28.9.0 - version: 28.9.0(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) isomorphic-fetch: specifier: ^3.0.0 version: 3.0.0 @@ -1484,19 +1481,6 @@ packages: peerDependencies: eslint: ^8.57.0 || ^9.0.0 - eslint-plugin-jest@28.9.0: - resolution: {integrity: sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==} - engines: {node: ^16.10.0 || ^18.12.0 || >=20.0.0} - peerDependencies: - '@typescript-eslint/eslint-plugin': ^6.0.0 || ^7.0.0 || ^8.0.0 - eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - jest: '*' - peerDependenciesMeta: - '@typescript-eslint/eslint-plugin': - optional: true - jest: - optional: true - eslint-plugin-jsdoc@50.6.0: resolution: {integrity: sha512-tCNp4fR79Le3dYTPB0dKEv7yFyvGkUCa+Z3yuTrrNGGOxBlXo9Pn0PEgroOZikUQOGjxoGMVKNjrOHcYEdfszg==} engines: {node: '>=18'} @@ -4602,16 +4586,6 @@ snapshots: - supports-color - typescript - eslint-plugin-jest@28.9.0(@typescript-eslint/eslint-plugin@8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2): - dependencies: - '@typescript-eslint/utils': 8.6.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - eslint: 9.16.0(jiti@2.4.1) - optionalDependencies: - '@typescript-eslint/eslint-plugin': 8.16.0(@typescript-eslint/parser@8.16.0(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2))(eslint@9.16.0(jiti@2.4.1))(typescript@5.7.2) - transitivePeerDependencies: - - supports-color - - typescript - eslint-plugin-jsdoc@50.6.0(eslint@9.16.0(jiti@2.4.1)): dependencies: '@es-joy/jsdoccomment': 0.49.0