From 10e7b68da8205b0fb0c406512c3efaf5a1dbafdf Mon Sep 17 00:00:00 2001 From: Vanessa Tran Date: Mon, 21 Jul 2025 16:51:06 -0600 Subject: [PATCH] chore: update package versions --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 574dd331a..aac375fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,9 @@ "name": "code-sandbox", "version": "0.0.0", "dependencies": { - "@abgov/react-components": "6.6.0-alpha.4", - "@abgov/ui-components-common": "1.6.0-alpha.4", - "@abgov/web-components": "1.36.0-alpha.6", + "@abgov/react-components": "6.6.1", + "@abgov/ui-components-common": "1.6.0", + "@abgov/web-components": "1.36.1", "@faker-js/faker": "^8.3.1", "highlight.js": "^11.8.0", "js-cookie": "^3.0.5", @@ -68,9 +68,9 @@ } }, "node_modules/@abgov/react-components": { - "version": "6.6.0-alpha.4", - "resolved": "https://registry.npmjs.org/@abgov/react-components/-/react-components-6.6.0-alpha.4.tgz", - "integrity": "sha512-fKCLEiA492r3Qw94yARh4xhYEds/ze8h/PvoxUJ+wcHD3f5Ud8qyb4/yfmt5odO8E2dZnaAm1MzwNCYtja0MCA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@abgov/react-components/-/react-components-6.6.1.tgz", + "integrity": "sha512-oXAUGv2hV0Oo8RS98I2+0lt8h8otcLj2uGUhdvgmk04lFiIEBnaksWCB/lv0+5VLY63VXDfBOsa6RwTzFdsx8A==", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", @@ -78,14 +78,14 @@ } }, "node_modules/@abgov/ui-components-common": { - "version": "1.6.0-alpha.4", - "resolved": "https://registry.npmjs.org/@abgov/ui-components-common/-/ui-components-common-1.6.0-alpha.4.tgz", - "integrity": "sha512-mJanU5U8oy2+o6oVP/bHSg9gMbuv33Ak3EPJpEmC4gvqTWjvoZUsRaxBYGDx8SGr+Bt3paQhcV593uctg5EeWQ==" + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@abgov/ui-components-common/-/ui-components-common-1.6.0.tgz", + "integrity": "sha512-A9bM4OctY+xlmsH+nYIb8AmBDh59J3RcDj9+nhGSMBJ6IHtofdtoUH8nE/g1u7RRyfdOxMhzXMkktDl1CpiXpQ==" }, "node_modules/@abgov/web-components": { - "version": "1.36.0-alpha.6", - "resolved": "https://registry.npmjs.org/@abgov/web-components/-/web-components-1.36.0-alpha.6.tgz", - "integrity": "sha512-c7BaBMHkSlcEBOo2yqEK3ipBea9ERQ9qgdPmOKCoOybQjbc2YZAOZHogxqODFg1IikyaOMzfsWRrTTL/Sr3pPA==", + "version": "1.36.1", + "resolved": "https://registry.npmjs.org/@abgov/web-components/-/web-components-1.36.1.tgz", + "integrity": "sha512-3taoshJkLjGeRS4XAFWn0asup8YYjGTunaJ66NlMbSOqZIeGXnJvSfmUwtSNYnpe0w9ANVx6a7v3+RJDIc06Jw==", "peerDependencies": { "@sveltejs/vite-plugin-svelte": "3.x", "glob": "10.x", diff --git a/package.json b/package.json index 9622fe12e..c7d089577 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "prettier": "npx prettier . --write" }, "dependencies": { - "@abgov/react-components": "6.6.0-alpha.4", - "@abgov/ui-components-common": "1.6.0-alpha.4", - "@abgov/web-components": "1.36.0-alpha.6", + "@abgov/react-components": "6.6.1", + "@abgov/ui-components-common": "1.6.0", + "@abgov/web-components": "1.36.1", "@faker-js/faker": "^8.3.1", "highlight.js": "^11.8.0", "js-cookie": "^3.0.5",