diff --git a/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-8.zip b/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-8.zip deleted file mode 100644 index dfd7b765..00000000 Binary files a/.yarn/cache/@esbuild-darwin-arm64-npm-0.18.20-00b3504077-8.zip and /dev/null differ diff --git a/.yarn/cache/@esbuild-darwin-arm64-npm-0.19.5-82a2f54ec1-8.zip b/.yarn/cache/@esbuild-darwin-arm64-npm-0.19.5-82a2f54ec1-8.zip deleted file mode 100644 index 2aa2764b..00000000 Binary files a/.yarn/cache/@esbuild-darwin-arm64-npm-0.19.5-82a2f54ec1-8.zip and /dev/null differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip new file mode 100644 index 00000000..bcbc77a8 Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.18.20-de8e99b449-8.zip differ diff --git a/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip new file mode 100644 index 00000000..94ca828b Binary files /dev/null and b/.yarn/cache/@esbuild-linux-x64-npm-0.19.5-26d0ff8fb5-8.zip differ diff --git a/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.1.4-e5b6ddf183-8.zip b/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.1.4-e5b6ddf183-8.zip deleted file mode 100644 index 2934cf3a..00000000 Binary files a/.yarn/cache/@rollup-rollup-darwin-arm64-npm-4.1.4-e5b6ddf183-8.zip and /dev/null differ diff --git a/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.4-f310dd9305-8.zip b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.4-f310dd9305-8.zip new file mode 100644 index 00000000..d85cefc3 Binary files /dev/null and b/.yarn/cache/@rollup-rollup-linux-x64-gnu-npm-4.1.4-f310dd9305-8.zip differ diff --git a/.yarn/cache/@testing-library-dom-npm-9.3.4-cfb609c4fc-dfd6fb0d6c.zip b/.yarn/cache/@testing-library-dom-npm-9.3.4-cfb609c4fc-dfd6fb0d6c.zip new file mode 100644 index 00000000..d50228c6 Binary files /dev/null and b/.yarn/cache/@testing-library-dom-npm-9.3.4-cfb609c4fc-dfd6fb0d6c.zip differ diff --git a/.yarn/cache/dmg-license-npm-1.0.11-e97c20b75a-8.zip b/.yarn/cache/dmg-license-npm-1.0.11-e97c20b75a-8.zip deleted file mode 100644 index 6b704085..00000000 Binary files a/.yarn/cache/dmg-license-npm-1.0.11-e97c20b75a-8.zip and /dev/null differ diff --git a/.yarn/cache/fsevents-patch-21ad2b1333-8.zip b/.yarn/cache/fsevents-patch-21ad2b1333-8.zip deleted file mode 100644 index c6a96dfc..00000000 Binary files a/.yarn/cache/fsevents-patch-21ad2b1333-8.zip and /dev/null differ diff --git a/.yarn/cache/fsevents-patch-2882183fbf-8.zip b/.yarn/cache/fsevents-patch-2882183fbf-8.zip deleted file mode 100644 index c4511f19..00000000 Binary files a/.yarn/cache/fsevents-patch-2882183fbf-8.zip and /dev/null differ diff --git a/.yarn/cache/iconv-corefoundation-npm-1.1.7-4da2c25ddf-8.zip b/.yarn/cache/iconv-corefoundation-npm-1.1.7-4da2c25ddf-8.zip deleted file mode 100644 index 1fd56b6a..00000000 Binary files a/.yarn/cache/iconv-corefoundation-npm-1.1.7-4da2c25ddf-8.zip and /dev/null differ diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index 3ca1aad8..48b0d191 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/package.json b/package.json index 92144b36..575d4e70 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "format": "yarn run prettier --write \"**/*.{js,mjs,cjs,ts,mts,cts,json}\"" }, "devDependencies": { - "@testing-library/dom": "^9.3.3", + "@testing-library/dom": "^9.3.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1", "@types/dagre": "^0.7.51", diff --git a/yarn.lock b/yarn.lock index f32dc558..b5187954 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1748,7 +1748,7 @@ __metadata: languageName: node linkType: hard -"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.3": +"@testing-library/dom@npm:^9.0.0": version: 9.3.3 resolution: "@testing-library/dom@npm:9.3.3" dependencies: @@ -1764,6 +1764,22 @@ __metadata: languageName: node linkType: hard +"@testing-library/dom@npm:^9.3.4": + version: 9.3.4 + resolution: "@testing-library/dom@npm:9.3.4" + dependencies: + "@babel/code-frame": ^7.10.4 + "@babel/runtime": ^7.12.5 + "@types/aria-query": ^5.0.1 + aria-query: 5.1.3 + chalk: ^4.1.0 + dom-accessibility-api: ^0.5.9 + lz-string: ^1.5.0 + pretty-format: ^27.0.2 + checksum: dfd6fb0d6c7b4dd716ba3c47309bc9541b4a55772cb61758b4f396b3785efe2dbc75dc63423545c039078c7ffcc5e4b8c67c2db1b6af4799580466036f70026f + languageName: node + linkType: hard + "@testing-library/react@npm:^14.0.0": version: 14.0.0 resolution: "@testing-library/react@npm:14.0.0" @@ -7750,7 +7766,7 @@ __metadata: "@mui/system": ^5.14.16 "@mui/x-tree-view": ^6.17.0 "@reduxjs/toolkit": ^1.9.7 - "@testing-library/dom": ^9.3.3 + "@testing-library/dom": ^9.3.4 "@testing-library/react": ^14.0.0 "@testing-library/user-event": ^14.5.1 "@types/dagre": ^0.7.51