From 13de2670dcf46a28937aec7663d08c7db15ff42d Mon Sep 17 00:00:00 2001 From: Jordan Jones Date: Wed, 5 Oct 2022 17:07:08 -0700 Subject: [PATCH] fix(input): use latest version to fix focus issue #97 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cad28bd..95e867b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "peerDependencies": { "@alaskaairux/design-tokens": "^3.6.0", "@aurodesignsystem/auro-dropdown": "^2.9.0", - "@aurodesignsystem/auro-input": "^2.9.2", + "@aurodesignsystem/auro-input": "^2.9.3", "@aurodesignsystem/webcorestylesheets": "^4.0.0" } }, @@ -171,9 +171,9 @@ } }, "node_modules/@aurodesignsystem/auro-input": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-input/-/auro-input-2.9.2.tgz", - "integrity": "sha512-XB4y8+koLxbedO1S+5M7eo2V0BStmr/LQvcINvPLZpRjXVFzn3LH7yrEU7kyiuLEu2wqnnkhzBNA8DcnU/Qcwg==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-input/-/auro-input-2.9.3.tgz", + "integrity": "sha512-4ytUHxU9anm5SAszCBsCHxaBG5/zniO5vXxBNdCs9yL5QZJivnSYRDeJclzcTT5K8mBoDRNkpznXAqPLpD/bYA==", "hasInstallScript": true, "peer": true, "dependencies": { @@ -16745,9 +16745,9 @@ } }, "@aurodesignsystem/auro-input": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-input/-/auro-input-2.9.2.tgz", - "integrity": "sha512-XB4y8+koLxbedO1S+5M7eo2V0BStmr/LQvcINvPLZpRjXVFzn3LH7yrEU7kyiuLEu2wqnnkhzBNA8DcnU/Qcwg==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-input/-/auro-input-2.9.3.tgz", + "integrity": "sha512-4ytUHxU9anm5SAszCBsCHxaBG5/zniO5vXxBNdCs9yL5QZJivnSYRDeJclzcTT5K8mBoDRNkpznXAqPLpD/bYA==", "peer": true, "requires": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 6b3abfe..9d6570a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "peerDependencies": { "@alaskaairux/design-tokens": "^3.6.0", "@aurodesignsystem/auro-dropdown": "^2.9.0", - "@aurodesignsystem/auro-input": "^2.9.2", + "@aurodesignsystem/auro-input": "^2.9.3", "@aurodesignsystem/webcorestylesheets": "^4.0.0" }, "devDependencies": {