1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-07-31 12:30:11 +02:00

unpin slate dev deps

This commit is contained in:
Ian Storm Taylor
2019-12-05 15:07:44 -05:00
parent 12af78609f
commit b54e98f46c

View File

@@ -79,11 +79,11 @@
"rollup-plugin-terser": "^5.1.2", "rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.25.2", "rollup-plugin-typescript2": "^0.25.2",
"rollup-plugin-uglify": "^6.0.3", "rollup-plugin-uglify": "^6.0.3",
"slate": "^0.50.0", "slate": "*",
"slate-history": "^0.50.0", "slate-history": "*",
"slate-hyperscript": "^0.50.0", "slate-hyperscript": "*",
"slate-react": "^0.50.0", "slate-react": "*",
"slate-schema": "^0.50.0", "slate-schema": "*",
"typescript": "^3.7.2" "typescript": "^3.7.2"
} }
} }