react-select-event
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "react-select-event", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "Simulate react-select events for react-testing-library", | ||
@@ -17,3 +17,4 @@ "main": "lib/react-select-event.cjs.js", | ||
"prepublishOnly": "npm run build", | ||
"test": "jest" | ||
"test": "jest", | ||
"test:all-versions": "tav" | ||
}, | ||
@@ -39,3 +40,3 @@ "repository": { | ||
"dependencies": { | ||
"dom-testing-library": "^4.1.0" | ||
"dom-testing-library": "^4.1.1" | ||
}, | ||
@@ -50,7 +51,6 @@ "devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"@types/react": "^16.8.18", | ||
"@types/react-select": "^2.0.18", | ||
"dom-testing-library": "^4.1.0", | ||
"@types/react": "^16.8.19", | ||
"@types/react-select": "^2.0.19", | ||
"jest": "^24.8.0", | ||
"jest-dom": "^3.1.3", | ||
"jest-dom": "^3.4.0", | ||
"prettier": "^1.17.1", | ||
@@ -62,7 +62,8 @@ "react": "^16.8.6", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.12.3", | ||
"rollup": "^1.12.4", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-node-resolve": "^5.0.0", | ||
"test-all-versions": "^4.1.0", | ||
"typescript": "^3.4.5" | ||
} | ||
} |
@@ -14,4 +14,5 @@ <div align="center"> | ||
[![npm version](https://badge.fury.io/js/react-select-event.svg)](https://badge.fury.io/js/react-select-event) | ||
[![Build Status](https://travis-ci.org/romgain/react-select-event.svg?branch=master)](https://travis-ci.org/romgain/react-select-event) | ||
[![npm version](https://badge.fury.io/js/react-select-event.svg)](https://badge.fury.io/js/react-select-event) | ||
[![Coverage report](https://codecov.io/gh/romgain/react-select-event/branch/master/graph/badge.svg)](https://codecov.io/gh/romgain/react-select-event) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
@@ -33,2 +34,6 @@ | ||
### Supported versions of `react-select` | ||
This library is tested against all versions of `react-select` starting from `2.1.0`. | ||
## API | ||
@@ -35,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
132
21609
8
384
Updateddom-testing-library@^4.1.1