@baseline-ui/test-utils 0.51.0 → 0.52.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9817,7 +9817,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
9817
9817
 
9818
9818
  ---
9819
9819
 
9820
- The following software may be included in this product: markdown-it (14.1.0)
9820
+ The following software may be included in this product: markdown-it (14.1.1)
9821
9821
  This software contains the following license and notice below:
9822
9822
 
9823
9823
  Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baseline-ui/test-utils",
3
- "version": "0.51.0",
3
+ "version": "0.52.0",
4
4
  "description": "A collection of test utilities for Baseline UI",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "react-frame-component": "^5.2.7",
30
- "@baseline-ui/core": "0.51.0"
30
+ "@baseline-ui/core": "0.52.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "tsup",