Rich Text typography improvements (#11102)

GitOrigin-RevId: 04658c09aa265a6bba0523a7789913b4c5a852c9
This commit is contained in:
Alf Eaton 2023-01-10 10:24:33 +00:00 committed by Copybot
parent 998a787a57
commit 84f3d52f3b
2 changed files with 13 additions and 0 deletions

12
package-lock.json generated
View file

@ -4155,6 +4155,11 @@
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-2.0.0.tgz",
"integrity": "sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w=="
},
"node_modules/@fontsource/noto-serif": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@fontsource/noto-serif/-/noto-serif-4.5.11.tgz",
"integrity": "sha512-Cq7M8oD0eNQbsQUJ6RVAi78Iw7DiVHrDKHkNyAW78jJ4UvIPNASApBsrhYvaExa9eD+Efd/kwhm+CWSImo5GtQ=="
},
"node_modules/@google-cloud/bigquery": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/@google-cloud/bigquery/-/bigquery-5.10.0.tgz",
@ -38257,6 +38262,7 @@
"@codemirror/view": "^6.7.1",
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-types": "^16.0.2",
"@fontsource/noto-serif": "^4.5.11",
"@google-cloud/bigquery": "^6.0.1",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
@ -43509,6 +43515,11 @@
"resolved": "https://registry.npmjs.org/@fastify/error/-/error-2.0.0.tgz",
"integrity": "sha512-wI3fpfDT0t7p8E6dA2eTECzzOd+bZsZCJ2Hcv+Onn2b7ZwK3RwD27uW2QDaMtQhAfWQQP+WNK7nKf0twLsBf9w=="
},
"@fontsource/noto-serif": {
"version": "4.5.11",
"resolved": "https://registry.npmjs.org/@fontsource/noto-serif/-/noto-serif-4.5.11.tgz",
"integrity": "sha512-Cq7M8oD0eNQbsQUJ6RVAi78Iw7DiVHrDKHkNyAW78jJ4UvIPNASApBsrhYvaExa9eD+Efd/kwhm+CWSImo5GtQ=="
},
"@google-cloud/bigquery": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/@google-cloud/bigquery/-/bigquery-5.10.0.tgz",
@ -49029,6 +49040,7 @@
"@codemirror/view": "^6.7.1",
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-types": "^16.0.2",
"@fontsource/noto-serif": "^4.5.11",
"@google-cloud/bigquery": "^6.0.1",
"@juggle/resize-observer": "^3.3.1",
"@lezer/common": "^1.0.2",

View file

@ -81,6 +81,7 @@
"@codemirror/view": "^6.7.1",
"@contentful/rich-text-html-renderer": "^16.0.2",
"@contentful/rich-text-types": "^16.0.2",
"@fontsource/noto-serif": "^4.5.11",
"@google-cloud/bigquery": "^6.0.1",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",