From e91e9cad3b0fbc94f9b7bf8126cbf176a681649d Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Thu, 26 May 2022 14:02:03 -0400 Subject: [PATCH 1/2] open up the peerDep version for `msw` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f4aabb5..7c86b25 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "analyze": "size-limit --why" }, "peerDependencies": { - "msw": "^0.35.0", + "msw": "*", "react": ">=16" }, "husky": { From caa3b099f147286e67d7a1e91f747c9c6451722c Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Thu, 26 May 2022 14:02:15 -0400 Subject: [PATCH 2/2] bump version to v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c86b25..182d96b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stordco/msw-toolbar", "author": "STORD", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "homepage": "https://github.com/stordco/msw-toolbar", "repository": "https://github.com/stordco/msw-toolbar.git",