This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new df8bb46ee2 fix(fonts): Show the all the A's in our workspace 
correctly, not funky (#20361)
df8bb46ee2 is described below

commit df8bb46ee26807a06e168b3a234e43b02bf658e1
Author: smileydev <[email protected]>
AuthorDate: Wed Jun 15 02:28:54 2022 -0400

    fix(fonts): Show the all the A's in our workspace correctly, not funky 
(#20361)
    
    * fix(fonts): make to fix the issue of broking the Inter font char A
    
    * fix(css & fonts): make to install from npmjs.org
---
 superset-frontend/package-lock.json | 14 +++++++-------
 superset-frontend/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 31416e0842..ce70b2368a 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -20,7 +20,7 @@
         "@emotion/cache": "^11.4.0",
         "@emotion/react": "^11.4.1",
         "@emotion/styled": "^11.3.0",
-        "@fontsource/inter": "^4.5.7",
+        "@fontsource/inter": "^4.0.0",
         "@superset-ui/chart-controls": 
"file:./packages/superset-ui-chart-controls",
         "@superset-ui/core": "file:./packages/superset-ui-core",
         "@superset-ui/legacy-plugin-chart-calendar": 
"file:./plugins/legacy-plugin-chart-calendar",
@@ -5652,9 +5652,9 @@
       }
     },
     "node_modules/@fontsource/inter": {
-      "version": "4.5.7",
-      "resolved": 
"https://registry.npmjs.org/@fontsource/inter/-/inter-4.5.7.tgz";,
-      "integrity": 
"sha512-25k3thupaOEBexuU+jAkGqieKPbuhSuA+sinDwp1iBNhqQPiJ9QHDvsXgoCgCbZ4sGlE8aCwZmSlDJrPdJHNkw=="
+      "version": "4.0.0",
+      "resolved": 
"https://registry.npmjs.org/@fontsource/inter/-/inter-4.0.0.tgz";,
+      "integrity": 
"sha512-zc9DDGEz0cgftT6VbHPrdBBVaBQrK4P6UDuuNrib1KNnbDCY1zHTMwYiN2XH6SFDufRKnsjUR5cEeWDANDDaYw=="
     },
     "node_modules/@gar/promisify": {
       "version": "1.1.2",
@@ -59687,9 +59687,9 @@
       }
     },
     "@fontsource/inter": {
-      "version": "4.5.7",
-      "resolved": 
"https://registry.npmjs.org/@fontsource/inter/-/inter-4.5.7.tgz";,
-      "integrity": 
"sha512-25k3thupaOEBexuU+jAkGqieKPbuhSuA+sinDwp1iBNhqQPiJ9QHDvsXgoCgCbZ4sGlE8aCwZmSlDJrPdJHNkw=="
+      "version": "4.0.0",
+      "resolved": 
"https://registry.npmjs.org/@fontsource/inter/-/inter-4.0.0.tgz";,
+      "integrity": 
"sha512-zc9DDGEz0cgftT6VbHPrdBBVaBQrK4P6UDuuNrib1KNnbDCY1zHTMwYiN2XH6SFDufRKnsjUR5cEeWDANDDaYw=="
     },
     "@gar/promisify": {
       "version": "1.1.2",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index acdf9952d0..7cccb005be 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -80,7 +80,7 @@
     "@emotion/cache": "^11.4.0",
     "@emotion/react": "^11.4.1",
     "@emotion/styled": "^11.3.0",
-    "@fontsource/inter": "^4.5.7",
+    "@fontsource/inter": "^4.0.0",
     "@superset-ui/chart-controls": 
"file:./packages/superset-ui-chart-controls",
     "@superset-ui/core": "file:./packages/superset-ui-core",
     "@superset-ui/legacy-plugin-chart-calendar": 
"file:./plugins/legacy-plugin-chart-calendar",

Reply via email to