From 68c6927861c1fb45234dc0acc26afce3997b0dd1 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Thu, 18 Sep 2025 19:07:59 +1000 Subject: [PATCH] chore: update package names - source-sans --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cef2334..16c1678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lato-font": "^3.0.0", "lazysizes": "^5.3.2", "mermaid": "^11.10.1", - "source-sans-pro": "^3.6.0", + "source-sans": "^3.6.0", "tocbot": "^4.36.4" }, "devDependencies": { @@ -1239,11 +1239,10 @@ "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", "integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==" }, - "node_modules/source-sans-pro": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/source-sans-pro/-/source-sans-pro-3.6.0.tgz", - "integrity": "sha512-C1RFUGu+YASuqpgDRInTM7Y6OwqeWNOuKn7v0P/4Kh66epTI4PYWwPWP5kdA4l/VqzBAWiqoz5dk0trof73R7w==", - "deprecated": "WARNING: This project has been renamed to source-sans. Install using source-sans instead." + "node_modules/source-sans": { + "version": "3.46.0", + "resolved": "https://registry.npmjs.org/source-sans/-/source-sans-3.46.0.tgz", + "integrity": "sha512-bVC2YX4VNiv5vMcy77dL0XKsNp794ThfynNsr+FqSAwk8TGG0pZsg7eUQi6yHwaRBMVmZ3Aaf4FY46dxIIGgsg==" }, "node_modules/stylis": { "version": "4.3.6", diff --git a/package.json b/package.json index 2651442..014f883 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "lato-font": "^3.0.0", "lazysizes": "^5.3.2", "mermaid": "^11.10.1", - "source-sans-pro": "^3.6.0", + "source-sans": "^3.6.0", "tocbot": "^4.36.4" }, "devDependencies": {