[CORL-1211] Upgrade RTE (#3106)

* chore: upgrade coral rte

* chore: upgrade

* chore: upgrade

* chore: upgrade

* fix: updated snapshots

Co-authored-by: Wyatt Johnson <wyattjoh@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Vinh
2020-08-14 18:17:13 +02:00
committed by GitHub
parent abfcdcc933
commit e85947af74
3 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -5087,13 +5087,13 @@
} }
}, },
"@coralproject/rte": { "@coralproject/rte": {
"version": "1.1.1", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/@coralproject/rte/-/rte-1.1.1.tgz", "resolved": "https://registry.npmjs.org/@coralproject/rte/-/rte-1.2.3.tgz",
"integrity": "sha512-r70xg7arHttiJr4pXCZTTWA86bjT9M+XHDeaYjNpMQrW5rIL+kw7sjoRuiyPLzi88xINMbxffurdKep2Z68bcg==", "integrity": "sha512-1H5HsidtrwS3+1e3oRe7ZQFHi93mAZOmlg9eIi/oOlzLsMszOZbODYL5YL3Exh2KrV2VCbgS69vxvBlGYkXP0A==",
"dev": true, "dev": true,
"requires": { "requires": {
"classnames": "^2.2.6", "classnames": "^2.2.6",
"squire-rte": "^1.9.0" "squire-rte": "^1.10.2"
} }
}, },
"@csstools/convert-colors": { "@csstools/convert-colors": {
+1 -1
View File
@@ -152,7 +152,7 @@
"@babel/preset-typescript": "^7.10.1", "@babel/preset-typescript": "^7.10.1",
"@babel/runtime-corejs3": "^7.10.3", "@babel/runtime-corejs3": "^7.10.3",
"@coralproject/npm-run-all": "^4.1.5", "@coralproject/npm-run-all": "^4.1.5",
"@coralproject/rte": "^1.1.1", "@coralproject/rte": "^1.2.3",
"@fluent/react": "^0.11.1", "@fluent/react": "^0.11.1",
"@intervolga/optimize-cssnano-plugin": "^1.0.6", "@intervolga/optimize-cssnano-plugin": "^1.0.6",
"@types/archiver": "^3.1.0", "@types/archiver": "^3.1.0",
@@ -10,6 +10,7 @@ exports[`renders correctly 1`] = `
contentContainerClassName="RTE-container coral coral-rte-container" contentContainerClassName="RTE-container coral coral-rte-container"
contentContainerClassNameDisabled="" contentContainerClassNameDisabled=""
features={Array []} features={Array []}
linkContentMatchHref={true}
placeholder="Post a comment" placeholder="Post a comment"
placeholderClassName="coral coral-rte-placeholder RTE-placeholder" placeholderClassName="coral coral-rte-placeholder RTE-placeholder"
placeholderClassNameDisabled="" placeholderClassNameDisabled=""