Browse Source

fix: cypress

RyaneMax 8 months ago
parent
commit
0b70dd0ab0
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package-lock.json
  2. 2 2
      package.json

+ 1 - 1
package-lock.json

@@ -2801,7 +2801,7 @@
     },
     "node_modules/@compodoc/compodoc": {
       "version": "1.1.25",
-      "resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.25.tgz",
+      "resolved": "https://registry.npmmirror.com/@compodoc/compodoc/-/compodoc-1.1.25.tgz",
       "integrity": "sha512-MsTEv6S0JGkdXc8pFp3yB/r8Lw49YenD0TCXyIVAmQhWNDtGWi4m2TGz02hdiKAlTJ1McQJFuyXWiItTQtje0A==",
       "dev": true,
       "hasInstallScript": true,

+ 2 - 2
package.json

@@ -59,6 +59,7 @@
     "@types/parse": "^3.0.9",
     "@typescript-eslint/eslint-plugin": "^6.0.0",
     "@typescript-eslint/parser": "^6.0.0",
+    "cypress": "latest",
     "eslint": "^8.57.0",
     "eslint-plugin-import": "^2.29.1",
     "eslint-plugin-jsdoc": "^48.2.1",
@@ -70,8 +71,7 @@
     "karma-coverage": "~2.2.0",
     "karma-jasmine": "~5.1.0",
     "karma-jasmine-html-reporter": "~2.1.0",
-    "typescript": "~5.4.0",
-    "cypress": "latest"
+    "typescript": "~5.4.0"
   },
   "description": "An Ionic project"
 }