mirror of https://github.com/zulip/zulip.git
package: Install `open sans` variable font.
This will be used by our new /hello page.
This commit is contained in:
parent
efb3059fdb
commit
724e76ee80
|
@ -6,6 +6,7 @@
|
||||||
"@babel/preset-env": "^7.5.5",
|
"@babel/preset-env": "^7.5.5",
|
||||||
"@babel/preset-typescript": "^7.15.0",
|
"@babel/preset-typescript": "^7.15.0",
|
||||||
"@babel/register": "^7.6.2",
|
"@babel/register": "^7.6.2",
|
||||||
|
"@fontsource-variable/open-sans": "^5.0.9",
|
||||||
"@formatjs/intl": "^2.0.0",
|
"@formatjs/intl": "^2.0.0",
|
||||||
"@giphy/js-components": "^5.0.5",
|
"@giphy/js-components": "^5.0.5",
|
||||||
"@giphy/js-fetch-api": "^5.0.0",
|
"@giphy/js-fetch-api": "^5.0.0",
|
||||||
|
|
|
@ -25,6 +25,9 @@ dependencies:
|
||||||
'@babel/register':
|
'@babel/register':
|
||||||
specifier: ^7.6.2
|
specifier: ^7.6.2
|
||||||
version: 7.22.15(@babel/core@7.22.19)
|
version: 7.22.15(@babel/core@7.22.19)
|
||||||
|
'@fontsource-variable/open-sans':
|
||||||
|
specifier: ^5.0.9
|
||||||
|
version: 5.0.13
|
||||||
'@formatjs/intl':
|
'@formatjs/intl':
|
||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
version: 2.9.2(typescript@5.2.2)
|
version: 2.9.2(typescript@5.2.2)
|
||||||
|
@ -2236,6 +2239,10 @@ packages:
|
||||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/@fontsource-variable/open-sans@5.0.13:
|
||||||
|
resolution: {integrity: sha512-G/lTR5vVBcwRU0vkeYqFfX1UEqHfCG52ccdVgcjwSOcDvi5jQEL3ta212qA2rKwSdhmdei600yNburmYoT1wsg==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@formatjs/cli@6.1.5:
|
/@formatjs/cli@6.1.5:
|
||||||
resolution: {integrity: sha512-tODw0+EvE14ai6ZNFT1ja879Jk3be/8ydxJPxIBfVIdm9iyoz9mWMemhMR6cGzGGv+3Heu5RxpPArc6tN27FTA==}
|
resolution: {integrity: sha512-tODw0+EvE14ai6ZNFT1ja879Jk3be/8ydxJPxIBfVIdm9iyoz9mWMemhMR6cGzGGv+3Heu5RxpPArc6tN27FTA==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 212
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = (249, 3)
|
PROVISION_VERSION = (249, 4)
|
||||||
|
|
Loading…
Reference in New Issue