@dargmuesli/nuxt-vio-testing 20.7.7 → 20.7.8

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.
@@ -1,4 +1,4 @@
1
- import * as _playwright_test0 from "@playwright/test";
1
+ import * as _$_playwright_test0 from "@playwright/test";
2
2
  import { Page } from "@playwright/test";
3
3
 
4
4
  //#region e2e/fixtures/vioTest.d.ts
@@ -9,9 +9,9 @@ declare const createDefaultPage: (page: Page) => {
9
9
  isLoading?: boolean;
10
10
  }) => Promise<void>;
11
11
  };
12
- declare const vioTest: _playwright_test0.TestType<_playwright_test0.PlaywrightTestArgs & _playwright_test0.PlaywrightTestOptions & {
12
+ declare const vioTest: _$_playwright_test0.TestType<_$_playwright_test0.PlaywrightTestArgs & _$_playwright_test0.PlaywrightTestOptions & {
13
13
  defaultPage: ReturnType<typeof createDefaultPage>;
14
14
  _autoSnapshotSuffix: unknown;
15
- }, _playwright_test0.PlaywrightWorkerArgs & _playwright_test0.PlaywrightWorkerOptions>;
15
+ }, _$_playwright_test0.PlaywrightWorkerArgs & _$_playwright_test0.PlaywrightWorkerOptions>;
16
16
  //#endregion
17
17
  export { vioTest };
@@ -1,4 +1,4 @@
1
- import * as _playwright_test0 from "@playwright/test";
1
+ import * as _$_playwright_test0 from "@playwright/test";
2
2
 
3
3
  //#region playwright.config.d.ts
4
4
  /**
@@ -8,6 +8,6 @@ import * as _playwright_test0 from "@playwright/test";
8
8
  /**
9
9
  * See https://playwright.dev/docs/test-configuration.
10
10
  */
11
- declare const _default: _playwright_test0.PlaywrightTestConfig<{}, {}>;
11
+ declare const _default: _$_playwright_test0.PlaywrightTestConfig<{}, {}>;
12
12
  //#endregion
13
13
  export { _default as default };
package/package.json CHANGED
@@ -3,16 +3,17 @@
3
3
  "@axe-core/playwright": "4.11.1",
4
4
  "@eslint/js": "10.0.1",
5
5
  "@playwright/test": "1.58.2",
6
+ "@types/lodash-es": "4.17.12",
6
7
  "@types/node": "24.12.0",
7
8
  "cross-env": "10.1.0",
8
- "eslint": "10.0.3",
9
+ "eslint": "10.1.0",
9
10
  "eslint-config-prettier": "10.1.8",
10
11
  "eslint-plugin-prettier": "5.5.5",
11
12
  "lodash-es": "4.17.23",
12
13
  "playwright-core": "1.58.2",
13
- "tsdown": "0.21.4",
14
- "typescript": "5.9.3",
15
- "typescript-eslint": "8.57.1",
14
+ "tsdown": "0.21.6",
15
+ "typescript": "6.0.2",
16
+ "typescript-eslint": "8.57.2",
16
17
  "ufo": "1.6.3"
17
18
  },
18
19
  "engines": {
@@ -77,5 +78,5 @@
77
78
  "test:e2e:server:static": "cross-env NODE_ENV=production PORT=\"${PORT:-3002}\" NUXT_PUBLIC_SITE_URL=\"${NUXT_PUBLIC_SITE_URL:-https://localhost:3002}\" VIO_SERVER=static pnpm run test:e2e"
78
79
  },
79
80
  "type": "module",
80
- "version": "20.7.7"
81
+ "version": "20.7.8"
81
82
  }