-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Open the dependencies for magicpen-prism
- Loading branch information
1 parent
430b85a
commit 2839b41
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,7 @@ | |
"version": "3.2.0", | ||
"description": "An Unexpected plugin to make React testing with unexpected-dom more convenient", | ||
"main": "./lib/index.js", | ||
"files": [ | ||
"lib", | ||
"unexpected-reaction.js" | ||
], | ||
"files": ["lib", "unexpected-reaction.js"], | ||
"scripts": { | ||
"build": "babel --out-dir lib --quiet src && rollup -c", | ||
"build-tests": "babel --out-dir build --quiet test/index.spec.js", | ||
|
@@ -28,13 +25,7 @@ | |
"type": "git", | ||
"url": "https://github.com/unexpectedjs/unexpected-reaction" | ||
}, | ||
"keywords": [ | ||
"unexpected", | ||
"plugin", | ||
"react", | ||
"testing", | ||
"DOM" | ||
], | ||
"keywords": ["unexpected", "plugin", "react", "testing", "DOM"], | ||
"author": "Sune Simonsen <[email protected]>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
|
@@ -85,7 +76,7 @@ | |
"react-dom-testing": "^1.12.0" | ||
}, | ||
"peerDependencies": { | ||
"magicpen-prism": "^4.0.0", | ||
"magicpen-prism": "4 | 5", | ||
"react": "^15.5.4 || 16 || 17 || 18", | ||
"react-dom": "^15.5.4 || 16 || 17 || 18", | ||
"unexpected": "^10.40.0 || ^11.12.1 || ^12.0.0 || 13", | ||
|