mocha-play
Advanced tools
Comparing version 6.0.2 to 7.0.0
@@ -1,2 +0,2 @@ | ||
import type playwright from 'playwright-core'; | ||
import type playwright from 'playwright'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Hooks the console of a `playwright.Page` to Node's console, |
@@ -1,2 +0,2 @@ | ||
import playwright from 'playwright-core'; | ||
import playwright from 'playwright'; | ||
import webpack from 'webpack'; | ||
@@ -3,0 +3,0 @@ export interface IRunTestsOptions { |
import { createRequire } from 'module'; | ||
import path from 'path'; | ||
import express from 'express'; | ||
import playwright from 'playwright-core'; | ||
import playwright from 'playwright'; | ||
import webpack from 'webpack'; | ||
@@ -6,0 +6,0 @@ import webpackDevMiddleware from 'webpack-dev-middleware'; |
{ | ||
"name": "mocha-play", | ||
"description": "Run mocha tests in chromium, using webpack and playwright.", | ||
"version": "6.0.2", | ||
"version": "7.0.0", | ||
"type": "module", | ||
@@ -25,2 +25,3 @@ "exports": { | ||
"mocha": ">=7", | ||
"playwright": ">=1.39.0", | ||
"webpack": "^5.0.0" | ||
@@ -35,3 +36,2 @@ }, | ||
"html-webpack-plugin": "^5.5.3", | ||
"playwright-core": "^1.38.0", | ||
"webpack-dev-middleware": "^6.1.1" | ||
@@ -42,12 +42,13 @@ }, | ||
"@ts-tools/webpack-loader": "^5.0.2", | ||
"@types/chai": "^4.3.8", | ||
"@types/express": "^4.17.19", | ||
"@types/mocha": "^10.0.2", | ||
"@types/node": "16", | ||
"@typescript-eslint/eslint-plugin": "^6.7.5", | ||
"@types/chai": "^4.3.9", | ||
"@types/express": "^4.17.20", | ||
"@types/mocha": "^10.0.3", | ||
"@types/node": "18", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"chai": "^4.3.10", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"mocha": "^10.2.0", | ||
"playwright": "^1.39.0", | ||
"prettier": "^3.0.3", | ||
@@ -71,3 +72,3 @@ "rimraf": "^5.0.5", | ||
"engines": { | ||
"node": ">=16" | ||
"node": ">=18" | ||
}, | ||
@@ -74,0 +75,0 @@ "license": "MIT", |
@@ -8,3 +8,3 @@ /* eslint-disable @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-assignment */ | ||
import type webpack from 'webpack'; | ||
import type playwright from 'playwright-core'; | ||
import type playwright from 'playwright'; | ||
import { findUpSync } from 'find-up'; | ||
@@ -11,0 +11,0 @@ import { runTests } from './run-tests.js'; |
@@ -1,2 +0,2 @@ | ||
import type playwright from 'playwright-core'; | ||
import type playwright from 'playwright'; | ||
@@ -3,0 +3,0 @@ /** |
import { createRequire } from 'module'; | ||
import path from 'path'; | ||
import express from 'express'; | ||
import playwright from 'playwright-core'; | ||
import playwright from 'playwright'; | ||
import webpack from 'webpack'; | ||
@@ -6,0 +6,0 @@ import webpackDevMiddleware from 'webpack-dev-middleware'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37955
17
+ Addedfsevents@2.3.2(transitive)
+ Addedplaywright@1.49.1(transitive)
- Removedplaywright-core@^1.38.0