chore: upgrade packages & fix task list

This commit is contained in:
thecodrr
2022-05-31 06:49:37 +05:00
parent 4e453dc047
commit 94a06e829a
133 changed files with 4966 additions and 4124 deletions

View File

@@ -36,7 +36,7 @@ var __values = (this && this.__values) || function(o) {
};
import { Node, textblockTypeInputRule, mergeAttributes } from "@tiptap/core";
import { Plugin, PluginKey, TextSelection, } from "prosemirror-state";
import { findParentNodeClosestToPos, ReactNodeViewRenderer, } from "@tiptap/react";
import { findParentNodeClosestToPos, ReactNodeViewRenderer } from "../react";
import { CodeblockComponent } from "./component";
import { HighlighterPlugin } from "./highlighter";
import detectIndent from "detect-indent";