mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 16:47:24 +08:00
[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:
Generated
+4
-4
@@ -5087,13 +5087,13 @@
|
||||
}
|
||||
},
|
||||
"@coralproject/rte": {
|
||||
"version": "1.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@coralproject/rte/-/rte-1.1.1.tgz",
|
||||
"integrity": "sha512-r70xg7arHttiJr4pXCZTTWA86bjT9M+XHDeaYjNpMQrW5rIL+kw7sjoRuiyPLzi88xINMbxffurdKep2Z68bcg==",
|
||||
"version": "1.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@coralproject/rte/-/rte-1.2.3.tgz",
|
||||
"integrity": "sha512-1H5HsidtrwS3+1e3oRe7ZQFHi93mAZOmlg9eIi/oOlzLsMszOZbODYL5YL3Exh2KrV2VCbgS69vxvBlGYkXP0A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"classnames": "^2.2.6",
|
||||
"squire-rte": "^1.9.0"
|
||||
"squire-rte": "^1.10.2"
|
||||
}
|
||||
},
|
||||
"@csstools/convert-colors": {
|
||||
|
||||
+1
-1
@@ -152,7 +152,7 @@
|
||||
"@babel/preset-typescript": "^7.10.1",
|
||||
"@babel/runtime-corejs3": "^7.10.3",
|
||||
"@coralproject/npm-run-all": "^4.1.5",
|
||||
"@coralproject/rte": "^1.1.1",
|
||||
"@coralproject/rte": "^1.2.3",
|
||||
"@fluent/react": "^0.11.1",
|
||||
"@intervolga/optimize-cssnano-plugin": "^1.0.6",
|
||||
"@types/archiver": "^3.1.0",
|
||||
|
||||
@@ -10,6 +10,7 @@ exports[`renders correctly 1`] = `
|
||||
contentContainerClassName="RTE-container coral coral-rte-container"
|
||||
contentContainerClassNameDisabled=""
|
||||
features={Array []}
|
||||
linkContentMatchHref={true}
|
||||
placeholder="Post a comment"
|
||||
placeholderClassName="coral coral-rte-placeholder RTE-placeholder"
|
||||
placeholderClassNameDisabled=""
|
||||
|
||||
Reference in New Issue
Block a user