Skip to content

Commit 0df64df

Browse files
committed
Update unexpected the dev dep to ^13.0.0, allow 13 for the peer dep
1 parent 04f6d47 commit 0df64df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"peerDependencies": {
2727
"chance-generators": "^3.0.0",
28-
"unexpected": "^10.40.0 || ^11.0.0-4 || ^12.0.0"
28+
"unexpected": "^10.40.0 || ^11.0.0-4 || ^12.0.0 || ^13.0.0"
2929
},
3030
"devDependencies": {
3131
"babel-cli": "^6.26.0",
@@ -46,7 +46,7 @@
4646
"offline-github-changelog": "^1.2.0",
4747
"prettier": "~2.5.1",
4848
"serve": "^11.0.0",
49-
"unexpected": "^12.0.0",
49+
"unexpected": "^13.0.0",
5050
"unexpected-documentation-site-generator": "^6.1.0",
5151
"unexpected-markdown": "^4.1.1",
5252
"unexpected-stream": "^5.1.0"

0 commit comments

Comments
 (0)