diff --git a/change/@fluentui-react-conformance-a23545f7-d46d-4adf-abfa-ca4977662b63.json b/change/@fluentui-react-conformance-a23545f7-d46d-4adf-abfa-ca4977662b63.json new file mode 100644 index 00000000000000..1692d7224cd152 --- /dev/null +++ b/change/@fluentui-react-conformance-a23545f7-d46d-4adf-abfa-ca4977662b63.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore(react-conformance): revert chalk version to use range and to not clash with single version policy for devtooling", + "packageName": "@fluentui/react-conformance", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-conformance/package.json b/packages/react-conformance/package.json index b1f4c9f433092d..ca09d98be8c024 100644 --- a/packages/react-conformance/package.json +++ b/packages/react-conformance/package.json @@ -35,7 +35,7 @@ "dependencies": { "doctrine": "^3.0.0", "lodash": "^4.17.15", - "chalk": "2.4.2", + "chalk": "^2.4.2", "react-docgen-typescript": "^1.16.6", "react-is": "^16.6.3", "tslib": "^2.1.0"