@mui/internal-test-utils 2.0.18-canary.17 → 2.0.18-canary.19
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/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +4 -3
package/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @mui/internal-test-utils v2.0.17
|
|
3
3
|
*
|
|
4
|
-
* @license
|
|
5
|
-
* This source code is licensed under the
|
|
4
|
+
* @license MIT
|
|
5
|
+
* This source code is licensed under the MIT license found in the
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*/
|
|
8
8
|
"use strict";
|
package/index.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @mui/internal-test-utils v2.0.17
|
|
3
3
|
*
|
|
4
|
-
* @license
|
|
5
|
-
* This source code is licensed under the
|
|
4
|
+
* @license MIT
|
|
5
|
+
* This source code is licensed under the MIT license found in the
|
|
6
6
|
* LICENSE file in the root directory of this source tree.
|
|
7
7
|
*/
|
|
8
8
|
import "./initMatchers.mjs";
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-test-utils",
|
|
3
|
-
"version": "2.0.18-canary.
|
|
3
|
+
"version": "2.0.18-canary.19",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "Utilities for MUI tests. This is an internal package not meant for general use.",
|
|
6
|
+
"license": "MIT",
|
|
6
7
|
"repository": {
|
|
7
8
|
"type": "git",
|
|
8
9
|
"url": "git+https://github.com/mui/mui-public.git",
|
|
@@ -10,7 +11,7 @@
|
|
|
10
11
|
},
|
|
11
12
|
"dependencies": {
|
|
12
13
|
"@types/chai-dom": "^1.11.3",
|
|
13
|
-
"@babel/runtime": "^7.
|
|
14
|
+
"@babel/runtime": "^7.29.2",
|
|
14
15
|
"@testing-library/dom": "^10.4.1",
|
|
15
16
|
"@testing-library/react": "^16.3.2",
|
|
16
17
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -159,5 +160,5 @@
|
|
|
159
160
|
},
|
|
160
161
|
"main": "./index.js",
|
|
161
162
|
"types": "./index.d.ts",
|
|
162
|
-
"gitSha": "
|
|
163
|
+
"gitSha": "cddfbe44fdd8895ff4ffcd9eaaa75320b873a893"
|
|
163
164
|
}
|