[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": {
"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": {