Skip to content

Commit

Permalink
feat: remove rollup-plugin-auto-external
Browse files Browse the repository at this point in the history
  • Loading branch information
robertu7 committed Mar 23, 2023
1 parent e8c6a35 commit eda1a49
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 234 deletions.
224 changes: 2 additions & 222 deletions package-lock.json

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

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@matters/matters-editor",
"version": "0.2.0-alpha.20",
"version": "0.2.0-alpha.21",
"description": "Editor for matters.news",
"author": "https://github.com/thematters",
"homepage": "https://github.com/thematters/matters-editor",
Expand Down Expand Up @@ -29,7 +29,9 @@
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"dependencies": {
"@tiptap/core": "^2.0.0-beta.220",
"@tiptap/extension-blockquote": "^2.0.0-beta.220",
"@tiptap/extension-bullet-list": "^2.0.0-beta.220",
Expand All @@ -49,9 +51,7 @@
"@tiptap/extension-text": "^2.0.0-beta.220",
"@tiptap/pm": "^2.0.0-beta.220",
"@tiptap/react": "^2.0.0-beta.220",
"@tiptap/suggestion": "^2.0.0-beta.220"
},
"dependencies": {
"@tiptap/suggestion": "^2.0.0-beta.220",
"hast-util-to-html": "^8.0.4",
"linkifyjs": "^4.1.0",
"mdast-util-gfm-strikethrough": "^1.0.3",
Expand Down Expand Up @@ -100,7 +100,6 @@
"natural-compare-lite": "^1.4.0",
"prettier": "^2.8.4",
"rollup": "^3.20.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-generate-package-json": "^3.2.0",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit eda1a49

Please sign in to comment.