@stylable/dom-test-kit
Advanced tools
Comparing version 3.9.1 to 3.10.0
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "3.9.1", | ||
"version": "3.10.0", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -11,8 +11,7 @@ "main": "./cjs/index.js", | ||
"test": "mocha \"./test/**/*.spec.ts\"", | ||
"start": "webpack-dev-server --hot --inline", | ||
"prepack": "yarn build" | ||
"start": "webpack-dev-server --hot --inline" | ||
}, | ||
"dependencies": { | ||
"@stylable/core": "^3.9.1", | ||
"@stylable/runtime": "^3.9.0" | ||
"@stylable/core": "^3.10.0", | ||
"@stylable/runtime": "^3.10.0" | ||
}, | ||
@@ -19,0 +18,0 @@ "files": [ |
18168
Updated@stylable/core@^3.10.0
Updated@stylable/runtime@^3.10.0