From de3110d4692954da7bbc8a5eeda143a3adcf087d Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Mon, 25 May 2020 12:54:29 -0600 Subject: [PATCH] Update `property-information` dependency The `property-information` package started containing its _hast-to-react.json_ file in v5.3.0. Found this in a project that had `property-info` yarn-locked at 5.0.0 and wasn't updated correctly when including `hast-to-hyperscript` v8.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0125ea4..882a578 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "comma-separated-tokens": "^1.0.0", - "property-information": "^5.0.0", + "property-information": "^5.3.0", "space-separated-tokens": "^1.0.0", "style-to-object": "^0.3.0", "unist-util-is": "^4.0.0",