@mui/internal-docs-infra 0.12.1-canary.3 → 0.12.1-canary.4

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/internal-docs-infra",
3
- "version": "0.12.1-canary.3",
3
+ "version": "0.12.1-canary.4",
4
4
  "author": "MUI Team",
5
5
  "description": "MUI Infra - internal documentation creation tools.",
6
6
  "license": "MIT",
@@ -775,5 +775,5 @@
775
775
  "bin": {
776
776
  "docs-infra": "./cli/index.mjs"
777
777
  },
778
- "gitSha": "b652e3d89b09d3c556f2b1df043b0dc9cbaf7a88"
778
+ "gitSha": "23d2907aef987168755032c196d9a4e2c68d6399"
779
779
  }
@@ -330,10 +330,8 @@ export function exportVariant(variantCode, config = {}) {
330
330
  },
331
331
  devDependencies: {
332
332
  ...(!isFramework && {
333
- // Pinned to major versions instead of `latest` to work around
334
- // https://github.com/stackblitz/webcontainer-core/issues/2104
335
- '@vitejs/plugin-react': '^5',
336
- vite: '^7'
333
+ '@vitejs/plugin-react': 'latest',
334
+ vite: 'latest'
337
335
  }),
338
336
  ...(useTypescript && {
339
337
  typescript: 'latest',