diff --git a/package-lock.json b/package-lock.json index 207ba79..641fc33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@aurodesignsystem/auro-icon": "^5.0.0-beta.1", + "@aurodesignsystem/auro-icon": "^4.4.0", "chalk": "^5.3.0", "lit": "^3.2.0", "mark.js": "8.11.0" @@ -163,21 +163,21 @@ } }, "node_modules/@aurodesignsystem/auro-icon": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-icon/-/auro-icon-5.0.0.tgz", - "integrity": "sha512-Zn19k27hbhsR/x+OYO9pvhEGNWfGz9cogci8Ou6qZ3UlQ9A9a3nM9SFSxKKzQOlkgMIiqSeadu+Qfiu68SKimw==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@aurodesignsystem/auro-icon/-/auro-icon-4.5.0.tgz", + "integrity": "sha512-r5FJkPYNt3qdRnpcpXpi2vCUmWVsXe9f3QvgB4RBrAPgXX4sbi3jZBV74oUjYcN77EdchUfqMHP/Q1ZmRBxadw==", "hasInstallScript": true, "dependencies": { "chalk": "^5.3.0", - "lit": "^3.2.0" + "lit": "^3.1.3" }, "engines": { "node": "^18.x || ^20.x" }, "peerDependencies": { - "@alaskaairux/icons": "^4.43.0", - "@aurodesignsystem/design-tokens": "^4.9.2", - "@aurodesignsystem/webcorestylesheets": "^5.1.2" + "@alaskaairux/icons": "^4.36.0", + "@aurodesignsystem/design-tokens": "^4.3.1", + "@aurodesignsystem/webcorestylesheets": "^5.0.8" } }, "node_modules/@aurodesignsystem/auro-library": { diff --git a/package.json b/package.json index 85f5af7..e48cb1f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "node": "^18.x || ^20.x" }, "dependencies": { - "@aurodesignsystem/auro-icon": "^5.0.0-beta.1", + "@aurodesignsystem/auro-icon": "^4.4.0", "chalk": "^5.3.0", "lit": "^3.2.0", "mark.js": "8.11.0" diff --git a/src/iconVersion.js b/src/iconVersion.js index 7a34a78..608bb3e 100644 --- a/src/iconVersion.js +++ b/src/iconVersion.js @@ -1 +1 @@ -export default '5.0.0-beta.1' \ No newline at end of file +export default '4.4.0' \ No newline at end of file