@testing-library/user-event
Advanced tools
Comparing version 7.2.0 to 7.2.1
@@ -216,3 +216,4 @@ import React from "react"; | ||
</option> | ||
</select>); | ||
</select> | ||
); | ||
@@ -219,0 +220,0 @@ userEvent.selectOptions(getByTestId("element"), "2"); |
{ | ||
"name": "@testing-library/user-event", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Simulate user events for react-testing-library", | ||
@@ -35,25 +35,25 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "7.6.2", | ||
"@babel/core": "7.6.2", | ||
"@babel/preset-env": "7.6.2", | ||
"@babel/preset-react": "7.0.0", | ||
"@testing-library/dom": "6.5.0", | ||
"@testing-library/jest-dom": "4.1.0", | ||
"@testing-library/react": "9.2.0", | ||
"@testing-library/vue": "3.0.0", | ||
"all-contributors-cli": "6.9.1", | ||
"@babel/cli": "^7.7.5", | ||
"@babel/core": "^7.7.5", | ||
"@babel/preset-env": "^7.7.6", | ||
"@babel/preset-react": "^7.7.4", | ||
"@testing-library/dom": "^6.11.0", | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.4.0", | ||
"@testing-library/vue": "^4.1.0", | ||
"all-contributors-cli": "^6.11.2", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-jest": "24.9.0", | ||
"codecov": "3.6.1", | ||
"husky": "3.0.8", | ||
"husky": "^3.1.0", | ||
"jest": "24.9.0", | ||
"lint-staged": "9.4.1", | ||
"prettier": "1.18.2", | ||
"react": "16.10.1", | ||
"react-dom": "16.10.1", | ||
"lint-staged": "^9.5.0", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"regenerator-runtime": "0.13.3", | ||
"semantic-release": "15.13.24", | ||
"semantic-release": "^15.13.31", | ||
"travis-deploy-once": "5.0.11", | ||
"vue": "^2.6.10", | ||
"vue-template-compiler": "^2.6.10" | ||
"vue": "^2.6.11", | ||
"vue-template-compiler": "^2.6.11" | ||
}, | ||
@@ -60,0 +60,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12858322
2090