Skip to content

Commit

Permalink
Update unexpected the dev dep to ^13.0.0, allow 13 for the peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 28, 2022
1 parent 50147c3 commit 76068a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/unexpectedjs/unexpected-messy",
"peerDependencies": {
"messy": "^7.0.0",
"unexpected": "^10.27.0 || ^11.0.0-3 || ^12.0.0"
"unexpected": "^10.27.0 || ^11.0.0-3 || ^12.0.0 || ^13.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand All @@ -62,7 +62,7 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"unexpected": "^12.0.0",
"unexpected": "^13.0.0",
"unexpected-documentation-site-generator": "^6.0.0",
"unexpected-markdown": "^5.0.0"
},
Expand Down

0 comments on commit 76068a4

Please sign in to comment.