@mui/internal-docs-infra 0.12.1-canary.8 → 0.12.1-canary.9
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/internal-docs-infra",
|
|
3
|
-
"version": "0.12.1-canary.
|
|
3
|
+
"version": "0.12.1-canary.9",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "MUI Infra - internal documentation creation tools.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"homepage": "https://github.com/mui/mui-public/tree/master/packages/docs-infra",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@babel/runtime": "^7.29.
|
|
32
|
+
"@babel/runtime": "^7.29.7",
|
|
33
33
|
"@csstools/postcss-light-dark-function": "^3.0.1",
|
|
34
34
|
"@csstools/postcss-relative-color-syntax": "^4.0.5",
|
|
35
35
|
"@csstools/postcss-stepped-value-functions": "^5.0.3",
|
|
@@ -804,5 +804,5 @@
|
|
|
804
804
|
"bin": {
|
|
805
805
|
"docs-infra": "./cli/index.mjs"
|
|
806
806
|
},
|
|
807
|
-
"gitSha": "
|
|
807
|
+
"gitSha": "e8df28d5d6f73f954ef809e40e0ec985ed7e01b0"
|
|
808
808
|
}
|