@baseline-ui/test-utils 0.50.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.
- package/Acknowledgements.md +1 -28
- package/package.json +2 -2
- package/sbom.json +1 -1
package/Acknowledgements.md
CHANGED
|
@@ -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.
|
|
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.
|
|
@@ -11685,33 +11685,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
11685
11685
|
|
|
11686
11686
|
---
|
|
11687
11687
|
|
|
11688
|
-
The following software may be included in this product: react-complex-tree (2.6.0)
|
|
11689
|
-
This software contains the following license and notice below:
|
|
11690
|
-
|
|
11691
|
-
MIT License
|
|
11692
|
-
|
|
11693
|
-
Copyright (c) 2023 Lukas Bach
|
|
11694
|
-
|
|
11695
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11696
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
11697
|
-
in the Software without restriction, including without limitation the rights
|
|
11698
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11699
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
11700
|
-
furnished to do so, subject to the following conditions:
|
|
11701
|
-
|
|
11702
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11703
|
-
copies or substantial portions of the Software.
|
|
11704
|
-
|
|
11705
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11706
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11707
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11708
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11709
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11710
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11711
|
-
SOFTWARE.
|
|
11712
|
-
|
|
11713
|
-
---
|
|
11714
|
-
|
|
11715
11688
|
The following software may be included in this product: react-docgen (8.0.2)
|
|
11716
11689
|
This software contains the following license and notice below:
|
|
11717
11690
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/test-utils",
|
|
3
|
-
"version": "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.
|
|
30
|
+
"@baseline-ui/core": "0.52.0"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsup",
|