Skip to content

Commit

Permalink
Open the dependencies for magicpen-prism
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed May 2, 2024
1 parent 430b85a commit 2839b41
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 2839b41

Please sign in to comment.