From a7da01225bd81c19cc556162292ccb0b23eb6074 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 13 Jun 2018 23:53:48 +0200 Subject: [PATCH] chore: update dependencies (2018-06-13) Update dependencies: - sinon `5.0.1` -> `6.0.0` - motion-ui `1.1.0` -> `2.0.2` There is no breaking changes --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 574f3efb8..25ec2ea23 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "js-yaml": "^3.8.4", "mocha": "^5.0.5", "mocha-headless-chrome": "^2.0.0", - "motion-ui": "^1.1.0", + "motion-ui": "^2.0.2", "multiline": "^1.0.2", "octophant": "^1.0.0", "opener": "^1.4.3", @@ -89,7 +89,7 @@ "run-sequence": "^2.2.1", "sass-true": "^4.0.0", "sassy-lists": "^3.0.1", - "sinon": "^5.0.1", + "sinon": "^6.0.0", "supercollider": "^1.4.4", "touch": "^3.1.0", "util-deprecate": "^1.0.2", -- 2.47.2