Skip to content

Commit

Permalink
Patch @mui/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Feb 26, 2024
1 parent 4cb30da commit 16047cd
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.7",
"@mnajdova/enzyme-adapter-react-18": "^0.2.0",
"@mui/internal-scripts": "^1.0.1",
"@mui-internal/api-docs-builder-core": "workspace:^",
"@mui-internal/docs-utils": "^1.0.2",
"@mui/internal-markdown": "https://onedrive.live.com/download?resid=6FF75D08A3A962DD%21362213&authkey=!AOZKXZXlBciduTI",
"@mui/internal-scripts": "^1.0.1",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/fb183624/@mui/internal-test-utils",
"@mui/material": "^5.15.10",
"@mui/monorepo": "github:michaldudak/material-ui#markdown-package",
Expand Down Expand Up @@ -208,5 +208,10 @@
],
"sourceMap": false,
"instrument": false
},
"pnpm": {
"patchedDependencies": {
"@mui/[email protected]": "patches/@[email protected]"
}
}
}
11 changes: 11 additions & 0 deletions patches/@[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/i18n/package.json b/i18n/package.json
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0517579161c63afe6d0937c33baca32fe71669d1 100644
--- a/i18n/package.json
+++ b/i18n/package.json
@@ -0,0 +1,6 @@
+{
+ "sideEffects": false,
+ "module": "./index.js",
+ "main": "../node/i18n/index.js",
+ "types": "./index.d.ts"
+}
18 changes: 12 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 16047cd

Please sign in to comment.