@stylable/dom-test-kit
Advanced tools
Comparing version 3.0.0 to 3.1.0
{ | ||
"name": "@stylable/dom-test-kit", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Stylable DOM testing utilities", | ||
@@ -15,4 +15,4 @@ "main": "./cjs/index.js", | ||
"dependencies": { | ||
"@stylable/core": "^3.0.0", | ||
"@stylable/runtime": "^3.0.0" | ||
"@stylable/core": "^3.1.0", | ||
"@stylable/runtime": "^3.1.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "files": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "91b92e8380ec81e5ad6ae4d96625f8d9e972c50d" | ||
"gitHead": "8a4adb3f4741359c5c9ae4f0b9a1195a78251338" | ||
} |
Updated@stylable/core@^3.1.0
Updated@stylable/runtime@^3.1.0