From 3f3fb31453ccf7a97fc0c73dbc55156572e00be4 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Wed, 23 Dec 2020 21:06:05 +0100 Subject: [PATCH] replace typeface-roboto with fontsource-roboto, bump @nivo/line and @nivo/core to 0.64 --- package.json | 2 +- src/features/App.tsx | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index adcf339..dc7380a 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "@types/react-dom": "^16.9.8", "clsx": "^1.1.1", "date-fns": "^2.16.1", + "fontsource-roboto": "^3.1.5", "graphql": "^15.4.0", "i18next": "^19.8.3", "i18next-browser-languagedetector": "^6.0.1", @@ -28,7 +29,6 @@ "react-i18next": "^11.7.3", "react-router-dom": "^5.2.0", "react-scripts": "4.0.0", - "typeface-roboto": "^1.1.13", "typescript": "^4.0.3", "use-debounce": "^5.0.1", "use-query-params": "^1.1.8", diff --git a/src/features/App.tsx b/src/features/App.tsx index 47ef81e..024a9a7 100644 --- a/src/features/App.tsx +++ b/src/features/App.tsx @@ -1,4 +1,4 @@ -import 'typeface-roboto'; +import 'fontsource-roboto/latin-ext.css'; import React, { Fragment } from 'react'; import * as ROUTES from '@config/routes'; diff --git a/yarn.lock b/yarn.lock index cfb56dc..ebfd6be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5431,6 +5431,11 @@ follow-redirects@^1.0.0: resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.0.tgz#b42e8d93a2a7eea5ed88633676d6597bc8e384db" integrity sha512-aq6gF1BEKje4a9i9+5jimNFIpq4Q1WiwBToeRK5NvZBd/TRsmW8BsJfOEGkr76TbOyPVD3OVDN910EcUNtRYEA== +fontsource-roboto@^3.1.5: + version "3.1.5" + resolved "https://registry.yarnpkg.com/fontsource-roboto/-/fontsource-roboto-3.1.5.tgz#d5da8bac968db7911e20fd2fb6c227d405f86cba" + integrity sha512-DXSE7/F/6AsKcRJX4VSi3bGrEx0xiaqieeV2W7UH9JFk6tt1U86NoWwy2iNPoUzGtEyQsasilwhTrMJm7wM+Ew== + for-in@^0.1.3: version "0.1.8" resolved "https://registry.yarnpkg.com/for-in/-/for-in-0.1.8.tgz#d8773908e31256109952b1fdb9b3fa867d2775e1" @@ -11551,11 +11556,6 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typeface-roboto@^1.1.13: - version "1.1.13" - resolved "https://registry.yarnpkg.com/typeface-roboto/-/typeface-roboto-1.1.13.tgz#9c4517cb91e311706c74823e857b4bac9a764ae5" - integrity sha512-YXvbd3a1QTREoD+FJoEkl0VQNJoEjewR2H11IjVv4bp6ahuIcw0yyw/3udC4vJkHw3T3cUh85FTg8eWef3pSaw== - typescript@^4.0.3: version "4.0.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"