diff --git a/package.json b/package.json index 59fa2fbf573d..9a66e9b848c3 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@babel/runtime-corejs3": "^7.10.4", "@testing-library/jest-dom": "5.10.0", "@testing-library/react": "10.2.1", - "@testing-library/user-event": "^12.0.11", + "@testing-library/user-event": "^13.0.2", "@types/jest": "^26.0.3", "all-contributors-cli": "^6.17.2", "babel-jest": "^26.1.0", diff --git a/packages/forms/package.json b/packages/forms/package.json index 5179badf3955..f74227c53426 100644 --- a/packages/forms/package.json +++ b/packages/forms/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "10.4.9", - "@testing-library/user-event": "12.1.3", + "@testing-library/user-event": "13.0.2", "react": "16.13.1" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index da96382f3b5f..302eed452907 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1165,10 +1165,10 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.10.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": - version "7.11.2" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.2.tgz#f549c13c754cc40b87644b9fa9f09a6a95fe0736" - integrity sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw== +"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.10.4", "@babel/runtime@^7.10.5", "@babel/runtime@^7.12.5", "@babel/runtime@^7.3.1", "@babel/runtime@^7.5.0", "@babel/runtime@^7.5.5", "@babel/runtime@^7.7.2", "@babel/runtime@^7.7.6", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2", "@babel/runtime@^7.9.6": + version "7.13.10" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d" + integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== dependencies: regenerator-runtime "^0.13.4" @@ -3871,19 +3871,12 @@ "@babel/runtime" "^7.10.3" "@testing-library/dom" "^7.17.1" -"@testing-library/user-event@12.1.3": - version "12.1.3" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.3.tgz#0b19022f4e59596563f3f53293d67b3ab2c394f3" - integrity sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw== +"@testing-library/user-event@13.0.2", "@testing-library/user-event@^13.0.2": + version "13.0.2" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.0.2.tgz#f629bfd44fb09c9e3b18e048076b397e6e97952d" + integrity sha512-OYlNDcoqNZJhQvP5tsNM4/i27XIyA5DMi8xMwAJ0VLGW5BqjsSrYtL29WvHEdHu+cI6wo6UMHy6atdwtTNVUiw== dependencies: - "@babel/runtime" "^7.10.2" - -"@testing-library/user-event@^12.0.11": - version "12.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.0.tgz#a2597419466a93e338c91baa7bb22d4da0309d1d" - integrity sha512-aH/XuNFpPD6dA+fh754EGqKeAzpH66HpLJYkv9vOAih2yGmTM8JiZ8uisQDGWRPkc6sxE2zCqDwLR4ZskhRCxw== - dependencies: - "@babel/runtime" "^7.10.2" + "@babel/runtime" "^7.12.5" "@tootallnate/once@1": version "1.1.2"