From 9284faf358ad707cd1bef927f5b240a923146be2 Mon Sep 17 00:00:00 2001 From: Anna Vo Date: Thu, 18 Apr 2024 13:52:33 -0500 Subject: [PATCH 1/3] remove registry --- .yarnrc.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.yarnrc.yml b/.yarnrc.yml index 6a87999..1b0eb0d 100644 --- a/.yarnrc.yml +++ b/.yarnrc.yml @@ -4,8 +4,6 @@ enableGlobalCache: false nodeLinker: node-modules -npmRegistryServer: "https://registry.yarnpkg.com" - plugins: - checksum: 5e73a1acbb9741fce1e8335e243c9480ea2107b9b4b65ed7643785ddea9e3019aee254a92a853b1cd71023b16fff5b7d3afd5256fe57cd35a54f8785b8c30281 path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs From ecbc0ec19200fb6a711244792d404c30375442d1 Mon Sep 17 00:00:00 2001 From: Anna Vo Date: Thu, 18 Apr 2024 13:55:38 -0500 Subject: [PATCH 2/3] removes the registry --- .changeset/modern-lies-think.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/modern-lies-think.md diff --git a/.changeset/modern-lies-think.md b/.changeset/modern-lies-think.md new file mode 100644 index 0000000..25da170 --- /dev/null +++ b/.changeset/modern-lies-think.md @@ -0,0 +1,5 @@ +--- +"expect-axe-playwright": patch +--- + +remove npmRegistryServer From 8d37ec91d1acb9f6a1bb37272b0e535c0ea322fb Mon Sep 17 00:00:00 2001 From: Anna Vo Date: Thu, 18 Apr 2024 14:01:20 -0500 Subject: [PATCH 3/3] format --- .changeset/modern-lies-think.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/modern-lies-think.md b/.changeset/modern-lies-think.md index 25da170..50c3b1b 100644 --- a/.changeset/modern-lies-think.md +++ b/.changeset/modern-lies-think.md @@ -1,5 +1,5 @@ --- -"expect-axe-playwright": patch +'expect-axe-playwright': patch --- remove npmRegistryServer