From 9e75dc907744b31cc3c870a7f56d54ed7ee682a1 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 7 Mar 2018 22:08:59 -0500 Subject: [PATCH] Upgrade all rollup dependencies and switch plugins to ^ semver --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4a6fabae1..b078f56c4 100644 --- a/package.json +++ b/package.json @@ -68,11 +68,11 @@ "phantomjs-prebuilt": "~2.1.11", "request": "^2.81.0", "rollup": "~0.56.3", - "rollup-plugin-commonjs": "~8.3.0", + "rollup-plugin-commonjs": "^9.0.0", "rollup-plugin-flow": "^1.1.1", - "rollup-plugin-includepaths": "~0.2.2", - "rollup-plugin-json": "~2.2.0", - "rollup-plugin-node-resolve": "~3.1.0", + "rollup-plugin-includepaths": "^0.2.2", + "rollup-plugin-json": "^2.2.0", + "rollup-plugin-node-resolve": "^3.2.0", "shelljs": "^0.8.0", "shx": "^0.2.1", "sinon": "^4.0.0",