1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-31 10:51:44 +02:00

refactor plugins example, fixes #2243

This commit is contained in:
Ian Storm Taylor
2018-10-10 10:10:27 -07:00
parent d7123453c2
commit 10bf13804f
6 changed files with 55 additions and 59 deletions

View File

@@ -72,10 +72,6 @@
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^3.0.0",
"slate-collapse-on-escape": "^0.6.0",
"slate-dev-benchmark": "*",
"slate-dev-test-utils": "*",
"slate-soft-break": "^0.6.0",
"source-map-loader": "^0.2.3",
"source-map-support": "^0.4.0",
"style-loader": "^0.20.2",
@@ -87,6 +83,8 @@
},
"peerDependencies": {
"slate": "*",
"slate-dev-benchmark": "*",
"slate-dev-test-utils": "*",
"slate-html-serializer": "*",
"slate-plain-serializer": "*",
"slate-react": "*"