Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Mar 28, 2024
1 parent 1d0a8a5 commit ab51be6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
16 changes: 0 additions & 16 deletions .yarn/patches/react-dnd-npm-15.1.2-0351d81431.patch

This file was deleted.

13 changes: 13 additions & 0 deletions patches/@contentlayer+cli+0.3.4.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/node_modules/@contentlayer/cli/dist/commands/BuildCommand.js b/node_modules/@contentlayer/cli/dist/commands/BuildCommand.js
index 17ef190..fb190fd 100644
--- a/node_modules/@contentlayer/cli/dist/commands/BuildCommand.js
+++ b/node_modules/@contentlayer/cli/dist/commands/BuildCommand.js
@@ -4,7 +4,7 @@ import { BaseCommand } from './_BaseCommand.js';
export class BuildCommand extends BaseCommand {
constructor() {
super(...arguments);
- this.executeSafe = () => pipe(this.clearCacheIfNeeded(), T.chain(() => core.getConfig({ configPath: this.configPath })), T.tap((config) => (config.source.options.disableImportAliasWarning ? T.unit : T.fork(core.validateTsconfig))), T.chain((config) => core.generateDotpkg({ config, verbose: this.verbose })), T.tap(core.logGenerateInfo), OT.withSpan('@contentlayer/cli/commands/BuildCommand:executeSafe'));
+ this.executeSafe = () => pipe(this.clearCacheIfNeeded(), T.chain(() => core.getConfig({ configPath: this.configPath })), T.tap((config) => (config.source.options.disableImportAliasWarning ? T.unit : T.fork(core.validateTsconfig))), T.chain((config) => core.generateDotpkg({ config, verbose: this.verbose })), T.tap(core.logGenerateInfo), T.map(() => 0), OT.withSpan('@contentlayer/cli/commands/BuildCommand:executeSafe'));
}
}
BuildCommand.paths = [['build']];
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6672,7 +6672,7 @@ __metadata:
languageName: unknown
linkType: soft

"@udecode/plate-indent-list@npm:31.1.3, @udecode/plate-indent-list@workspace:^, @udecode/plate-indent-list@workspace:packages/indent-list":
"@udecode/plate-indent-list@npm:31.2.0, @udecode/plate-indent-list@workspace:^, @udecode/plate-indent-list@workspace:packages/indent-list":
version: 0.0.0-use.local
resolution: "@udecode/plate-indent-list@workspace:packages/indent-list"
dependencies:
Expand Down Expand Up @@ -6961,14 +6961,14 @@ __metadata:
languageName: unknown
linkType: soft

"@udecode/plate-serializer-docx@npm:31.1.3, @udecode/plate-serializer-docx@workspace:^, @udecode/plate-serializer-docx@workspace:packages/serializer-docx":
"@udecode/plate-serializer-docx@npm:31.2.0, @udecode/plate-serializer-docx@workspace:^, @udecode/plate-serializer-docx@workspace:packages/serializer-docx":
version: 0.0.0-use.local
resolution: "@udecode/plate-serializer-docx@workspace:packages/serializer-docx"
dependencies:
"@udecode/plate-common": "workspace:^"
"@udecode/plate-heading": "npm:31.0.0"
"@udecode/plate-indent": "npm:31.1.0"
"@udecode/plate-indent-list": "npm:31.1.3"
"@udecode/plate-indent-list": "npm:31.2.0"
"@udecode/plate-media": "npm:31.0.0"
"@udecode/plate-paragraph": "npm:31.0.0"
"@udecode/plate-table": "npm:31.0.0"
Expand Down Expand Up @@ -7219,7 +7219,7 @@ __metadata:
"@udecode/plate-highlight": "npm:31.0.0"
"@udecode/plate-horizontal-rule": "npm:31.0.0"
"@udecode/plate-indent": "npm:31.1.0"
"@udecode/plate-indent-list": "npm:31.1.3"
"@udecode/plate-indent-list": "npm:31.2.0"
"@udecode/plate-kbd": "npm:31.0.0"
"@udecode/plate-line-height": "npm:31.0.0"
"@udecode/plate-link": "npm:31.0.0"
Expand All @@ -7233,7 +7233,7 @@ __metadata:
"@udecode/plate-resizable": "npm:31.0.0"
"@udecode/plate-select": "npm:31.0.0"
"@udecode/plate-serializer-csv": "npm:31.0.0"
"@udecode/plate-serializer-docx": "npm:31.1.3"
"@udecode/plate-serializer-docx": "npm:31.2.0"
"@udecode/plate-serializer-html": "npm:31.1.0"
"@udecode/plate-serializer-md": "npm:31.1.3"
"@udecode/plate-suggestion": "npm:31.0.0"
Expand Down

0 comments on commit ab51be6

Please sign in to comment.