@cypress/vite-dev-server 7.0.0 → 7.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@cypress/vite-dev-server",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "description": "Launches Vite Dev Server for Component Testing",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
7
- "build": "tsc || echo 'built, with type errors'",
8
- "check-ts": "tsc --noEmit",
7
+ "build": "tsc --project tsconfig.build.json || echo 'built, with type errors'",
8
+ "check-ts": "tsc --noEmit --project tsconfig.build.json",
9
9
  "cypress:open": "yarn cypress:run-cypress-in-cypress gulp open --project .",
10
10
  "cypress:run": "yarn cypress:run-cypress-in-cypress node ../../scripts/cypress run --project . --browser chrome",
11
11
  "cypress:run-cypress-in-cypress": "cross-env CYPRESS_INTERNAL_E2E_TESTING_SELF_PARENT_PROJECT=1 HTTP_PROXY_TARGET_FOR_ORIGIN_REQUESTS=http://localhost:4455 CYPRESS_REMOTE_DEBUGGING_PORT=6666 TZ=America/New_York",
@@ -22,11 +22,11 @@
22
22
  "devDependencies": {
23
23
  "cross-env": "7.0.3",
24
24
  "dedent": "^0.7.0",
25
- "vite-5": "npm:vite@^5.4.18",
26
- "vite-6": "npm:vite@^6.2.5",
27
- "vite-7": "npm:vite@^7.0.0",
25
+ "vite-5": "npm:vite@^5.4.20",
26
+ "vite-6": "npm:vite@^6.4.0",
27
+ "vite-7": "npm:vite@^7.1.5",
28
28
  "vite-plugin-inspect": "0.8.4",
29
- "vitest": "2.1.4"
29
+ "vitest": "2.1.9"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "cypress": ">=15.0.0"