From 6ccbad6a89c4eeb72db9f40b75dfabe4e0c296ff Mon Sep 17 00:00:00 2001 From: Scott Nath Date: Fri, 8 Mar 2024 19:10:46 -0500 Subject: [PATCH] :boom: all 100s in Lighthouse --- package-lock.json | 8 ++++---- workspaces/website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f5d4bb..765eefd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34308,9 +34308,9 @@ } }, "node_modules/profile-components": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/profile-components/-/profile-components-0.3.0.tgz", - "integrity": "sha512-fvYvNeNY1EEKr3khQFl0KUCmSL5Bo7c9tGTBaJJqW1bZsZHqNPx9VqaZsH0Jog/y0gCP2NnW+IjQeLksBPC8Og==" + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/profile-components/-/profile-components-0.3.1.tgz", + "integrity": "sha512-xzIiGVkVVUxxa0Sc1ZRbNxkc4/RBPNCppBecEAC4YeF0fJuUir4mPFJwI6ie0YYD2ocGfqBjESA+gDPuTWusmg==" }, "node_modules/progress": { "version": "2.0.3", @@ -44655,7 +44655,7 @@ "airtable": "^0.12.2", "astro": "4.4.2", "marked": "^12.0.0", - "profile-components": "^0.3.0", + "profile-components": "^0.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.3.3" diff --git a/workspaces/website/package.json b/workspaces/website/package.json index e76fc0e..2d27b03 100644 --- a/workspaces/website/package.json +++ b/workspaces/website/package.json @@ -24,7 +24,7 @@ "airtable": "^0.12.2", "astro": "4.4.2", "marked": "^12.0.0", - "profile-components": "^0.3.0", + "profile-components": "^0.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.3.3"