From ae5801eb19c371221f23b6bb51d7df0666e39ff6 Mon Sep 17 00:00:00 2001 From: Dustin Nielsen Date: Tue, 3 Feb 2026 11:42:45 -0700 Subject: [PATCH] Updating package versions --- package-lock.json | 27 ++++++++++++--------------- package.json | 6 +++--- 2 files changed, 15 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index b59ab47e2..179e9c8e3 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.10.0-next.1", - "@abgov/ui-components-common": "1.10.0-next.1", - "@abgov/web-components": "1.40.0-next.1", + "@abgov/react-components": "6.10.0", + "@abgov/ui-components-common": "1.10.0", + "@abgov/web-components": "1.40.0", "@faker-js/faker": "^8.3.1", "highlight.js": "^11.8.0", "js-cookie": "^3.0.5", @@ -68,10 +68,9 @@ } }, "node_modules/@abgov/react-components": { - "version": "6.10.0-next.1", - "resolved": "https://registry.npmjs.org/@abgov/react-components/-/react-components-6.10.0-next.1.tgz", - "integrity": "sha512-82N8l6CQ/wI/CIyQQaYb4YvJ8pbvGAn4d9phnVAKcaJW7UBdsBjxYd97GDceGh4d+QKqxgLxREG2v+1Wslc1Qw==", - "license": "Apache-2.0", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@abgov/react-components/-/react-components-6.10.0.tgz", + "integrity": "sha512-+srxI/D50YvVIxcuuGIzE3Rm+XQmwrkhCQ6wSzPz6o+hN6SNprgH9aM5YefuaDqaDtLWIRitSNJgaoUrdqMgFA==", "peerDependencies": { "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react": "^17.0.0 || ^18.0.0 || ^19.0.0", @@ -79,16 +78,14 @@ } }, "node_modules/@abgov/ui-components-common": { - "version": "1.10.0-next.1", - "resolved": "https://registry.npmjs.org/@abgov/ui-components-common/-/ui-components-common-1.10.0-next.1.tgz", - "integrity": "sha512-mrm9oTGwNmlBj2c6q+MATSu9DOhVpIIVK24YKi+9oFbR4XNZyc5YNGm2BIjN0h3+POVY0BeevAAr47A0K/ht3g==", - "license": "Apache-2.0" + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@abgov/ui-components-common/-/ui-components-common-1.10.0.tgz", + "integrity": "sha512-XQXRnoGay2H1ApEP7ZqUV9TpqDlktjD2tuwY1WL7iBCGPPuXgSWFpd0BAl4gMsvIt1S0VLM45wsCNULMy8adWQ==" }, "node_modules/@abgov/web-components": { - "version": "1.40.0-next.1", - "resolved": "https://registry.npmjs.org/@abgov/web-components/-/web-components-1.40.0-next.1.tgz", - "integrity": "sha512-BF6N3K+XF9AKjq7CBKl91nMb+uTzn1Yz91fCD5jVmMXW8BIPr7LgPW/vllhB338bEcGnEbXx2m0G/4iVxqc79A==", - "license": "Apache-2.0" + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/@abgov/web-components/-/web-components-1.40.0.tgz", + "integrity": "sha512-bVPCxXxsEYILXN18fCS95NvKoy5pQ1tFruXleSW2jEN0d/80sXhaxN5rH8n+dYOG//qJgheziTbMpSOGqgTVUQ==" }, "node_modules/@esbuild/aix-ppc64": { "version": "0.21.5", diff --git a/package.json b/package.json index 32cb59e2b..24966cc66 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "prettier": "npx prettier . --write" }, "dependencies": { - "@abgov/react-components": "6.10.0-next.1", - "@abgov/ui-components-common": "1.10.0-next.1", - "@abgov/web-components": "1.40.0-next.1", + "@abgov/react-components": "6.10.0", + "@abgov/ui-components-common": "1.10.0", + "@abgov/web-components": "1.40.0", "@faker-js/faker": "^8.3.1", "highlight.js": "^11.8.0", "js-cookie": "^3.0.5",