Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
EVG-20837: Install ansi_up@6.0.2 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupaJoon authored Oct 2, 2023
1 parent 3cead13 commit 97b9082
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ module.exports = {
},
transformIgnorePatterns: [
`<rootDir>/node_modules/(?!${[
// jest doesn't officially support ESM so ignore ansi_up: https://jestjs.io/docs/ecmascript-modules
"ansi_up",
// The following modules are all related to the query-string package.
"query-string",
"decode-uri-component",
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@
"@leafygreen-ui/toggle": "10.0.4",
"@leafygreen-ui/tooltip": "10.0.10",
"@leafygreen-ui/typography": "16.5.0",
"ansi_up": "6.0.2",
"graphql": "16.8.1",
"@sentry/react": "7.69.0",
"ansi_up": "5.1.0",
"graphql": "16.6.0",
"ansi_up": "6.0.2",
"graphql": "16.8.1",
"html-react-parser": "3.0.6",
"js-cookie": "3.0.5",
"linkify-html": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/LogRow/AnsiiRow/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import AnsiUp from "ansi_up";
import { AnsiUp } from "ansi_up";
import linkifyHtml from "linkify-html";
import BaseRow from "components/LogRow/BaseRow";
import { LogRowProps } from "../types";
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6547,10 +6547,10 @@ ansi-styles@^6.1.0:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.1.1.tgz#63cd61c72283a71cb30bd881dbb60adada74bc70"
integrity sha512-qDOv24WjnYuL+wbwHdlsYZFy+cgPtrYw0Tn7GLORicQp9BkQLzrgI3Pm4VyR9ERZ41YTn7KlMPuL1n05WdZvmg==

ansi_up@5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-5.1.0.tgz#9cf10e6d359bb434bdcfab5ae4c3abfe1617b6db"
integrity sha512-3wwu+nJCKBVBwOCurm0uv91lMoVkhFB+3qZQz3U11AmAdDJ4tkw1sNPWJQcVxMVYwe0pGEALOjSBOxdxNc+pNQ==
ansi_up@6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/ansi_up/-/ansi_up-6.0.2.tgz#083adb65be5b21ba283fd105d3102e64f3f0b092"
integrity sha512-3G3vKvl1ilEp7J1u6BmULpMA0xVoW/f4Ekqhl8RTrJrhEBkonKn5k3bUc5Xt+qDayA6iDX0jyUh3AbZjB/l0tw==

anymatch@^3.0.3, anymatch@~3.1.2:
version "3.1.2"
Expand Down

0 comments on commit 97b9082

Please sign in to comment.