From 2839b417e4acd90735cee86cf0d2bfd1e99fd12f Mon Sep 17 00:00:00 2001 From: Sune Simonsen Date: Thu, 2 May 2024 14:00:05 +0200 Subject: [PATCH] Open the dependencies for magicpen-prism --- package.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 16dbfdd..2d32752 100644 --- a/package.json +++ b/package.json @@ -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 ", "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",