diff --git a/.changelog/1900.internal.md b/.changelog/1900.internal.md new file mode 100644 index 0000000000..f32d1c945c --- /dev/null +++ b/.changelog/1900.internal.md @@ -0,0 +1,3 @@ +Update and deduplicate sub-dependencies using `npx yarn-deduplicate yarn.lock` + +This reduces the size of node_modules and speeds up installing dependencies. diff --git a/src/app/components/AddEscrowForm/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/AddEscrowForm/__tests__/__snapshots__/index.test.tsx.snap index 0009e8e13f..a90b35c379 100644 --- a/src/app/components/AddEscrowForm/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/AddEscrowForm/__tests__/__snapshots__/index.test.tsx.snap @@ -107,9 +107,12 @@ exports[` should match snapshot 1`] = ` box-shadow: none; } -.c8:focus:not(:focus-visible) > circle,.c8:focus:not(:focus-visible) > ellipse, -.c8:focus:not(:focus-visible) > line,.c8:focus:not(:focus-visible) > path, -.c8:focus:not(:focus-visible) > polygon,.c8:focus:not(:focus-visible) > polyline, +.c8:focus:not(:focus-visible) > circle, +.c8:focus:not(:focus-visible) > ellipse, +.c8:focus:not(:focus-visible) > line, +.c8:focus:not(:focus-visible) > path, +.c8:focus:not(:focus-visible) > polygon, +.c8:focus:not(:focus-visible) > polyline, .c8:focus:not(:focus-visible) > rect { outline: none; box-shadow: none; diff --git a/src/app/components/AddressBox/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/AddressBox/__tests__/__snapshots__/index.test.tsx.snap index 856e7772e3..1160673266 100644 --- a/src/app/components/AddressBox/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/AddressBox/__tests__/__snapshots__/index.test.tsx.snap @@ -21,14 +21,16 @@ exports[` should render address properly 1`] = ` stroke-width: 0; } -.c3 *[stroke*='#'],.c3 *[STROKE*='#'] { +.c3 *[stroke*='#'], +.c3 *[STROKE*='#'] { stroke: inherit; fill: none; } .c3 *[fill-rule], .c3 *[FILL-RULE], -.c3 *[fill*='#'],.c3 *[FILL*='#'] { +.c3 *[fill*='#'], +.c3 *[FILL*='#'] { fill: inherit; stroke: none; } @@ -151,9 +153,12 @@ exports[` should render address properly 1`] = ` box-shadow: none; } -.c2:focus:not(:focus-visible) > circle,.c2:focus:not(:focus-visible) > ellipse, -.c2:focus:not(:focus-visible) > line,.c2:focus:not(:focus-visible) > path, -.c2:focus:not(:focus-visible) > polygon,.c2:focus:not(:focus-visible) > polyline, +.c2:focus:not(:focus-visible) > circle, +.c2:focus:not(:focus-visible) > ellipse, +.c2:focus:not(:focus-visible) > line, +.c2:focus:not(:focus-visible) > path, +.c2:focus:not(:focus-visible) > polygon, +.c2:focus:not(:focus-visible) > polyline, .c2:focus:not(:focus-visible) > rect { outline: none; box-shadow: none; @@ -252,14 +257,16 @@ exports[` should render name properly 1`] = ` stroke-width: 0; } -.c6 *[stroke*='#'],.c6 *[STROKE*='#'] { +.c6 *[stroke*='#'], +.c6 *[STROKE*='#'] { stroke: inherit; fill: none; } .c6 *[fill-rule], .c6 *[FILL-RULE], -.c6 *[fill*='#'],.c6 *[FILL*='#'] { +.c6 *[fill*='#'], +.c6 *[FILL*='#'] { fill: inherit; stroke: none; } @@ -284,14 +291,16 @@ exports[` should render name properly 1`] = ` stroke-width: 0; } -.c11 *[stroke*='#'],.c11 *[STROKE*='#'] { +.c11 *[stroke*='#'], +.c11 *[STROKE*='#'] { stroke: inherit; fill: none; } .c11 *[fill-rule], .c11 *[FILL-RULE], -.c11 *[fill*='#'],.c11 *[FILL*='#'] { +.c11 *[fill*='#'], +.c11 *[FILL*='#'] { fill: inherit; stroke: none; } @@ -457,9 +466,12 @@ exports[` should render name properly 1`] = ` box-shadow: none; } -.c5:focus:not(:focus-visible) > circle,.c5:focus:not(:focus-visible) > ellipse, -.c5:focus:not(:focus-visible) > line,.c5:focus:not(:focus-visible) > path, -.c5:focus:not(:focus-visible) > polygon,.c5:focus:not(:focus-visible) > polyline, +.c5:focus:not(:focus-visible) > circle, +.c5:focus:not(:focus-visible) > ellipse, +.c5:focus:not(:focus-visible) > line, +.c5:focus:not(:focus-visible) > path, +.c5:focus:not(:focus-visible) > polygon, +.c5:focus:not(:focus-visible) > polyline, .c5:focus:not(:focus-visible) > rect { outline: none; box-shadow: none; @@ -523,9 +535,12 @@ exports[` should render name properly 1`] = ` box-shadow: none; } -.c7:focus:not(:focus-visible) > circle,.c7:focus:not(:focus-visible) > ellipse, -.c7:focus:not(:focus-visible) > line,.c7:focus:not(:focus-visible) > path, -.c7:focus:not(:focus-visible) > polygon,.c7:focus:not(:focus-visible) > polyline, +.c7:focus:not(:focus-visible) > circle, +.c7:focus:not(:focus-visible) > ellipse, +.c7:focus:not(:focus-visible) > line, +.c7:focus:not(:focus-visible) > path, +.c7:focus:not(:focus-visible) > polygon, +.c7:focus:not(:focus-visible) > polyline, .c7:focus:not(:focus-visible) > rect { outline: none; box-shadow: none; diff --git a/src/app/components/Footer/__tests__/__snapshots__/index.test.tsx.snap b/src/app/components/Footer/__tests__/__snapshots__/index.test.tsx.snap index ba1860511a..0b0439f7d2 100644 --- a/src/app/components/Footer/__tests__/__snapshots__/index.test.tsx.snap +++ b/src/app/components/Footer/__tests__/__snapshots__/index.test.tsx.snap @@ -21,14 +21,16 @@ exports[`