package: Install `open sans` variable font.

This will be used by our new /hello page.
This commit is contained in:
Aman Agrawal 2023-09-06 17:03:27 +00:00 committed by Tim Abbott
parent efb3059fdb
commit 724e76ee80
3 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,7 @@
"@babel/preset-env": "^7.5.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.6.2",
"@fontsource-variable/open-sans": "^5.0.9",
"@formatjs/intl": "^2.0.0",
"@giphy/js-components": "^5.0.5",
"@giphy/js-fetch-api": "^5.0.0",

View File

@ -25,6 +25,9 @@ dependencies:
'@babel/register':
specifier: ^7.6.2
version: 7.22.15(@babel/core@7.22.19)
'@fontsource-variable/open-sans':
specifier: ^5.0.9
version: 5.0.13
'@formatjs/intl':
specifier: ^2.0.0
version: 2.9.2(typescript@5.2.2)
@ -2236,6 +2239,10 @@ packages:
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
/@fontsource-variable/open-sans@5.0.13:
resolution: {integrity: sha512-G/lTR5vVBcwRU0vkeYqFfX1UEqHfCG52ccdVgcjwSOcDvi5jQEL3ta212qA2rKwSdhmdei600yNburmYoT1wsg==}
dev: false
/@formatjs/cli@6.1.5:
resolution: {integrity: sha512-tODw0+EvE14ai6ZNFT1ja879Jk3be/8ydxJPxIBfVIdm9iyoz9mWMemhMR6cGzGGv+3Heu5RxpPArc6tN27FTA==}
engines: {node: '>= 16'}

View File

@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 212
# historical commits sharing the same major version, in which case a
# minor version bump suffices.
PROVISION_VERSION = (249, 3)
PROVISION_VERSION = (249, 4)