From d886a6362726a2924c977ea309186fdac5bb28fe Mon Sep 17 00:00:00 2001 From: Dogus Atasoy Date: Mon, 3 Feb 2025 19:19:53 +0100 Subject: [PATCH] fix(amazonq): broken citation links --- .../bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json | 4 ++++ plugins/amazonq/mynah-ui/package-lock.json | 8 ++++---- plugins/amazonq/mynah-ui/package.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json diff --git a/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json b/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json new file mode 100644 index 00000000000..8dc6b744f40 --- /dev/null +++ b/.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json @@ -0,0 +1,4 @@ +{ + "type" : "bugfix", + "description" : "fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts" +} \ No newline at end of file diff --git a/plugins/amazonq/mynah-ui/package-lock.json b/plugins/amazonq/mynah-ui/package-lock.json index 731c775f8fa..1849ee5a11f 100644 --- a/plugins/amazonq/mynah-ui/package-lock.json +++ b/plugins/amazonq/mynah-ui/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.21.6", + "@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.22.1", "@types/node": "^14.18.5", "fs-extra": "^10.0.1", "sanitize-html": "^2.12.1", @@ -57,9 +57,9 @@ }, "node_modules/@aws/mynah-ui-chat": { "name": "@aws/mynah-ui", - "version": "4.21.6", - "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.21.6.tgz", - "integrity": "sha512-SpWY997696aMDPwbiBqwkBXUCrguDQsJ3RukmgafjAlQuBJAQTIaVAj4GfsEwuTLOsBNR7CJIj9XxhtDo7PvJQ==", + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/@aws/mynah-ui/-/mynah-ui-4.22.1.tgz", + "integrity": "sha512-6mWD5Fp4VDVSKIv3sRKopoeh3GeiXEp2gWXmUWSVE9ccnnnavPyKSebV6vJiHJHtuS1da7i6ZLVednpsV9I49Q==", "hasInstallScript": true, "license": "Apache License 2.0", "dependencies": { diff --git a/plugins/amazonq/mynah-ui/package.json b/plugins/amazonq/mynah-ui/package.json index 7da0399d0a3..591190cfc30 100644 --- a/plugins/amazonq/mynah-ui/package.json +++ b/plugins/amazonq/mynah-ui/package.json @@ -12,7 +12,7 @@ "lintfix": "eslint -c .eslintrc.js --fix --ext .ts ." }, "dependencies": { - "@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.21.6", + "@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.22.1", "@types/node": "^14.18.5", "fs-extra": "^10.0.1", "sanitize-html": "^2.12.1",