Skip to content

Commit

Permalink
Merge pull request #100 from Darginec05/99-issue-with-installing-plugins
Browse files Browse the repository at this point in the history
update core peer deps for blockquote package
  • Loading branch information
Darginec05 authored Dec 3, 2023
2 parents d8f2e7f + b2ab3cb commit 9b2305e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,21 +137,21 @@ const FileConfig = createConfig({ pkg: filePkg });
export default [
CoreConfig,
BlockquoteConfig,
ParagraphPkgConfig,
CalloutPkgConfig,
CodePkgConfig,
LinkPkgConfig,
ListsPkgConfig,
HeadingsPkgConfig,
ImagePkgConfig,
VideoPkgConfig,
SuggestionListPkgConfig,
ToolbarPkgConfig,
MarksPkgConfig,
FileConfig,
RendererPkgConfig,
// ParagraphPkgConfig,
// CalloutPkgConfig,
// CodePkgConfig,
// LinkPkgConfig,
// ListsPkgConfig,
// HeadingsPkgConfig,
// ImagePkgConfig,
// VideoPkgConfig,
// SuggestionListPkgConfig,
// ToolbarPkgConfig,
// MarksPkgConfig,
// FileConfig,
// RendererPkgConfig,
ChatGPTPkgConfig,
EmbedPkgConfig,
ExportsConfig,
LinkToolConfig,
// EmbedPkgConfig,
// ExportsConfig,
// LinkToolConfig,
];
4 changes: 2 additions & 2 deletions packages/yoopta-blockquote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yoopta/blockquote",
"version": "1.9.18-rc",
"version": "1.9.19-rc",
"description": "> TODO: description",
"author": "Darginec05 <[email protected]>",
"homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
Expand All @@ -18,7 +18,7 @@
"react-dom": ">=17.0.2",
"slate": ">=0.72.3",
"slate-react": ">=0.95.0",
"@yoopta/editor": ">=1.9.16-rc"
"@yoopta/editor": ">=1.9.18-rc"
},
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
Expand Down
2 changes: 1 addition & 1 deletion packages/yoopta-chatGPT-assistant/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-dom": ">=17.0.2",
"slate": ">=0.72.3",
"slate-react": ">=0.95.0",
"@yoopta/editor": ">=1.9.16-rc"
"@yoopta/editor": ">=1.9.18-rc"
},
"publishConfig": {
"registry": "https://registry.yarnpkg.com"
Expand Down

1 comment on commit 9b2305e

@vercel
Copy link

@vercel vercel bot commented on 9b2305e Dec 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

yopta-editor – ./

yopta-editor-darginec05.vercel.app
yopta-editor-git-master-darginec05.vercel.app
yopta-editor.vercel.app

Please sign in to comment.