Skip to content

Commit 21805c4

Browse files
committed
Update unexpected, allow ^12.0.0 as a peer dep
1 parent cc3d3dc commit 21805c4

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
@@ -78,7 +78,7 @@
7878
"rollup-plugin-node-globals": "^1.4.0",
7979
"rollup-plugin-node-resolve": "^5.0.0",
8080
"rollup-plugin-terser": "^7.0.0",
81-
"unexpected": "^11.12.1",
81+
"unexpected": "^12.0.0",
8282
"unexpected-documentation-site-generator": "^7.0.1",
8383
"unexpected-snapshot": "^1.0.0"
8484
},
@@ -87,6 +87,6 @@
8787
"magicpen-prism": "^4.0.0"
8888
},
8989
"peerDependencies": {
90-
"unexpected": "^10.27.0 || ^11.12.1"
90+
"unexpected": "^10.27.0 || ^11.12.1 || ^12.0.0"
9191
}
9292
}

0 commit comments

Comments
 (0)