Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MT-4401] Chore - Upgrade Slate to v0.66 #32

Merged
merged 15 commits into from
Oct 21, 2021
Merged
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.8"
"version": "0.2.0-alpha.3"
}
51 changes: 18 additions & 33 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"react": "^16.14.0",
"react-dom": "^16.9.0",
"rimraf": "^3.0.2",
"slate": "~0.62.0",
"slate-react": "~0.62.0",
"slate": "~0.66.0",
"slate-react": "~0.66.0",
"ts-jest": "^26.4.4",
"typescript": "^4.4.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/docx-cleaner/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/docx-cleaner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/docx-cleaner",
"version": "0.1.8",
"version": "0.2.0-alpha.3",
"description": "Normalize dirty HTML and DOCX/RTF documents into clean, understandable HTML",
"license": "MIT",
"main": "build/index.js",
Expand Down
73 changes: 27 additions & 46 deletions packages/playground/package-lock.json

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

22 changes: 11 additions & 11 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"name": "@prezly/playground",
"version": "0.1.0",
"version": "0.2.0-alpha.3",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"clean": "rimraf build/ node_modules/"
},
"dependencies": {
"@popperjs/core": "^2.6.0",
"@prezly/docx-cleaner": "^0.1.8",
"@prezly/docx-cleaner": "^0.2.0-alpha.3",
"@prezly/events": "^1.0.2",
"@prezly/linear-partition": "^1.0.0",
"@prezly/progress-promise": "^1.0.0",
"@prezly/slate-commons": "^0.1.8",
"@prezly/slate-editor": "^0.1.8",
"@prezly/slate-hyperscript": "^0.1.8",
"@prezly/slate-lists": "^0.1.8",
"@prezly/slate-types": "^0.1.8",
"@prezly/slate-commons": "^0.2.0-alpha.3",
"@prezly/slate-editor": "^0.2.0-alpha.3",
"@prezly/slate-hyperscript": "^0.2.0-alpha.3",
"@prezly/slate-lists": "^0.2.0-alpha.3",
"@prezly/slate-types": "^0.2.0-alpha.3",
"@prezly/uploadcare": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"rangefix": "^0.2.9",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-bootstrap": "=0.32.4",
"react-dom": "^16.14.0",
"react-draggable": "^3.3.2",
"react-overlays": "^0.8.3",
"react-popper": "^2.2.4",
"react-portal": "^4.2.1",
"react-router-dom": "=5.1.2",
"react-use": "^17.2.1",
"shave": "^2.5.10",
"slate": "~0.62.0",
"slate-react": "~0.62.0",
"slate-history": "~0.62.0",
"slate": "~0.66.0",
"slate-history": "~0.66.0",
"slate-react": "~0.66.0",
"uploadcare-widget": "=3.7.7",
"uuid": "^8.3.2",
"validator": "^13.5.2"
Expand Down
Loading