test-drive
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "test-drive", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Opinionated library for writing web component tests", | ||
@@ -15,3 +15,3 @@ "main": "./cjs/index.js", | ||
"pretest": "npm run typecheck && npm run lint", | ||
"test": "mocha-play \"./test/**/*.spec.ts\"", | ||
"test": "mocha-web \"./test/**/*.spec.ts\"", | ||
"lint": "eslint .", | ||
@@ -21,32 +21,31 @@ "typecheck": "tsc --noEmit" | ||
"dependencies": { | ||
"chai": "^4.3.10", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-dom": "^1.11.0", | ||
"chai": "^4.4.1", | ||
"chai-as-promised": "^7.1.2", | ||
"chai-dom": "^1.12.0", | ||
"chai-style": "^1.0.3", | ||
"dom-matches": "^2.0.0", | ||
"promise-assist": "^2.0.1", | ||
"sinon": "^17.0.0", | ||
"sinon": "^18.0.0", | ||
"sinon-chai": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@playwright/browser-chromium": "^1.39.0", | ||
"@ts-tools/webpack-loader": "^5.0.2", | ||
"@types/chai": "^4.3.9", | ||
"@types/chai-as-promised": "^7.1.7", | ||
"@types/chai-dom": "^1.11.2", | ||
"@types/chai-style": "^1.0.1", | ||
"@types/dom-matches": "^2.0.1", | ||
"@types/mocha": "^10.0.3", | ||
"@types/sinon": "^10.0.20", | ||
"@types/sinon-chai": "^3.2.11", | ||
"@typescript-eslint/eslint-plugin": "^6.9.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"@playwright/browser-chromium": "^1.44.0", | ||
"@types/chai": "^4.3.16", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/chai-dom": "^1.11.3", | ||
"@types/chai-style": "^1.0.2", | ||
"@types/dom-matches": "^2.0.2", | ||
"@types/mocha": "^10.0.6", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinon-chai": "^3.2.12", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"esbuild": "^0.21.2", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-no-only-tests": "^3.1.0", | ||
"mocha": "^10.2.0", | ||
"mocha-play": "^6.0.2", | ||
"prettier": "^3.0.3", | ||
"rimraf": "^5.0.5", | ||
"typescript": "~5.2.2", | ||
"webpack": "^5.89.0" | ||
"mocha": "^10.4.0", | ||
"mocha-web": "^1.0.2", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.7", | ||
"typescript": "~5.4.5" | ||
}, | ||
@@ -53,0 +52,0 @@ "files": [ |
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
94486
19
+ Added@sinonjs/fake-timers@11.2.213.0.5(transitive)
+ Addednise@6.1.1(transitive)
+ Addedpath-to-regexp@8.2.0(transitive)
+ Addedsinon@18.0.1(transitive)
- Removed@sinonjs/fake-timers@11.3.1(transitive)
- Removednise@5.1.9(transitive)
- Removedpath-to-regexp@6.3.0(transitive)
- Removedsinon@17.0.2(transitive)
Updatedchai@^4.4.1
Updatedchai-as-promised@^7.1.2
Updatedchai-dom@^1.12.0
Updatedsinon@^18.0.0