test-drive
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "test-drive", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Opinionated library for writing web component tests", | ||
@@ -26,9 +26,9 @@ "main": "./cjs/index.js", | ||
"promise-assist": "^1.3.0", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0" | ||
"sinon": "^11.1.1", | ||
"sinon-chai": "^3.7.0" | ||
}, | ||
"devDependencies": { | ||
"@ts-tools/webpack-loader": "^2.1.1", | ||
"@types/chai": "^4.2.15", | ||
"@types/chai-as-promised": "^7.1.3", | ||
"@types/chai": "^4.2.18", | ||
"@types/chai-as-promised": "^7.1.4", | ||
"@types/chai-dom": "^0.0.10", | ||
@@ -38,17 +38,17 @@ "@types/chai-style": "^1.0.0", | ||
"@types/mocha": "^8.2.2", | ||
"@types/sinon": "^9.0.11", | ||
"@types/sinon": "^10.0.1", | ||
"@types/sinon-chai": "^3.2.5", | ||
"@typescript-eslint/eslint-plugin": "^4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-no-only-tests": "^2.4.0", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
"eslint": "^7.27.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-no-only-tests": "^2.6.0", | ||
"html-webpack-plugin": "^5.3.1", | ||
"mocha": "^8.3.2", | ||
"mocha": "^8.4.0", | ||
"mocha-play": "^1.0.1", | ||
"playwright-chromium": "^1.9.2", | ||
"playwright-chromium": "^1.11.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "~4.2.3", | ||
"typescript": "~4.3.2", | ||
"util": "^0.12.3", | ||
"webpack": "^5.27.2" | ||
"webpack": "^5.38.1" | ||
}, | ||
@@ -55,0 +55,0 @@ "files": [ |
94705
+ Addeddiff@5.2.0(transitive)
+ Addedsinon@11.1.2(transitive)
- Removeddiff@4.0.2(transitive)
- Removedsinon@10.0.1(transitive)
Updatedsinon@^11.1.1
Updatedsinon-chai@^3.7.0